Searched refs:f_outfile (Results 1 – 5 of 5) sorted by relevance
655 if (f_outfile) { in rm_outfile()668 (f_outfile == NULL) ? gettext("standard output") : f_outfile); in rm_outfile()686 ar, f_outfile ? f_outfile : "standard output"); in close_outfile()744 f_outfile ? f_outfile : in write_file_token()750 f_outfile ? f_outfile : in write_file_token()792 if (f_outfile != NULL) { in rename_outfile()800 f_file = f_name = f_outfile; /* their version */ in rename_outfile()820 f_outfile, f_newfile); in rename_outfile()830 f_outfile = f_newfile; in rename_outfile()832 if (rename(f_outtemp, f_outfile) == -1) { in rename_outfile()[all …]
72 char *f_outfile; /* 'W' output file */ variable
201 extern char *f_outfile; /* 'W' output file */
145 f_outfile = optarg; in process_options()167 f_outfile = optarg; in process_options()260 (!f_complete || !f_all || !f_outfile)) { in process_options()
357 ar, f_outfile ? f_outfile : gettext("stdout"));