Searched refs:ofile (Results 1 – 4 of 4) sorted by relevance
| /libtiff-4.0.7/contrib/iptcutil/ |
| H A D | iptcutil.c | 98 putc('"', ofile); in formatString() 103 fputs("&", ofile); in formatString() 107 fputs("<", ofile); in formatString() 110 fputs(">", ofile); in formatString() 114 fputs(""", ofile); in formatString() 118 fprintf(ofile, "&#%d;", c); in formatString() 120 putc(*s, ofile); in formatString() 124 fputs("\"\n", ofile); in formatString() 393 *ofile = stdout; in main() local 466 formatIPTC(ifile, ofile); in main() [all …]
|
| /libtiff-4.0.7/config/ |
| 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"
|
| /libtiff-4.0.7/m4/ |
| H A D | libtool.m4 | 219 ofile=libtool 687 AC_MSG_NOTICE([creating $ofile]) 724 cfgfile=${ofile}T 784 mv -f "$cfgfile" "$ofile" || 785 (rm -f "$ofile" && cp "$cfgfile" "$ofile" && rm -f "$cfgfile") 786 chmod +x "$ofile" 788 [cat <<_LT_EOF >> "$ofile" 802 ofile='$ofile'], [])
|
| /libtiff-4.0.7/ |
| H A D | configure | 22066 ofile='$ofile' 22803 cfgfile=${ofile}T 23350 mv -f "$cfgfile" "$ofile" || 23351 (rm -f "$ofile" && cp "$cfgfile" "$ofile" && rm -f "$cfgfile") 23352 chmod +x "$ofile" 23355 cat <<_LT_EOF >> "$ofile"
|