/freebsd/cddl/contrib/opensolaris/cmd/dtrace/test/tst/common/misc/ |
H A D | tst.include.ksh | 39 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/sys/dev/aic7xxx/aicasm/ |
H A D | aicasm_symbol.c | 328 aic_print_file_prologue(FILE *ofile) in aic_print_file_prologue() argument 331 if (ofile == NULL) in aic_print_file_prologue() 334 fprintf(ofile, in aic_print_file_prologue() 356 aic_print_reg_dump_types(FILE *ofile) in aic_print_reg_dump_types() 358 if (ofile == NULL) in aic_print_reg_dump_types() 361 fprintf(ofile, in aic_print_reg_dump_types() 385 aic_print_reg_dump_end(FILE *ofile, FILE *dfile, in aic_print_reg_dump_end() 423 fprintf(ofile, in aic_print_reg_dump_end() 463 symtable_dump(FILE *ofile, FILE *dfile) in symtable_dump() 534 aic_print_file_prologue(ofile); in symtable_dump() 353 aic_print_reg_dump_types(FILE * ofile) aic_print_reg_dump_types() argument 382 aic_print_reg_dump_end(FILE * ofile,FILE * dfile,symbol_node_t * regnode,u_int num_entries) aic_print_reg_dump_end() argument 460 symtable_dump(FILE * ofile,FILE * dfile) symtable_dump() argument [all...] |
H A D | aicasm.c | 89 FILE *ofile; variable 185 if ((ofile = fopen(optarg, "w")) == NULL) { in main() 295 if (ofile != NULL) in main() 359 fprintf(ofile, in output_code() 366 fprintf(ofile, "static uint8_t seqprog[] = {\n"); in output_code() 370 fprintf(ofile, "%s\t0x%02x, 0x%02x, 0x%02x, 0x%02x", in output_code() 385 fprintf(ofile, "\n};\n\n"); in output_code() 394 fprintf(ofile, in output_code() 400 fprintf(ofile, in output_code() 417 fprintf(ofile, in output_code() [all …]
|
/freebsd/crypto/heimdal/ |
H A D | compile | 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/contrib/atf/atf-c++/ |
H A D | build.cpp | 76 impl::c_o(const std::string& sfile, const std::string& ofile, in c_o() argument 81 atf_error_t err = atf_build_c_o(sfile.c_str(), ofile.c_str(), in c_o() 90 impl::cpp(const std::string& sfile, const std::string& ofile, in cpp() argument 95 atf_error_t err = atf_build_cpp(sfile.c_str(), ofile.c_str(), in cpp() 104 impl::cxx_o(const std::string& sfile, const std::string& ofile, in cxx_o() argument 109 atf_error_t err = atf_build_cxx_o(sfile.c_str(), ofile.c_str(), in cxx_o()
|
H A D | check.cpp | 103 impl::build_c_o(const std::string& sfile, const std::string& ofile, in build_c_o() argument 108 atf_error_t err = atf_check_build_c_o(sfile.c_str(), ofile.c_str(), in build_c_o() 117 impl::build_cpp(const std::string& sfile, const std::string& ofile, in build_cpp() argument 122 atf_error_t err = atf_check_build_cpp(sfile.c_str(), ofile.c_str(), in build_cpp() 131 impl::build_cxx_o(const std::string& sfile, const std::string& ofile, in build_cxx_o() argument 136 atf_error_t err = atf_check_build_cxx_o(sfile.c_str(), ofile.c_str(), in build_cxx_o()
|
H A D | build_test.cpp | 164 atf::build::c_o(test->sfile, test->ofile, in ATF_TEST_CASE_BODY() 185 atf::build::cpp(test->sfile, test->ofile, in ATF_TEST_CASE_BODY() 207 atf::build::cxx_o(test->sfile, test->ofile, in ATF_TEST_CASE_BODY()
|
/freebsd/contrib/openpam/ |
H A D | 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"
|
/freebsd/contrib/ntp/sntp/libevent/build-aux/ |
H A D | 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"
|
/freebsd/contrib/ntp/sntp/libevent/ |
H A D | 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"
|
/freebsd/contrib/file/ |
H A D | 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"
|
/freebsd/contrib/libevent/build-aux/ |
H A D | 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"
|
/freebsd/contrib/sqlite3/ |
H A D | 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"
|
/freebsd/tests/sys/cddl/zfs/tests/acl/nontrivial/ |
H A D | zfs_acl_chmod_inherit_002_pos.ksh | 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 D | zfs_acl_chmod_inherit_003_pos.ksh | 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 D | zfs_acl_chmod_aclmode_001_pos.ksh | 103 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/contrib/atf/atf-c/ |
H A D | build_test.c | 167 RE(atf_build_c_o(test->sfile, test->ofile, test->optargs, in ATF_TC_BODY() 170 RE(atf_build_c_o(test->sfile, test->ofile, NULL, &argv)); in ATF_TC_BODY() 195 RE(atf_build_cpp(test->sfile, test->ofile, test->optargs, in ATF_TC_BODY() 198 RE(atf_build_cpp(test->sfile, test->ofile, NULL, &argv)); in ATF_TC_BODY() 224 RE(atf_build_cxx_o(test->sfile, test->ofile, test->optargs, in ATF_TC_BODY() 227 RE(atf_build_cxx_o(test->sfile, test->ofile, NULL, &argv)); in ATF_TC_BODY()
|
H A D | build.c | 147 const char *ofile, in atf_build_c_o() argument 177 err = append_src_out(sfile, ofile, &argv_list); in atf_build_c_o() 193 const char *ofile, in atf_build_cpp() argument 219 err = append_arg2("-o", ofile, &argv_list); in atf_build_cpp() 239 const char *ofile, in atf_build_cxx_o() argument 270 err = append_src_out(sfile, ofile, &argv_list); in atf_build_cxx_o()
|
H A D | h_build.h | 42 const char *ofile; member 180 const char *ofile; member 279 const char *ofile; member
|
H A D | check.c | 398 const char *ofile, in atf_check_build_c_o() argument 405 err = atf_build_c_o(sfile, ofile, optargs, &argv); in atf_check_build_c_o() 418 const char *ofile, in atf_check_build_cpp() argument 425 err = atf_build_cpp(sfile, ofile, optargs, &argv); in atf_check_build_cpp() 438 const char *ofile, in atf_check_build_cxx_o() argument 445 err = atf_build_cxx_o(sfile, ofile, optargs, &argv); in atf_check_build_cxx_o()
|
/freebsd/sys/contrib/openzfs/tests/zfs-tests/cmd/ |
H A D | stride_dd.c | 28 static char *ofile = NULL; variable 141 ofile = optarg; in parse_options() 183 if (bsize <= 0 || stride <= 0 || ifile == NULL || ofile == NULL || in parse_options() 298 ofd = open(ofile, ofd_flags, 0666); in main() 300 (void) fprintf(stderr, "%s: %s: ", execname, ofile); in main()
|
/freebsd/tools/test/stress2/misc/ |
H A D | sendfile13.sh | 186 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);
|
H A D | sendfile14.sh | 178 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);
|
/freebsd/sys/cam/ctl/ |
H A D | ctl_scsi_all.c | 185 struct scsi_inquiry_data *inq_data, FILE *ofile) in ctl_scsi_sense_print() argument 190 if ((ctsio == NULL) || (ofile == NULL)) in ctl_scsi_sense_print() 199 fprintf(ofile, "%s", sbuf_data(&sb)); in ctl_scsi_sense_print()
|
/freebsd/targets/pseudo/bootstrap-packages/ |
H A D | bootstrap-packages.sh | 100 ofile=$1 103 mkdir -p ${ofile%/*} 106 cat <<EOF > $ofile
|