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

12

/freebsd-current/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-current/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-current/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-current/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.c398 const char *ofile,
405 err = atf_build_c_o(sfile, ofile, optargs, &argv);
418 const char *ofile,
425 err = atf_build_cpp(sfile, ofile, optargs, &argv);
438 const char *ofile,
445 err = atf_build_cxx_o(sfile, ofile, optargs, &argv);
397 atf_check_build_c_o(const char *sfile, const char *ofile, const char *const optargs[], bool *success) argument
417 atf_check_build_cpp(const char *sfile, const char *ofile, const char *const optargs[], bool *success) argument
437 atf_check_build_cxx_o(const char *sfile, const char *ofile, const char *const optargs[], bool *success) argument
/freebsd-current/sys/contrib/openzfs/tests/zfs-tests/cmd/
H A Dstride_dd.c27 static char *ofile = NULL; variable
84 ofile = optarg;
115 ofile == NULL || seek < 0) {
140 ofd = open(ofile, O_WRONLY | O_CREAT, 0666);
142 (void) fprintf(stderr, "%s: %s: ", execname, ofile);
/freebsd-current/sys/dev/aic7xxx/aicasm/
H A Daicasm_symbol.c328 aic_print_file_prologue(FILE *ofile) argument
331 if (ofile == NULL)
334 fprintf(ofile,
356 aic_print_reg_dump_types(FILE *ofile) argument
358 if (ofile == NULL)
361 fprintf(ofile,
385 aic_print_reg_dump_end(FILE *ofile, FILE *dfile, argument
423 fprintf(ofile,
463 symtable_dump(FILE *ofile, FILE *dfile) argument
534 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");
370 fprintf(ofile, "%s\t0x%02x, 0x%02x, 0x%02x, 0x%02x",
385 fprintf(ofile, "\n};\n\n");
394 fprintf(ofile,
400 fprintf(ofile,
417 fprintf(ofile,
[all...]
/freebsd-current/sys/cam/ctl/
H A Dctl_scsi_all.h39 FILE *ofile);
H A Dctl_scsi_all.c185 struct scsi_inquiry_data *inq_data, FILE *ofile)
190 if ((ctsio == NULL) || (ofile == NULL))
199 fprintf(ofile, "%s", sbuf_data(&sb));
184 ctl_scsi_sense_print(struct ctl_scsiio *ctsio, struct scsi_inquiry_data *inq_data, FILE *ofile) argument
/freebsd-current/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-current/contrib/sqlite3/
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-current/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-current/contrib/ntp/sntp/libevent/
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-current/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-current/contrib/libevent/build-aux/
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-current/tests/sys/cddl/zfs/tests/acl/nontrivial/
H A Dzfs_acl_chmod_inherit_003_pos.ksh48 # ofile
79 if [[ -f $ofile ]]; then
80 log_must $RM -f $ofile
106 basedir=$TESTDIR/basedir; ofile=$TESTDIR/ofile; odir=$TESTDIR/odir
330 compare_acls $node $ofile
422 log_must usr_exec $TOUCH $ofile
438 log_must usr_exec $RM -rf $ofile $odir $basedir
H A Dzfs_acl_chmod_inherit_002_pos.ksh48 # ofile
79 if [[ -f $ofile ]]; then
80 log_must $RM -f $ofile
105 basedir=$TESTDIR/basedir; ofile=$TESTDIR/ofile; odir=$TESTDIR/odir
317 compare_acls $node $ofile
388 log_must usr_exec $TOUCH $ofile
404 log_must usr_exec $RM -rf $ofile $odir $basedir
H A Dzfs_acl_chmod_aclmode_001_pos.ksh103 basedir=$TESTDIR/basedir; ofile=$basedir/ofile; odir=$basedir/odir
400 compare_acls $node $ofile
433 log_must usr_exec $TOUCH $ofile
468 target=$ofile
/freebsd-current/tools/test/stress2/misc/
H A Dsendfile14.sh178 char ofile[128], nfile[128];
221 sprintf(ofile, "%s/g%06d.%06d", todir, getpid(), idx);
223 if ((fd = open(ofile, O_RDWR | O_CREAT | O_TRUNC,
225 err(1, "open(%s)", ofile);
239 if (rename(ofile, nfile) != 0)
240 err(1, "rename(%s, %s)", ofile, nfile);
H A Dsendfile13.sh186 char ofile[128], nfile[128];
229 sprintf(ofile, "%s/g%06d.%06d", todir, getpid(),
233 if ((fd = open(ofile, O_RDWR | O_CREAT | O_TRUNC,
235 err(1, "open(%s)", ofile);
249 if (rename(ofile, nfile) != 0)
250 err(1, "rename(%s, %s)", ofile, nfile);

Completed in 201 milliseconds

12