| /openbsd-src/gnu/usr.bin/perl/cpan/IO-Compress/t/compress/ |
| H A D | merge.pl | 64 my $lex = LexFile->new( my $out_file ); 67 open F, ">$out_file" ; print F "x"; close F; 68 ok -e $out_file, " file exists" ; 69 ok !-z $out_file, " and is not empty" ; 72 is chmod(0444, $out_file), 1, " chmod worked" ; 73 ok -e $out_file, " still exists after chmod" ; 78 if -w $out_file ; 80 ok ! -w $out_file, " chmod made file unwritable" ; 84 { $dest = $out_file } 86 { $dest = IO::File->new( "<$out_file" ) } [all...] |
| H A D | oneshot.pl | 121 my $lex = LexFile->new( my $out_file ); 122 open OUT, ">$out_file" ; 128 is -s $out_file, 0, " File zero length" ; 306 my $out_file = "abcde.out"; 353 my $lex = LexFile->new( my $out_file ); 354 ok ! -e $out_file, " Output file does not exist"; 355 writeFile($out_file, $already); 357 ok &$Func(\$buffer, $out_file, Append => $append), ' Compressed ok' ; 359 ok -e $out_file, " Created output file"; 360 my $got = anyUncompress($out_file, [all...] |
| /openbsd-src/sys/dev/microcode/cyclades/ |
| H A D | cyzfirm2h.c | 60 FILE *out_file; in main() local 71 out_file = fopen(argv[2], "w+"); in main() 72 if (out_file == NULL) in main() 100 fprintf(out_file, "/*\t$NetBSD: cyzfirm2h.c,v 1.1 2000/05/17 17:58:10 thorpej Exp $\t*/\n\n"); in main() 101 fprintf(out_file, in main() 108 fprintf(out_file, "#ifndef _%s_\n", include_name); in main() 109 fprintf(out_file, "#define\t_%s_\n\n", include_name); in main() 111 fprintf(out_file, "static const u_int8_t cycladesz_firmware[] = {\n"); in main() 116 fprintf(out_file, "\t"); in main() 117 fprintf(out_file, "0x%02x, ", *in_ptr); in main() [all …]
|
| /openbsd-src/sys/dev/pci/drm/i915/gt/ |
| H A D | st_shmem_utils.c | 22 goto out_file; in igt_shmem_basic() 28 goto out_file; in igt_shmem_basic() 34 goto out_file; in igt_shmem_basic() 39 goto out_file; in igt_shmem_basic() 51 out_file: in igt_shmem_basic()
|
| /openbsd-src/sys/dev/pci/drm/i915/gem/selftests/ |
| H A D | i915_gem_context.c | 62 goto out_file; in live_nop_switch() 178 out_file: in live_nop_switch() 314 goto out_file; in live_parallel_switch() 324 goto out_file; in live_parallel_switch() 426 out_file: in live_parallel_switch() 695 goto out_file; in igt_ctx_exec() 707 goto out_file; in igt_ctx_exec() 719 goto out_file; in igt_ctx_exec() 732 goto out_file; in igt_ctx_exec() 739 goto out_file; in igt_ctx_exec() [all …]
|
| H A D | i915_gem_dmabuf.c | 166 goto out_file; in verify_access() 175 goto out_file; in verify_access() 180 goto out_file; in verify_access() 185 goto out_file; in verify_access() 191 goto out_file; in verify_access() 195 goto out_file; in verify_access() 200 goto out_file; in verify_access() 207 goto out_file; in verify_access() 211 out_file: in verify_access()
|
| /openbsd-src/gnu/usr.bin/perl/cpan/Archive-Tar/t/ |
| H A D | 04_resolved_issues.t | 109 my $out_file = '../' . $in_file . "_$$"; 123 ok( $tar->rename( $in_file, $out_file ), 124 " Renamed to '$out_file'" ); 135 ok( ! $tar->extract_file( $out_file ), 137 ok( ! -e $out_file, " File '$out_file' does not exist" ); 148 ok( $tar->extract_file( $out_file ), 150 ok( -e $out_file, " File '$out_file' exists" ); 153 unless( $NO_UNLINK ) { 1 while unlink $out_file }; [all...] |
| /openbsd-src/gnu/llvm/clang/www/ |
| H A D | make_cxx_dr_status | 80 out_file = open(output, 'w') variable 81 out_file.write('''\ 232 out_file.write(''' 243 out_file.write('''\ 250 out_file.close()
|
| /openbsd-src/sys/dev/pci/drm/i915/selftests/ |
| H A D | igt_mmap.c | 42 goto out_file; in igt_mmap_offset() 49 out_file: in igt_mmap_offset()
|
| H A D | intel_memory_region.c | 972 goto out_file; in igt_lmem_write_gpu() 980 goto out_file; in igt_lmem_write_gpu() 994 out_file: in igt_lmem_write_gpu()
|
| H A D | i915_request.c | 1759 goto out_file; in live_breadcrumbs_smoketest() 1863 out_file: in live_breadcrumbs_smoketest()
|
| /openbsd-src/gnu/llvm/lldb/examples/python/ |
| H A D | crashlog.py | 899 out_file = open(args[0], 'w', encoding='utf-8') 900 if not out_file: 912 out_file.write( 915 out_file.write('Path: %s\n' % (target.executable.fullpath)) 916 out_file.write('Identifier: %s\n' % (identifier)) 917 out_file.write('\nDate/Time: %s\n' % 919 out_file.write( 922 out_file.write('Report Version: 9\n') 925 out_file.write('\nThread %u:\n' % (thread_idx)) 939 out_file.write( [all …]
|
| /openbsd-src/gnu/llvm/compiler-rt/lib/sanitizer_common/ |
| H A D | sanitizer_symbolizer_mac.cpp | 103 char **out_module, char **out_file, uptr *line, in ParseCommandOutput() argument 134 if (out_file) { in ParseCommandOutput() 136 rest = ExtractTokenUpToDelimiter(rest, ":", out_file); in ParseCommandOutput()
|
| /openbsd-src/gnu/llvm/clang/tools/scan-build-py/lib/libscanbuild/ |
| H A D | analyze.py | 191 with open(extern_defs_map_file, 'w') as out_file: 193 out_file.write('%s %s\n' % (mangled_name, ast_file)) 649 delete=False) as out_file: 650 out_file.write("\n".join(extdef_ast_list) + "\n")
|
| /openbsd-src/gnu/usr.bin/perl/cpan/IO-Compress/t/ |
| H A D | 01misc.t | 211 my $lex = LexFile->new( my $out_file ); 212 open FH, ">$out_file" ; 230 my $lex = LexFile->new( my $out_file ); 231 open FH, ">$out_file" ;
|
| /openbsd-src/gnu/llvm/lldb/source/Commands/ |
| H A D | CommandObjectSettings.cpp | 381 StreamFile out_file(path.c_str(), options, in DoExecute() local 384 if (!out_file.GetFile().IsValid()) { in DoExecute() 393 GetDebugger().DumpAllPropertyValues(&clean_ctx, out_file, in DoExecute() 400 &clean_ctx, out_file, arg.ref(), OptionValue::eDumpGroupExport)); in DoExecute()
|
| H A D | CommandObjectThread.cpp | 2201 std::optional<StreamFile> out_file; in DoExecute() local 2203 out_file.emplace(m_options.m_output_file->GetPath().c_str(), in DoExecute() 2211 out_file ? *out_file : result.GetOutputStream(), in DoExecute() 2398 std::optional<StreamFile> out_file; in DoExecute() local 2400 out_file.emplace(m_options.m_output_file->GetPath().c_str(), in DoExecute() 2413 out_file ? *out_file : result.GetOutputStream(), in DoExecute()
|
| /openbsd-src/gnu/llvm/clang/lib/Headers/ |
| H A D | CMakeLists.txt | 306 function(clang_generate_header td_option td_file out_file) 307 clang_tablegen(${out_file} ${td_option} 311 copy_header_to_output_dir(${CMAKE_CURRENT_BINARY_DIR} ${out_file}) 313 list(APPEND generated_files "${CMAKE_CURRENT_BINARY_DIR}/${out_file}")
|
| /openbsd-src/gnu/usr.bin/gcc/gcc/ |
| H A D | config.gcc | 63 # in $out_file. 65 # out_file The name of the machine description C support 142 # `dirname $out_file`. 178 out_file= 200 # Set this if gdb needs a dir command with `dirname $out_file` 1547 out_file="m68hc11/m68hc11.c" 1554 out_file="m68hc11/m68hc11.c" 2077 out_file=rs6000/rs6000.c 2082 out_file=rs6000/rs6000.c 2106 out_file=rs6000/rs6000.c [all …]
|
| H A D | configure | 5035 if test x$out_file = x 5036 then out_file=$cpu_type/$cpu_type.c; fi 5047 echo "Using \`$srcdir/config/$out_file' for machine-specific logic." 6785 out_object_file=`basename $out_file .c`.o 8508 echo "dir ${srcdir}/config/"`dirname ${out_file}` >> .gdbinit 8983 s%@out_file@%$out_file%g
|
| H A D | configure.in | 850 if test x$out_file = x 851 then out_file=$cpu_type/$cpu_type.c; fi 862 echo "Using \`$srcdir/config/$out_file' for machine-specific logic." 1158 out_object_file=`basename $out_file .c`.o 2746 echo "dir ${srcdir}/config/"`dirname ${out_file}` >> .gdbinit 2878 AC_SUBST(out_file) subst
|
| /openbsd-src/gnu/usr.bin/cc/cc_tools/ |
| H A D | Makefile | 113 out_file= ${srcdir}/config/${GCC_CPU}/${GCC_CPU}.c macro 151 $(srcdir)/targhooks.c $(srcdir)/cgraphunit.c $(out_file) \
|
| /openbsd-src/gnu/usr.bin/perl/pod/ |
| H A D | perlunicook.pod | 316 open($out_file, "> :encoding(cp1252)", "wintext"); 318 open(my $out_file, ">", "wintext"); 319 binmode($out_file, ":encoding(cp1252)"); 321 print $out_file "some text\n";
|
| /openbsd-src/usr.bin/ssh/ |
| H A D | ssh-keygen.c | 2971 do_moduli_gen(const char *out_file, char **opts, size_t nopts) in do_moduli_gen() 3008 if (strcmp(out_file, "-") == 0) in do_moduli_screen() 3010 else if ((out = fopen(out_file, "w")) == NULL) { in do_moduli_screen() 3012 out_file, strerror(errno)); in do_moduli_screen() 3026 do_moduli_screen(const char *out_file, char **opts, size_t nopts) in do_moduli_screen() 3075 if (strcmp(out_file, "-") == 0) in read_check_passphrase() 3077 else if ((out = fopen(out_file, "a")) == NULL) { in read_check_passphrase() 3079 out_file, strerror(errno)); in read_check_passphrase() 2943 do_moduli_gen(const char * out_file,char ** opts,size_t nopts) do_moduli_gen() argument 2996 do_moduli_screen(const char * out_file,char ** opts,size_t nopts) do_moduli_screen() argument
|
| /openbsd-src/gnu/llvm/lldb/source/Target/ |
| H A D | Target.cpp | 1048 StreamFile out_file(path.c_str(), in SerializeBreakpointsToFile() local 1053 if (!out_file.GetFile().IsValid()) { in SerializeBreakpointsToFile() 1102 break_store_ptr->Dump(out_file, false); in SerializeBreakpointsToFile() 1103 out_file.PutChar('\n'); in SerializeBreakpointsToFile()
|