Home
last modified time | relevance | path

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

/external/libcups/cups/
Dadminutil.c67 cups_file_t *srcfp, /* Source PPD file */ in cupsAdminCreateWindowsPPD() local
146 if ((srcfp = cupsFileOpen(src, "rb")) == NULL) in cupsAdminCreateWindowsPPD()
155 cupsFileClose(srcfp); in cupsAdminCreateWindowsPPD()
186 while (cupsFileGets(srcfp, line, sizeof(line))) in cupsAdminCreateWindowsPPD()
246 cupsFileClose(srcfp); in cupsAdminCreateWindowsPPD()
265 cupsFileClose(srcfp); in cupsAdminCreateWindowsPPD()
284 cupsFileClose(srcfp); in cupsAdminCreateWindowsPPD()
301 while (cupsFileGets(srcfp, junk, sizeof(junk)) != NULL) in cupsAdminCreateWindowsPPD()
320 cupsFileClose(srcfp); in cupsAdminCreateWindowsPPD()