Searched defs:fp_temp (Results 1 - 1 of 1) sorted by relevance

/illumos-gate/usr/src/cmd/lp/filter/postscript/download/
H A Ddownload.c114 FILE *fp_temp = NULL; /* for copying stdin */ variable
377 fp_temp = NULL;
385 if ( fp_temp != NULL )
386 fclose(fp_temp);
423 * append the input file. When reading stdin we append lines to fp_temp and
424 * recover them when we're ready to copy the input file. fp_temp will often
434 if ( (fp_temp = fopen(temp_file, "w+")) == NULL )
441 if ( fp_temp != NULL )
442 fprintf(fp_temp, "%s", buf);
507 * Copies the input file to stdout. If fp_temp is
[all...]

Completed in 64 milliseconds