Home | History | Annotate | Download | only in coders

Lines Matching refs:ps_file

752     *ps_file;
771 ps_file=fopen_utf8(postscript_file,"wb");
772 if (ps_file == (FILE *) NULL)
782 (void) fputc(ReadBlobByte(image),ps_file);
784 (void) fclose(ps_file);