Searched refs:ppdfile (Results 1 - 8 of 8) sorted by relevance

/macosx-10.10/cups-408/cups/cups/
H A Dtestcache.c34 const char *ppdfile = NULL;/* PPD filename */ local
50 ppdfile = argv[1];
51 if ((ppd = ppdOpenFile(ppdfile)) == NULL)
59 fprintf(stderr, "Unable to open \"%s\": %s on line %d\n", ppdfile, ppdErrorString(err), line);
65 fprintf(stderr, "Unable to create PPD cache from \"%s\".\n", ppdfile);
H A Dtestcups.c52 const char *ppdfile; /* PPD file */ local
429 if ((ppdfile = cupsGetPPD(dest->name)) == NULL)
444 if ((ppd = ppdOpenFile(ppdfile)) == NULL)
453 unlink(ppdfile);
H A Dtestpwg.c49 const char *ppdfile; /* PPD filename */ local
67 ppdfile = argv[1];
69 printf("ppdOpenFile(%s): ", ppdfile);
70 if ((ppd = ppdOpenFile(ppdfile)) == NULL)
/macosx-10.10/cups-408/cups/systemv/
H A Dcupsaddsmb.c221 char ppdfile[1024], /* PPD file for printer drivers */ local
230 if (!cupsAdminCreateWindowsPPD(http, dest, ppdfile, sizeof(ppdfile)))
260 status = cupsAdminExportSamba(dest, ppdfile, SAMBAServer,
268 unlink(ppdfile);
H A Dlpadmin.c1235 const char *ppdfile; /* PPD filename */ local
1296 ppdfile = file;
1298 ppdfile = cupsGetPPD(printer);
1300 ppdfile = NULL;
1302 if (ppdfile != NULL)
1308 ppd = ppdOpenFile(ppdfile);
1316 if (ppdfile != file)
1317 unlink(ppdfile);
1321 if ((in = cupsFileOpen(ppdfile, "r")) == NULL)
1325 ppdfile, strerro
[all...]
/macosx-10.10/cups-408/cups/scheduler/
H A Dcupsfilter.c68 const char *ppdfile,
78 const char *outfile, const char *ppdfile,
122 const char *ppdfile; /* PPD file */ local
149 ppdfile = NULL;
305 ppdfile = argv[i];
392 printer_type = add_printer_filters(command, mime, printer, ppdfile,
507 status = exec_filters(src, filters, infile, outfile, ppdfile, printer, user,
518 if (removeppd && ppdfile)
519 unlink(ppdfile);
659 const char *ppdfile, /*
655 add_printer_filters( const char *command, mime_t *mime, const char *printer, const char *ppdfile, mime_type_t **prefilter_type) argument
917 exec_filters(mime_type_t *srctype, cups_array_t *filters, const char *infile, const char *outfile, const char *ppdfile, const char *printer, const char *user, const char *title, int num_options, cups_option_t *options) argument
[all...]
H A Dcolorman.c331 char ppdfile[1024], /* PPD filename */ local
373 snprintf(ppdfile, sizeof(ppdfile), "%s/ppd/%s.ppd", ServerRoot, p->name);
374 if ((ppd = _ppdOpenFile(ppdfile, _PPD_LOCALIZATION_ICC_PROFILES)) == NULL)
1371 char ppdfile[1024], /* PPD filename */ local
1391 snprintf(ppdfile, sizeof(ppdfile), "%s/ppd/%s.ppd", ServerRoot, p->name);
1392 if ((ppd = _ppdOpenFile(ppdfile, _PPD_LOCALIZATION_ICC_PROFILES)) == NULL)
/macosx-10.10/mDNSResponder-561.1.1/Clients/PrinterSetupWizard/
H A DPrinterSetupWizardSheet.cpp530 CString ppdfile; // PPD file for printer drivers local
606 err = UTF8StringToStringObject( ppdfileANSI, ppdfile );
618 ok = in.Open( ppdfile, CFile::modeRead | CFile::typeBinary );
635 CFile::Remove( ppdfile );

Completed in 144 milliseconds