Home
last modified time | relevance | path

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

/external/libcups/monitor/
Dbcp.c125 if (ppd && ppd->jcl_end) in main()
126 fputs(ppd->jcl_end, stdout); in main()
/external/libcups/filter/
Dcommandtops.c437 if (ppd->jcl_end) in end_ps()
438 fputs(ppd->jcl_end, stdout); in end_ps()
Dpstops.c368 if (ppd && ppd->jcl_end) in main()
937 if (number && doc->emit_jcl && ppd && ppd->jcl_end) in copy_dsc()
/external/libcups/cups/
Dppd-emit.c555 if (!ppd->jcl_end) in ppdEmitJCLEnd()
567 if (!strncmp(ppd->jcl_end, "\033%-12345X@", 10)) in ppdEmitJCLEnd()
580 fputs(ppd->jcl_end + 9, fp); in ppdEmitJCLEnd()
583 fputs(ppd->jcl_end, fp); in ppdEmitJCLEnd()
Dppd.h303 char *jcl_end; /* End JCL commands */ member
Dppd.c129 free(ppd->jcl_end); in ppdClose()
865 ppd->jcl_end = strdup(string); in _ppdOpen()
866 ppd_decode(ppd->jcl_end); /* Decode quoted string */ in _ppdOpen()
/external/libcups/tools/
Dippeveps.c332 if (ppd && ppd->jcl_end) in dsc_trailer()
/external/libcups/systemv/
Dcupstestppd.c1430 (!ppd->jcl_begin || !ppd->jcl_end || !ppd->jcl_ps)) in main()