Home
last modified time | relevance | path

Searched refs:f_outfile (Results 1 – 5 of 5) sorted by relevance

/illumos-gate/usr/src/cmd/auditreduce/
H A Dmain.c655 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 …]
H A Dauditrd.h72 char *f_outfile; /* 'W' output file */ variable
H A Dauditrt.h201 extern char *f_outfile; /* 'W' output file */
H A Doption.c145 f_outfile = optarg; in process_options()
167 f_outfile = optarg; in process_options()
260 (!f_complete || !f_all || !f_outfile)) { in process_options()
H A Dproc.c357 ar, f_outfile ? f_outfile : gettext("stdout"));