Lines Matching refs:ppdfile
194 *ppdfile, /* PPD file (if any) */ member
302 static ipp_t *load_ppd_attributes(const char *ppdfile, cups_array_t *docformats);
369 *ppdfile = NULL, /* PPD file */ in main() local
474 ppdfile = argv[i]; in main()
616 if (((ppdfile != NULL) + (attrfile != NULL) + legacy) > 1) in main()
688 else if (ppdfile) in main()
690 attrs = load_ppd_attributes(ppdfile, docformats); in main()
708 if (ppdfile) in main()
709 printer->ppdfile = strdup(ppdfile); in main()
2114 if (printer->ppdfile) in delete_printer()
2115 free(printer->ppdfile); in delete_printer()
4731 const char *ppdfile, /* I - PPD filename */ in load_ppd_attributes() argument
4845 if ((ppd = ppdOpenFile(ppdfile)) == NULL) in load_ppd_attributes()
4850 …_cupsLangPrintf(stderr, _("ippeveprinter: Unable to open \"%s\": %s on line %d."), ppdfile, ppdErr… in load_ppd_attributes()
6289 if (job->printer->ppdfile) in process_job()
6291 snprintf(val, sizeof(val), "PPD=%s", job->printer->ppdfile); in process_job()