MCPcopy Create free account
hub / github.com/OpenPrinting/cups / ppdEmit

Function ppdEmit

cups/ppd-emit.c:225–231  ·  view source on GitHub ↗

Source from the content-addressed store, hash-verified

223 */
224
225int /* O - 0 on success, -1 on failure */
226ppdEmit(ppd_file_t *ppd, /* I - PPD file record */
227 FILE *fp, /* I - File to write to */
228 ppd_section_t section) /* I - Section to write */
229{
230 return (ppdEmitAfterOrder(ppd, fp, section, 0, 0.0));
231}
232
233
234/*

Callers 5

dsc_headerFunction · 0.85
dsc_pageFunction · 0.85
mainFunction · 0.85
copy_non_dscFunction · 0.85
ppdEmitJCLFunction · 0.85

Calls 1

ppdEmitAfterOrderFunction · 0.85

Tested by

no test coverage detected