| /src/external/gpl3/gdb.old/dist/gdb/testsuite/gdb.base/ |
| symfile-warn.exp | 17 set ofile [standard_output_file ${testfile}.o] 20 $ofile object {debug}] != ""} { 27 gdb_test "add-symbol-file $ofile 0" \
|
| comprdebug.exp | 18 set ofile "${binfile}0.o" 19 if {[gdb_compile $srcdir/$subdir/$srcfile $ofile \ 26 set cmd "$objcopy_program --compress-debug-sections $ofile" 38 set testname "file [file tail $ofile]" 39 if {[gdb_file_cmd $ofile] == 0} {
|
| /src/external/gpl3/gdb/dist/gdb/testsuite/gdb.base/ |
| symfile-warn.exp | 17 set ofile [standard_output_file ${testfile}.o] 20 $ofile object {debug}] != ""} { 27 gdb_test "add-symbol-file $ofile 0" \
|
| comprdebug.exp | 18 set ofile "${binfile}0.o" 19 if {[gdb_compile $srcdir/$subdir/$srcfile $ofile \ 26 set cmd "$objcopy_program --compress-debug-sections $ofile" 38 set testname "file [file tail $ofile]" 39 if {[gdb_file_cmd $ofile] == 0} {
|
| /src/external/gpl2/gettext/dist/gettext-tools/examples/hello-c++-kde/admin/ |
| compile | 34 ofile= 42 ofile=$2 44 case "$ofile" in 48 args="$args -o $ofile" 49 ofile= 64 if test -z "$ofile" || test -z "$cfile"; then 95 mv "$cofile" "$ofile"
|
| /src/external/gpl2/xcvs/dist/build-aux/ |
| compile | 58 ofile= 74 ofile=$2 96 if test -z "$ofile" || test -z "$cfile"; then 127 test "$cofile" = "$ofile" || mv "$cofile" "$ofile" 129 test "${cofile}bj" = "$ofile" || mv "${cofile}bj" "$ofile"
|
| /src/usr.bin/moduli/qsieve/ |
| qfile.c | 49 qfileout(FILE * ofile, uint32_t otype, uint32_t otests, uint32_t otries, 58 if (0 > fprintf(ofile, 75 if (1 > BN_print_fp(ofile, omodulus)) { 79 return (fprintf(ofile, "\n"));
|
| /src/external/bsd/nsd/dist/contrib/bind2nsd/bind2nsd/ |
| NsdConf.py | 46 def dump(self, ofile): 47 if ofile == sys.stdout: 48 print >> ofile, '=> NsdKey:' 49 print >> ofile,' name = %s' % (self.name) 50 print >> ofile,' algorithm = %s' % (self.algorithm) 51 print >> ofile,' secret = %s' % (self.secret) 53 print >> ofile, 'key:' 54 print >> ofile,' name: "%s"' % (self.name) 55 print >> ofile,' algorithm: %s' % (self.algorithm) 56 print >> ofile,' secret: "%s"' % (self.secret [all...] |
| /src/external/bsd/atf/dist/atf-c++/ |
| build.cpp | 80 impl::c_o(const std::string& sfile, const std::string& ofile, 85 atf_error_t err = atf_build_c_o(sfile.c_str(), ofile.c_str(), 94 impl::cpp(const std::string& sfile, const std::string& ofile, 99 atf_error_t err = atf_build_cpp(sfile.c_str(), ofile.c_str(), 108 impl::cxx_o(const std::string& sfile, const std::string& ofile, 113 atf_error_t err = atf_build_cxx_o(sfile.c_str(), ofile.c_str(),
|
| check.cpp | 107 impl::build_c_o(const std::string& sfile, const std::string& ofile, 112 atf_error_t err = atf_check_build_c_o(sfile.c_str(), ofile.c_str(), 121 impl::build_cpp(const std::string& sfile, const std::string& ofile, 126 atf_error_t err = atf_check_build_cpp(sfile.c_str(), ofile.c_str(), 135 impl::build_cxx_o(const std::string& sfile, const std::string& ofile, 140 atf_error_t err = atf_check_build_cxx_o(sfile.c_str(), ofile.c_str(),
|
| /src/external/gpl2/gettext/dist/build-aux/ |
| compile | 58 ofile= 74 ofile=$2 96 if test -z "$ofile" || test -z "$cfile"; then 127 mv "$cofile" "$ofile" 129 mv "${cofile}bj" "$ofile"
|
| /src/external/gpl2/gmake/dist/config/ |
| compile | 58 ofile= 74 ofile=$2 96 if test -z "$ofile" || test -z "$cfile"; then 127 mv "$cofile" "$ofile" 129 mv "${cofile}bj" "$ofile"
|
| /src/external/bsd/atf/dist/atf-c/ |
| h_build.h | 46 const char *ofile; member in struct:c_o_test 184 const char *ofile; member in struct:cpp_test 283 const char *ofile; member in struct:cxx_o_test
|
| build.c | 150 const char *ofile, 179 err = append_src_out(sfile, ofile, &argv_list); 195 const char *ofile, 220 err = append_arg2("-o", ofile, &argv_list); 240 const char *ofile, 269 err = append_src_out(sfile, ofile, &argv_list);
|
| build_test.c | 175 RE(atf_build_c_o(test->sfile, test->ofile, test->optargs, 178 RE(atf_build_c_o(test->sfile, test->ofile, NULL, &argv)); 204 RE(atf_build_cpp(test->sfile, test->ofile, test->optargs, 207 RE(atf_build_cpp(test->sfile, test->ofile, NULL, &argv)); 234 RE(atf_build_cxx_o(test->sfile, test->ofile, test->optargs, 237 RE(atf_build_cxx_o(test->sfile, test->ofile, NULL, &argv));
|
| /src/external/bsd/nvi/dist/dist/ |
| compile | 258 ofile= 273 ofile=$2 295 if test -z "$ofile" || test -z "$cfile"; then 326 test "$cofile" = "$ofile" || mv "$cofile" "$ofile" 328 test "${cofile}bj" = "$ofile" || mv "${cofile}bj" "$ofile"
|
| /src/external/gpl3/gdb.old/dist/gdb/ |
| maint.h | 72 objfile *ofile);
|
| /src/sys/dev/microcode/aic7xxx/ |
| aicasm_symbol.c | 329 aic_print_file_prologue(FILE *ofile) 332 if (ofile == NULL) 335 fprintf(ofile, 354 aic_print_reg_dump_types(FILE *ofile) 356 if (ofile == NULL) 359 fprintf(ofile, 383 aic_print_reg_dump_end(FILE *ofile, FILE *dfile, 421 fprintf(ofile, 461 symtable_dump(FILE *ofile, FILE *dfile) 532 aic_print_file_prologue(ofile); [all...] |
| aicasm.c | 93 FILE *ofile; variable 191 if ((ofile = fopen(optarg, "w")) == NULL) { 298 if (ofile != NULL) 362 fprintf(ofile, 369 fprintf(ofile, "static const uint8_t seqprog[] = {\n"); 374 fprintf(ofile, "%s\t0x%02x, 0x%02x, 0x%02x, 0x%02x", 389 fprintf(ofile, "\n};\n\n"); 398 fprintf(ofile, 404 fprintf(ofile, 421 fprintf(ofile, [all...] |
| /src/external/bsd/ntp/dist/sntp/libevent/build-aux/ |
| compile | 263 ofile= 278 ofile=$2 300 if test -z "$ofile" || test -z "$cfile"; then 331 test "$cofile" = "$ofile" || mv "$cofile" "$ofile" 333 test "${cofile}bj" = "$ofile" || mv "${cofile}bj" "$ofile"
|
| /src/external/gpl3/binutils/dist/ |
| compile | 263 ofile= 278 ofile=$2 300 if test -z "$ofile" || test -z "$cfile"; then 331 test "$cofile" = "$ofile" || mv "$cofile" "$ofile" 333 test "${cofile}bj" = "$ofile" || mv "${cofile}bj" "$ofile"
|
| /src/external/gpl3/binutils.old/dist/ |
| compile | 263 ofile= 278 ofile=$2 300 if test -z "$ofile" || test -z "$cfile"; then 331 test "$cofile" = "$ofile" || mv "$cofile" "$ofile" 333 test "${cofile}bj" = "$ofile" || mv "${cofile}bj" "$ofile"
|
| /src/lib/librumpuser/build-aux/ |
| compile | 263 ofile= 278 ofile=$2 300 if test -z "$ofile" || test -z "$cfile"; then 331 test "$cofile" = "$ofile" || mv "$cofile" "$ofile" 333 test "${cofile}bj" = "$ofile" || mv "${cofile}bj" "$ofile"
|
| /src/sys/external/isc/libsodium/dist/build-aux/ |
| compile | 264 ofile= 279 ofile=$2 301 if test -z "$ofile" || test -z "$cfile"; then 332 test "$cofile" = "$ofile" || mv "$cofile" "$ofile" 334 test "${cofile}bj" = "$ofile" || mv "${cofile}bj" "$ofile"
|
| /src/sys/external/isc/libsodium/dist/ |
| compile | 263 ofile= 278 ofile=$2 300 if test -z "$ofile" || test -z "$cfile"; then 331 test "$cofile" = "$ofile" || mv "$cofile" "$ofile" 333 test "${cofile}bj" = "$ofile" || mv "${cofile}bj" "$ofile"
|