Searched refs:ofile (Results 1 – 3 of 3) sorted by relevance
142 char *ofile = NULL; in main() local159 ofile = ap_optarg; in main()160 (void)printf("ofile = %s\n", ofile); in main()
140 char *ofile = NULL; in main() local157 ofile = ap_php_optarg; in main()158 (void)printf("ofile = %s\n", ofile); in main()
133 ofile="$default_ofile"1927 if test ! -f "${ofile}"; then1992 mv "${ofile}T" "$ofile"1993 chmod +x "$ofile"1995 rm -f "${ofile}T"4105 [cfgfile="${ofile}T"4109 creating $ofile])],4110 [cfgfile="$ofile"])4494 mv -f "$cfgfile" "$ofile" || \4495 (rm -f "$ofile" && cp "$cfgfile" "$ofile" && rm -f "$cfgfile")[all …]
Completed in 31 milliseconds