Home
last modified time | relevance | path

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

/illumos-gate/usr/src/cmd/lp/filter/postscript/download/
H A Ddownload.c112 FILE *fp_temp = NULL; /* for copying stdin */ variable
375 fp_temp = NULL; in arguments()
383 if ( fp_temp != NULL ) in arguments()
384 fclose(fp_temp); in arguments()
432 if ( (fp_temp = fopen(temp_file, "w+")) == NULL ) in download()
439 if ( fp_temp != NULL ) in download()
440 fprintf(fp_temp, "%s", buf); in download()
511 if ( fp_temp != NULL ) { in copyinput()
512 fseek(fp_temp, 0L, 0); in copyinput()
513 while ( fgets(buf, sizeof(buf), fp_temp) != NULL ) in copyinput()