Home
last modified time | relevance | path

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

/external/libcups/cups/
Dadminutil.c45 static void write_option(cups_file_t *dstfp, int order,
68 *dstfp; /* Destination PPD file */ in cupsAdminCreateWindowsPPD() local
153 if ((dstfp = cupsTempFile2(buffer, bufsize)) == NULL) in cupsAdminCreateWindowsPPD()
166 cupsFilePuts(dstfp, "*PPD-Adobe: \"4.3\"\n"); in cupsAdminCreateWindowsPPD()
171 cupsFilePrintf(dstfp, "*%% Modified on %04d%02d%02d%02d%02d%02d+0000 " in cupsAdminCreateWindowsPPD()
207 cupsFilePrintf(dstfp, "*%% Commented out for CUPS Windows Driver...\n" in cupsAdminCreateWindowsPPD()
214 cupsFilePrintf(dstfp, "%s\n", line); in cupsAdminCreateWindowsPPD()
219 cupsFilePrintf(dstfp, "%s\n", line); in cupsAdminCreateWindowsPPD()
229 cupsFilePrintf(dstfp, "*OrderDependency: %d%s\n", jclorder, ptr); in cupsAdminCreateWindowsPPD()
233 cupsFilePrintf(dstfp, "%s\n", line); in cupsAdminCreateWindowsPPD()
[all …]