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

1234

/macosx-10.10/xnu-2782.1.97/bsd/conf/
H A Dcompat_hdrs.awk9 ofile = sprintf("compat/%s/%s", $2, $3);
10 printf("#import\t<machine/compat_%s>\n", $3) > ofile
11 printf(hdr, $1, $3, $1, $3) > ofile;
15 ofile = sprintf("compat/%s/%s", $2, $3);
16 printf("#error This file has been removed\n") > ofile;
20 ofile = sprintf("compat/%s/%s", $2, $3);
21 printf(hdr, $1, $NF, $1, $NF) > ofile;
/macosx-10.10/uucp-11/uucp/
H A Dcompile34 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"
/macosx-10.10/ruby-106/ruby/sample/pty/
H A Dscript.rb4 ofile = "typescript"
6 ofile = ARGV[0]
9 logfile = File.open(ofile,"a")
/macosx-10.10/OpenLDAP-499.27/
H A Dar.sh54 local ofile;
55 for ofile in `find "${archdir}" -name \*.o`; do
56 ofiles="${ofiles} $(basename ${ofile})";
63 local ofile;
64 for ofile in ${ofiles}; do
65 lipo -create $(find "${dir}" -name "${ofile}" -print) -o "${dir}/${ofile}";
/macosx-10.10/net_snmp-143/
H A Dar.sh55 local ofile;
56 for ofile in `find "${archdir}" -name \*.o`; do
57 ofiles="${ofiles} $(basename ${ofile})";
64 local ofile;
65 for ofile in ${ofiles}; do
66 lipo -create $(find "${dir}" -name "${ofile}" -print) -o "${dir}/${ofile}";
/macosx-10.10/perl-103/fix/
H A Dar.sh55 local ofile;
56 for ofile in `find "${archdir}" -name \*.o`; do
57 ofiles="${ofiles} $(basename ${ofile})";
64 local ofile;
65 for ofile in ${ofiles}; do
66 lipo -create $(find "${dir}" -name "${ofile}" -print) -o "${dir}/${ofile}";
/macosx-10.10/Heimdal-398.1.2/
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"
/macosx-10.10/SmartcardCCID-55008/libusb/libusb/
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"
/macosx-10.10/bind9-45.101/bind9/unit/atf-src/admin/
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"
/macosx-10.10/dtrace-147/test/tst/common/misc/
H A Dtst.include.ksh38 ofile=$2
58 echo $inc failed: `cat $errfile | head -1` > $ofile
60 echo $inc succeeded > $ofile
111 ofile=${TMPDIR:-/tmp}/inc.$file.$$.out
113 doit $file $ofile $errfile &
133 ofile=${TMPDIR:-/tmp}/inc.$file.$$.out
135 if [ -f $ofile ]; then
136 cat $ofile >> $bigofile
137 rm $ofile
/macosx-10.10/bind9-45.101/bind9/unit/atf-src/atf-c++/
H A Dbuild.cpp80 impl::c_o(const std::string& sfile, const std::string& ofile, argument
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, argument
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, argument
113 atf_error_t err = atf_build_cxx_o(sfile.c_str(), ofile.c_str(),
H A Dcheck.cpp107 impl::build_c_o(const std::string& sfile, const std::string& ofile, argument
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, argument
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, argument
140 atf_error_t err = atf_check_build_cxx_o(sfile.c_str(), ofile.c_str(),
/macosx-10.10/OpenPAM-20/openpam/
H A Dcompile58 ofile=
74 ofile=$2
96 if test -z "$ofile" || test -z "$cfile"; then
127 mv "$cofile" "$ofile"
129 mv "${cofile}bj" "$ofile"
/macosx-10.10/file-46/file/
H A Dcompile58 ofile=
74 ofile=$2
96 if test -z "$ofile" || test -z "$cfile"; then
127 mv "$cofile" "$ofile"
129 mv "${cofile}bj" "$ofile"
/macosx-10.10/iodbc-42.5/iodbc/admin/
H A Dcompile58 ofile=
74 ofile=$2
96 if test -z "$ofile" || test -z "$cfile"; then
127 mv "$cofile" "$ofile"
129 mv "${cofile}bj" "$ofile"
/macosx-10.10/libarchive-30/libarchive/build/autoconf/
H A Dcompile58 ofile=
74 ofile=$2
96 if test -z "$ofile" || test -z "$cfile"; then
127 mv "$cofile" "$ofile"
129 mv "${cofile}bj" "$ofile"
/macosx-10.10/ntp-92/sntp/
H A Dcompile58 ofile=
74 ofile=$2
96 if test -z "$ofile" || test -z "$cfile"; then
127 mv "$cofile" "$ofile"
129 mv "${cofile}bj" "$ofile"
/macosx-10.10/tcl-105/tcl_ext/tkimg/tkimg/compat/libtiff/config/
H A Dcompile58 ofile=
74 ofile=$2
96 if test -z "$ofile" || test -z "$cfile"; then
127 mv "$cofile" "$ofile"
129 mv "${cofile}bj" "$ofile"
/macosx-10.10/tcl-105/tcl_ext/tkimg/tkimg/compat/libtiff/contrib/iptcutil/
H A Diptcutil.c97 void formatString(FILE *ofile, const char *s, int len) argument
99 putc('"', ofile);
104 fputs("&amp;", ofile);
108 fputs("&lt;", ofile);
111 fputs("&gt;", ofile);
115 fputs("&quot;", ofile);
119 fprintf(ofile, "&#%d;", c);
121 putc(*s, ofile);
125 fputs("\"\n", ofile);
196 int formatIPTC(FILE *ifile, FILE *ofile) argument
380 *ofile = stdout; local
[all...]
/macosx-10.10/bind9-45.101/bind9/unit/atf-src/atf-c/
H A Dh_build.h46 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
H A Dbuild.c150 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);
149 atf_build_c_o(const char *sfile, const char *ofile, const char *const optargs[], char ***argv) argument
194 atf_build_cpp(const char *sfile, const char *ofile, const char *const optargs[], char ***argv) argument
239 atf_build_cxx_o(const char *sfile, const char *ofile, const char *const optargs[], char ***argv) argument
H A Dbuild_test.c175 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));
/macosx-10.10/efax-38/efax/
H A Defix.c51 " -n pat printf() pattern for output file name (ofile)\n"
239 OFILE ofile ; local
317 newOFILE ( &ofile, oformat, ofname, 0, 0, 0, 0 ) ;
355 if ( ofile.format == O_PGM && h & 3 ) /* PGM x4 decimation requires... */
362 if ( ofile.format == O_PCL && /* check for strange PCL resolutions */
369 ofile.w = w ;
370 ofile.h = h ;
371 ofile.xres = xres ;
372 ofile.yres = yres ;
388 if ( nextopage ( &ofile, pag
[all...]
/macosx-10.10/sudo-73/src/
H A Dsudo_edit.c81 char *ofile; member in struct:tempfile
125 rc = stat(tf[j].ofile, &sb);
139 tf[j].ofile = files[i];
142 if ((cp = strrchr(tf[j].ofile, '/')) != NULL)
145 cp = tf[j].ofile;
232 warningx("%s left unmodified", tf[i].ofile);
245 warningx("%s unchanged", tf[i].ofile);
252 ofd = open(tf[i].ofile, O_WRONLY|O_TRUNC|O_CREAT, 0644);
255 warning("unable to write to %s", tf[i].ofile);
263 warning("%s", tf[i].ofile);
[all...]
/macosx-10.10/SmartcardCCID-55008/ccid/ccid/
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"

Completed in 220 milliseconds

1234