Home
last modified time | relevance | path

Searched refs:ofile (Results 1 – 3 of 3) sorted by relevance

/PHP-5.6/sapi/isapi/stresstest/
H A Dgetopt.c142 char *ofile = NULL; in main() local
159 ofile = ap_optarg; in main()
160 (void)printf("ofile = %s\n", ofile); in main()
/PHP-5.6/sapi/milter/
H A Dgetopt.c140 char *ofile = NULL; in main() local
157 ofile = ap_php_optarg; in main()
158 (void)printf("ofile = %s\n", ofile); in main()
/PHP-5.6/build/
H A Dlibtool.m4133 ofile="$default_ofile"
1929 if test ! -f "${ofile}"; then
1994 mv "${ofile}T" "$ofile"
1995 chmod +x "$ofile"
1997 rm -f "${ofile}T"
4108 [cfgfile="${ofile}T"
4112 creating $ofile])],
4113 [cfgfile="$ofile"])
4497 mv -f "$cfgfile" "$ofile" || \
4498 (rm -f "$ofile" && cp "$cfgfile" "$ofile" && rm -f "$cfgfile")
[all …]

Completed in 20 milliseconds