/third_party/eudev/ |
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"
|
H A D | configure | 8822 ofile=libtool 20710 ofile='$ofile' 21445 cfgfile=${ofile}T 21989 mv -f "$cfgfile" "$ofile" || 21990 (rm -f "$ofile" && cp "$cfgfile" "$ofile" && rm -f "$cfgfile") 21991 chmod +x "$ofile" 21994 cat <<_LT_EOF >> "$ofile"
|
/third_party/lame/ |
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"
|
H A D | configure | 8551 ofile=libtool 19469 ofile='$ofile' 20207 cfgfile=${ofile}T 20737 mv -f "$cfgfile" "$ofile" || 20738 (rm -f "$ofile" && cp "$cfgfile" "$ofile" && rm -f "$cfgfile") 20739 chmod +x "$ofile"
|
/third_party/node/deps/cares/ |
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"
|
H A D | configure | 10687 ofile=libtool 26501 ofile='$ofile' 27227 cfgfile=${ofile}T 27780 mv -f "$cfgfile" "$ofile" || 27781 (rm -f "$ofile" && cp "$cfgfile" "$ofile" && rm -f "$cfgfile") 27782 chmod +x "$ofile" 27785 cat <<_LT_EOF >> "$ofile"
|
/third_party/node/deps/cares/config/ |
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"
|
/third_party/libevdev/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"
|
/third_party/skia/third_party/externals/libpng/ |
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"
|
H A D | configure | 8562 ofile=libtool 14824 ofile='$ofile' 15540 cfgfile=${ofile}T 16073 mv -f "$cfgfile" "$ofile" || 16074 (rm -f "$ofile" && cp "$cfgfile" "$ofile" && rm -f "$cfgfile") 16075 chmod +x "$ofile"
|
/third_party/skia/third_party/externals/microhttpd/ |
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"
|
H A D | configure | 8345 ofile=libtool 17958 ofile='$ofile' 18693 cfgfile="${ofile}T" 18700 # `$ECHO "$ofile" | sed 's%^.*/%%'` - Provide generalized library-building support services. 19308 { $as_echo "$as_me:${as_lineno-$LINENO}: WARNING: Unable to substitute extended shell functions in $ofile" >&5 19309 $as_echo "$as_me: WARNING: Unable to substitute extended shell functions in $ofile" >&2;} 19313 mv -f "$cfgfile" "$ofile" || 19314 (rm -f "$ofile" && cp "$cfgfile" "$ofile" [all...] |
/third_party/curl/tests/server/ |
H A D | tftpd.c | 110 int ofile; /* file descriptor for output file when uploading to us */ member 453 if(!test->ofile) { in write_behind() 457 test->ofile = open(outfile, O_CREAT|O_RDWR|O_BINARY, 0777); in write_behind() 459 test->ofile = open(outfile, O_CREAT|O_RDWR, 0777); in write_behind() 461 if(test->ofile == -1) { in write_behind() 477 return write(test->ofile, writebuf, count); in write_behind() 485 lseek(test->ofile, -1, SEEK_CUR); /* smash lf on top of the cr */ in write_behind() 493 if(1 != write(test->ofile, &c, 1)) in write_behind() 847 if(test.ofile > 0) in main() 848 close(test.ofile); in main() [all...] |
/third_party/ltp/tools/sparse/sparse-src/validation/ |
H A D | test-suite | 140 ofile="$3" 146 grep -s -q "$val" "$ofile" 157 # has_each_patterns(ifile tag ofile) - does ofile contains some 167 # has_none_patterns(ifile tag ofile) - does ofile contains some 177 # minmax_patterns(ifile tag ofile) - does ofile contains the 184 ofile="$3" 189 n=$(grep -s "$pat" "$ofile" | w [all...] |
/third_party/skia/experimental/tools/ |
H A D | coreGraphicsPdf2png.cpp | 58 FILE* ofile = (!output || !output[0] || 0 == strcmp(output, "-")) in main() local 60 ASSERT(ofile); in main() 61 CGDataConsumerRef consumer = CGDataConsumerCreate(ofile, &procs); in main()
|
/third_party/ffmpeg/tools/ |
H A D | normalize.py | 8 ofile = sys.argv[-1] variable 31 norm_cmd += encopt + [ofile]
|
/third_party/node/deps/v8/tools/cppgc/ |
H A D | gen_cmake.py | 479 with open(outfile, 'w+') as ofile: 480 ofile.write(contents)
|
/third_party/ffmpeg/fftools/ |
H A D | ffmpeg_opt.c | 2219 static int copy_chapters(InputFile *ifile, OutputFile *ofile, AVFormatContext *os, in copy_chapters() argument 2233 int64_t start_time = (ofile->start_time == AV_NOPTS_VALUE) ? 0 : ofile->start_time; in copy_chapters() 2236 int64_t rt = (ofile->recording_time == INT64_MAX) ? INT64_MAX : in copy_chapters() 2237 av_rescale_q(ofile->recording_time, AV_TIME_BASE_Q, in_ch->time_base); in copy_chapters()
|
/third_party/python/Modules/ |
H A D | _ssl.c | 5299 PyObject *ofile = NULL; in _ssl_get_default_verify_paths_impl() local 5313 CONVERT(X509_get_default_cert_file(), ofile); in _ssl_get_default_verify_paths_impl() local 5318 return Py_BuildValue("NNNN", ofile_env, ofile, odir_env, odir); in _ssl_get_default_verify_paths_impl() 5322 Py_XDECREF(ofile); in _ssl_get_default_verify_paths_impl()
|
/third_party/libevdev/ |
H A D | configure | 8762 ofile=libtool 14983 ofile='$ofile' 15706 cfgfile=${ofile}T 16243 mv -f "$cfgfile" "$ofile" || 16244 (rm -f "$ofile" && cp "$cfgfile" "$ofile" && rm -f "$cfgfile") 16245 chmod +x "$ofile"
|