Searched refs:fp_out (Results 1 – 5 of 5) sorted by relevance
/titanic_50/usr/src/cmd/lp/filter/postscript/postprint/ |
H A D | postprint.c | 145 FILE *fp_out = stdout; /* and write stuff here */ variable 659 putc('\\', fp_out); in text() 675 fprintf(fp_out, "\\%03o", 0xFF&ch); in text() 711 if ( fp_out == stdout ) /* count the last page */ in formfeed() 716 fprintf(fp_out, "cleartomark\n"); in formfeed() 717 fprintf(fp_out, "showpage\n"); in formfeed() 718 fprintf(fp_out, "restore\n"); in formfeed() 720 fprintf(fp_out, "%s %d %d\n", ENDPAGE, page, printed); in formfeed() 727 fprintf(fp_out, "%s %d %d\n", PAGE, page, printed+1); in formfeed() 728 fprintf(fp_out, "save\n"); in formfeed() [all …]
|
H A D | README | 38 fprintf(fp_out, ")%d L\n", stringstart-1); 42 fprintf(fp_out, ")%d %d L\n", stringstart-1, stringcount);
|
/titanic_50/usr/src/cmd/lp/filter/postscript/common/ |
H A D | request.c | 98 writerequest(int page, FILE *fp_out) in writerequest() argument 114 dumprequest(request[i].want, request[i].file, fp_out); in writerequest() 123 dumprequest(char *want, char *file, FILE *fp_out) in dumprequest() argument 149 fprintf(fp_out, "%s", buf); in dumprequest()
|
/titanic_50/usr/src/cmd/lp/filter/postscript/dpost/ |
H A D | pictures.c | 303 piccopy(FILE *fp_in, FILE *fp_out, long total) in piccopy() argument 321 if ( putc(getc(fp_in), fp_out) == EOF ) in piccopy() 323 fflush(fp_out); in piccopy()
|
H A D | dpost.c | 2766 FILE *fp_out; /* and added to this file */ in documentfonts() local 2787 if ( (fp_out = fopen(temp_file, "a")) != NULL ) { in documentfonts() 2790 fprintf(fp_out, "%s", DOCUMENTFONTS); in documentfonts() 2792 fprintf(fp_out, "\n%s", CONTINUECOMMENT); in documentfonts() 2793 fprintf(fp_out, " %s", temp); in documentfonts() 2795 fclose(fp_out); in documentfonts()
|