Searched refs:ofile (Results 1 - 25 of 58) sorted by relevance

123

/freebsd-11-stable/cddl/contrib/opensolaris/cmd/dtrace/test/tst/common/misc/
H A Dtst.include.ksh39 ofile=$2
59 echo $inc failed: `cat $errfile | head -1` > $ofile
61 echo $inc succeeded > $ofile
96 ofile=${TMPDIR:-/tmp}/inc.$file.$$.out
98 doit $file $ofile $errfile &
118 ofile=${TMPDIR:-/tmp}/inc.$file.$$.out
120 if [ -f $ofile ]; then
121 cat $ofile >> $bigofile
122 rm $ofile
/freebsd-11-stable/crypto/heimdal/
H A Dcompile58 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"
/freebsd-11-stable/contrib/atf/atf-c++/
H A Dbuild.cpp76 impl::c_o(const std::string& sfile, const std::string& ofile, argument
81 atf_error_t err = atf_build_c_o(sfile.c_str(), ofile.c_str(),
90 impl::cpp(const std::string& sfile, const std::string& ofile, argument
95 atf_error_t err = atf_build_cpp(sfile.c_str(), ofile.c_str(),
104 impl::cxx_o(const std::string& sfile, const std::string& ofile, argument
109 atf_error_t err = atf_build_cxx_o(sfile.c_str(), ofile.c_str(),
H A Dcheck.cpp103 impl::build_c_o(const std::string& sfile, const std::string& ofile, argument
108 atf_error_t err = atf_check_build_c_o(sfile.c_str(), ofile.c_str(),
117 impl::build_cpp(const std::string& sfile, const std::string& ofile, argument
122 atf_error_t err = atf_check_build_cpp(sfile.c_str(), ofile.c_str(),
131 impl::build_cxx_o(const std::string& sfile, const std::string& ofile, argument
136 atf_error_t err = atf_check_build_cxx_o(sfile.c_str(), ofile.c_str(),
H A Dbuild_test.cpp164 atf::build::c_o(test->sfile, test->ofile,
185 atf::build::cpp(test->sfile, test->ofile,
207 atf::build::cxx_o(test->sfile, test->ofile,
/freebsd-11-stable/contrib/atf/atf-c/
H A Dh_build.h42 const char *ofile; member in struct:c_o_test
180 const char *ofile; member in struct:cpp_test
279 const char *ofile; member in struct:cxx_o_test
H A Dbuild_test.c167 RE(atf_build_c_o(test->sfile, test->ofile, test->optargs,
170 RE(atf_build_c_o(test->sfile, test->ofile, NULL, &argv));
195 RE(atf_build_cpp(test->sfile, test->ofile, test->optargs,
198 RE(atf_build_cpp(test->sfile, test->ofile, NULL, &argv));
224 RE(atf_build_cxx_o(test->sfile, test->ofile, test->optargs,
227 RE(atf_build_cxx_o(test->sfile, test->ofile, NULL, &argv));
H A Dbuild.c147 const char *ofile,
177 err = append_src_out(sfile, ofile, &argv_list);
193 const char *ofile,
219 err = append_arg2("-o", ofile, &argv_list);
239 const char *ofile,
270 err = append_src_out(sfile, ofile, &argv_list);
146 atf_build_c_o(const char *sfile, const char *ofile, const char *const optargs[], char ***argv) argument
192 atf_build_cpp(const char *sfile, const char *ofile, const char *const optargs[], char ***argv) argument
238 atf_build_cxx_o(const char *sfile, const char *ofile, const char *const optargs[], char ***argv) argument
H A Dcheck.c397 const char *ofile,
404 err = atf_build_c_o(sfile, ofile, optargs, &argv);
417 const char *ofile,
424 err = atf_build_cpp(sfile, ofile, optargs, &argv);
437 const char *ofile,
444 err = atf_build_cxx_o(sfile, ofile, optargs, &argv);
396 atf_check_build_c_o(const char *sfile, const char *ofile, const char *const optargs[], bool *success) argument
416 atf_check_build_cpp(const char *sfile, const char *ofile, const char *const optargs[], bool *success) argument
436 atf_check_build_cxx_o(const char *sfile, const char *ofile, const char *const optargs[], bool *success) argument
/freebsd-11-stable/sys/dev/aic7xxx/aicasm/
H A Daicasm_symbol.c328 aic_print_file_prologue(FILE *ofile) argument
331 if (ofile == NULL)
334 fprintf(ofile,
353 aic_print_reg_dump_types(FILE *ofile) argument
355 if (ofile == NULL)
358 fprintf(ofile,
382 aic_print_reg_dump_end(FILE *ofile, FILE *dfile, argument
420 fprintf(ofile,
460 symtable_dump(FILE *ofile, FILE *dfile) argument
531 aic_print_file_prologue(ofile);
[all...]
H A Daicasm.c89 FILE *ofile; variable
185 if ((ofile = fopen(optarg, "w")) == NULL) {
295 if (ofile != NULL)
359 fprintf(ofile,
366 fprintf(ofile, "static uint8_t seqprog[] = {\n");
371 fprintf(ofile, "%s\t0x%02x, 0x%02x, 0x%02x, 0x%02x",
386 fprintf(ofile, "\n};\n\n");
395 fprintf(ofile,
401 fprintf(ofile,
418 fprintf(ofile,
[all...]
H A Daicasm_symbol.h203 void symtable_dump(FILE *ofile, FILE *dfile);
/freebsd-11-stable/sys/cam/ctl/
H A Dctl_scsi_all.h40 FILE *ofile);
H A Dctl_scsi_all.c187 struct scsi_inquiry_data *inq_data, FILE *ofile)
192 if ((ctsio == NULL) || (ofile == NULL))
201 fprintf(ofile, "%s", sbuf_data(&sb));
186 ctl_scsi_sense_print(struct ctl_scsiio *ctsio, struct scsi_inquiry_data *inq_data, FILE *ofile) argument
/freebsd-11-stable/contrib/sqlite3/
H A Dcompile263 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"
/freebsd-11-stable/contrib/openpam/
H A Dcompile264 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"
/freebsd-11-stable/contrib/ntp/sntp/libevent/build-aux/
H A Dcompile263 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"
/freebsd-11-stable/contrib/file/
H A Dcompile264 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"
/freebsd-11-stable/contrib/gdb/
H A Dltconfig211 ofile="$default_ofile"
372 --output | -o) prev=ofile ;;
373 --output=*) ofile="$optarg" ;;
435 if grep "^### BEGIN LIBTOOL TAG CONFIG: $tagname$" < "$ofile" > /dev/null; then
440 if test ! -f "$ofile"; then
441 echo "$progname: warning: output file \`$ofile' does not exist" 1>&2
445 eval "`$SHELL $ofile --config | grep '^LTCC='`"
447 echo "$progname: warning: output file \`$ofile' does not look like a libtool script" 1>&2
449 echo "$progname: warning: using \`LTCC=$LTCC', extracted from \`$ofile'" 1>&2
2166 trap "$rm \"$ofile\"; exi
[all...]
/freebsd-11-stable/crypto/openssl/util/pl/
H A DMingw32.pl51 $ofile='-o ';
H A DOS2-EMX.pl24 $ofile='-o ';
H A DBC-32.pl33 $ofile="-o";
/freebsd-11-stable/contrib/binutils/binutils/
H A Dcoffgrok.c41 static struct coff_ofile *ofile; variable in typeref:struct:coff_ofile
234 where->section = &ofile->sections[sym->n_scnum];
547 /* Glue onto the ofile list */
550 if (ofile->symbol_list_tail)
551 ofile->symbol_list_tail->next_in_ofile_list = s;
553 ofile->symbol_list_head = s;
554 ofile->symbol_list_tail = s;
602 ofile = head;
651 top_scope->sec = ofile->sections + sym->n_scnum;
671 top_scope->sec = ofile
[all...]
/freebsd-11-stable/contrib/gdb/gdb/
H A Dmaint.c365 struct objfile *ofile; local
375 ALL_OBJFILES (ofile)
378 bfd_get_filename (ofile->obfd));
379 ALL_OBJFILE_OSECTIONS (ofile, osect)
381 print_objfile_section_info (ofile->obfd, osect, arg);
/freebsd-11-stable/usr.sbin/pmcannotate/
H A Dpmcannotate.c677 char *bin, *exec, *kfile, *ofile; local
685 ofile = NULL;
710 ofile = argv[0];
716 if (access(ofile, R_OK | F_OK) == -1)
729 kfile, ofile, tofl);
731 snprintf(tmpf, sizeof(tmpf), "pmcstat -R %s -m %s", ofile,

Completed in 214 milliseconds

123