Home
last modified time | relevance | path

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

/PHP-5.4/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.4/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.4/build/
H A Dlibtool.m4133 ofile="$default_ofile"
1923 if test ! -f "${ofile}"; then
1988 mv "${ofile}T" "$ofile"
1989 chmod +x "$ofile"
1991 rm -f "${ofile}T"
4101 [cfgfile="${ofile}T"
4105 creating $ofile])],
4106 [cfgfile="$ofile"])
4490 mv -f "$cfgfile" "$ofile" || \
4491 (rm -f "$ofile" && cp "$cfgfile" "$ofile" && rm -f "$cfgfile")
[all …]

Completed in 16 milliseconds