Home
last modified time | relevance | path

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

/illumos-gate/usr/src/cmd/lp/filter/postscript/postprint/
H A Dpostprint.c658 putc('\\', fp_out); in text()
715 fprintf(fp_out, "cleartomark\n"); in formfeed()
716 fprintf(fp_out, "showpage\n"); in formfeed()
717 fprintf(fp_out, "restore\n"); in formfeed()
727 fprintf(fp_out, "save\n"); in formfeed()
728 fprintf(fp_out, "mark\n"); in formfeed()
729 writerequest(printed+1, fp_out); in formfeed()
834 putc('(', fp_out); in startline()
861 fprintf(fp_out, ")l\n"); in endline()
892 putc(ch, fp_out); in oput()
[all …]
H A DREADME38 fprintf(fp_out, ")%d L\n", stringstart-1);
42 fprintf(fp_out, ")%d %d L\n", stringstart-1, stringcount);
/illumos-gate/usr/src/cmd/lp/filter/postscript/common/
H A Drequest.c95 writerequest(int page, FILE *fp_out) in writerequest() argument
111 dumprequest(request[i].want, request[i].file, fp_out); in writerequest()
120 dumprequest(char *want, char *file, FILE *fp_out) in dumprequest() argument
146 fprintf(fp_out, "%s", buf); in dumprequest()
/illumos-gate/usr/src/cmd/lp/filter/postscript/dpost/
H A Dpictures.c300 piccopy(FILE *fp_in, FILE *fp_out, long total) in piccopy() argument
318 if ( putc(getc(fp_in), fp_out) == EOF ) in piccopy()
320 fflush(fp_out); in piccopy()
H A Ddpost.c2764 FILE *fp_out; /* and added to this file */ in documentfonts() local
2785 if ( (fp_out = fopen(temp_file, "a")) != NULL ) { in documentfonts()
2788 fprintf(fp_out, "%s", DOCUMENTFONTS); in documentfonts()
2790 fprintf(fp_out, "\n%s", CONTINUECOMMENT); in documentfonts()
2791 fprintf(fp_out, " %s", temp); in documentfonts()
2793 fclose(fp_out); in documentfonts()