Home
last modified time | relevance | path

Searched refs:ppdOpenFile (Results 1 – 25 of 27) sorted by relevance

12

/external/libcups/examples/
Dtestppdx.c42 ppd = ppdOpenFile("testppdx.ppd"); in main()
/external/libcups/cups/
Dbackend.c61 if ((ppd = ppdOpenFile(getenv("PPD"))) != NULL) in cupsBackendDeviceURI()
Dtestcache.c43 if ((ppd = ppdOpenFile(ppdfile)) == NULL) in main()
Dtestconflicts.c44 if ((ppd = ppdOpenFile(argv[1])) == NULL) in main()
Dtestlang.c294 if ((ppd = ppdOpenFile(filename)) == NULL) in show_ppd()
Dppd.h389 extern ppd_file_t *ppdOpenFile(const char *filename) _CUPS_DEPRECATED_1_6_MSG("Use cupsCopyDestInfo…
Dlibcups2.def577 ppdOpenFile
Dtestppd.c802 if ((ppd = ppdOpenFile("test2.ppd")) != NULL) in main()
1175 if ((ppd = ppdOpenFile(filename)) == NULL) in main()
1390 if ((ppd = ppdOpenFile(filename)) == NULL) in do_ppd_tests()
Dtestcups.c464 if ((ppd = ppdOpenFile(ppdfile)) == NULL) in main()
Dtestpwg.c56 if ((ppd = ppdOpenFile(ppdfile)) == NULL) in main()
/external/libcups/monitor/
Dbcp.c74 ppd = ppdOpenFile(getenv("PPD")); in main()
/external/libcups/filter/
Dcommandtops.c66 if ((ppd = ppdOpenFile(getenv("PPD"))) == NULL) in main()
Dcommon.c53 ppd = ppdOpenFile(getenv("PPD")); in SetCommonOptions()
Drastertohp.c714 ppd = ppdOpenFile(getenv("PPD")); in main()
Drastertopwg.c79 ppd = ppdOpenFile(getenv("PPD")); in main()
Drastertolabel.c1169 ppd = ppdOpenFile(getenv("PPD")); in main()
Drastertoepson.c1045 ppd = ppdOpenFile(getenv("PPD")); in main()
/external/libcups/ppdc/
Dppdc-import.cxx49 if ((ppd = ppdOpenFile(f)) == NULL) in import_ppd()
/external/libcups/scheduler/
Dtestmime.c89 ppd = ppdOpenFile(argv[i]); in main()
/external/libcups/systemv/
Dlpoptions.c508 if ((ppd = ppdOpenFile(filename)) == NULL) in list_options()
Dlpadmin.c1427 if ((ppd = ppdOpenFile(ppdfile)) == NULL) in set_printer_options()
/external/libcups/tools/
Dippeveps.c420 if ((ppd = ppdOpenFile(getenv("PPD"))) != NULL) in get_options()
/external/libcups/backend/
Dsnmp-supplies.c515 if ((ppd = ppdOpenFile(getenv("PPD"))) == NULL || in backend_init_supplies()
Dipp.c1319 ppd = ppdOpenFile(getenv("PPD")); in main()
3156 if ((ppd = ppdOpenFile(getenv("PPD"))) != NULL && in report_printer_state()
/external/libcups/cgi-bin/
Dadmin.c967 if ((ppd = ppdOpenFile(filename)) != NULL) in do_am_printer()
2687 if ((ppd = ppdOpenFile(filename)) == NULL) in do_set_options()

12