HomeSort by relevance Sort by last modified time
    Searched refs:ppdfile (Results 1 - 3 of 3) sorted by null

  /external/libcups/cups/
testcache.c 32 const char *ppdfile = NULL;/* PPD filename */ local
48 ppdfile = argv[1];
49 if ((ppd = ppdOpenFile(ppdfile)) == NULL)
57 fprintf(stderr, "Unable to open \"%s\": %s on line %d\n", ppdfile, ppdErrorString(err), line);
63 fprintf(stderr, "Unable to create PPD cache from \"%s\".\n", ppdfile);
testcups.c 52 *ppdfile; /* PPD file */ local
436 if ((ppdfile = cupsGetPPD(dest->name)) == NULL)
451 if ((ppd = ppdOpenFile(ppdfile)) == NULL)
460 unlink(ppdfile);
testpwg.c 41 const char *ppdfile; /* PPD filename */ local
59 ppdfile = argv[1];
61 printf("ppdOpenFile(%s): ", ppdfile);
62 if ((ppd = ppdOpenFile(ppdfile)) == NULL)

Completed in 56 milliseconds