Home
last modified time | relevance | path

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

/illumos-gate/usr/src/cmd/lp/filter/postscript/postcomm/
H A Dpostcomm.c140 FILE *fp_log = stderr; /* log file for data from the printer */ variable
169 vfprintf(fp_log, mesg, ap); in logit()
171 fflush(fp_log); in logit()
199 fprintf(fp_log, "%s: ", prog_name); in error()
201 vfprintf(fp_log, mesg, ap); in error()
203 putc('\n', fp_log); in error()
284 if ((fp_log = fopen(optarg, "w")) == NULL) in options()
286 fp_log = stderr; in options()
/illumos-gate/usr/src/cmd/lp/filter/postscript/postio/
H A Dparallel.c63 extern FILE *fp_log;
268 if (fp_log != stderr) { in printer_info()
269 fprintf(fp_log, in printer_info()
272 fflush(fp_log); in printer_info()
326 if (fp_log != stderr) { in wait_state()
327 fprintf(fp_log, "%%%%[ status: idle ]%%%%\n"); in wait_state()
328 fflush(fp_log); in wait_state()
H A Dpostio.c184 FILE *fp_log = stderr; /* log file for stuff from printer */ variable
357 if ((fp_log = fopen(optarg, "w")) == NULL) { in options()
358 fp_log = stderr; in options()
1110 vfprintf(fp_log, mesg, ap); in logit()
1113 fflush(fp_log); in logit()
1130 fprintf(fp_log, "%s: ", prog_name); in error()
1133 vfprintf(fp_log, mesg, ap); in error()
1136 putc('\n', fp_log); in error()
H A Difdef.c63 extern FILE *fp_log;
930 if ( fp_log != stderr ) { /* save stderr - redirect dkdial errors */ in dkhost_connect()
933 dup(fileno(fp_log)); in dkhost_connect()
944 if ( fp_log != stderr ) { /* restore stderr */ in dkhost_connect()
H A Difdef.h82 extern FILE *fp_log; /* just for DKHOST stuff */