Home
last modified time | relevance | path

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

/titanic_41/usr/src/cmd/lp/filter/postscript/postcomm/
H A Dpostcomm.c142 FILE *fp_log = stderr; /* log file for data from the printer */ variable
171 vfprintf(fp_log, mesg, ap); in logit()
173 fflush(fp_log); in logit()
201 fprintf(fp_log, "%s: ", prog_name); in error()
203 vfprintf(fp_log, mesg, ap); in error()
205 putc('\n', fp_log); in error()
286 if ((fp_log = fopen(optarg, "w")) == NULL) in options()
288 fp_log = stderr; in options()
/titanic_41/usr/src/cmd/lp/filter/postscript/postio/
H A Dparallel.c65 extern FILE *fp_log;
270 if (fp_log != stderr) { in printer_info()
271 fprintf(fp_log, in printer_info()
274 fflush(fp_log); in printer_info()
328 if (fp_log != stderr) { in wait_state()
329 fprintf(fp_log, "%%%%[ status: idle ]%%%%\n"); in wait_state()
330 fflush(fp_log); in wait_state()
H A Dpostio.c186 FILE *fp_log = stderr; /* log file for stuff from printer */ variable
359 if ((fp_log = fopen(optarg, "w")) == NULL) { in options()
360 fp_log = stderr; in options()
1112 vfprintf(fp_log, mesg, ap); in logit()
1115 fflush(fp_log); in logit()
1132 fprintf(fp_log, "%s: ", prog_name); in error()
1135 vfprintf(fp_log, mesg, ap); in error()
1138 putc('\n', fp_log); in error()
H A Difdef.h84 extern FILE *fp_log; /* just for DKHOST stuff */
H A Difdef.c65 extern FILE *fp_log;
932 if ( fp_log != stderr ) { /* save stderr - redirect dkdial errors */ in dkhost_connect()
935 dup(fileno(fp_log)); in dkhost_connect()
946 if ( fp_log != stderr ) { /* restore stderr */ in dkhost_connect()