Searched refs:ppd_keyword (Results 1 – 2 of 2) sorted by relevance
/external/libcups/cups/ |
D | ppd-mark.c | 59 *ppd_keyword, /* PPD keyword */ in cupsMarkOptions() local 137 else if ((ppd_keyword = _ppdCacheGetPageSize(cache, NULL, s, NULL)) != NULL) in cupsMarkOptions() 138 ppd_mark_option(ppd, "PageSize", ppd_keyword); in cupsMarkOptions() 143 (ppd_keyword = _ppdCacheGetInputSlot(cache, NULL, s)) != NULL) in cupsMarkOptions() 144 ppd_mark_option(ppd, cache->source_option, ppd_keyword); in cupsMarkOptions() 147 (ppd_keyword = _ppdCacheGetMediaType(cache, NULL, s)) != NULL) in cupsMarkOptions() 148 ppd_mark_option(ppd, "MediaType", ppd_keyword); in cupsMarkOptions() 220 (ppd_keyword = _ppdCacheGetOutputBin(cache, output_bin)) != NULL) in cupsMarkOptions() 226 ppd_mark_option(ppd, "OutputBin", ppd_keyword); in cupsMarkOptions()
|
D | ppd-cache.c | 437 ppd_keyword[PPD_MAX_NAME]; in _ppdCacheCreateWithFile() local 633 if (sscanf(value, "%127s%40s", pwg_keyword, ppd_keyword) != 2) in _ppdCacheCreateWithFile() 650 map->ppd = strdup(ppd_keyword); in _ppdCacheCreateWithFile() 694 if (sscanf(value, "%127s%40s%d%d%d%d%d%d", pwg_keyword, ppd_keyword, in _ppdCacheCreateWithFile() 705 size->map.ppd = strdup(ppd_keyword); in _ppdCacheCreateWithFile() 771 if (sscanf(value, "%127s%40s", pwg_keyword, ppd_keyword) != 2) in _ppdCacheCreateWithFile() 789 map->ppd = strdup(ppd_keyword); in _ppdCacheCreateWithFile() 820 if (sscanf(value, "%127s%40s", pwg_keyword, ppd_keyword) != 2) in _ppdCacheCreateWithFile() 838 map->ppd = strdup(ppd_keyword); in _ppdCacheCreateWithFile() 3986 const char *ppd_keyword; /* PPD keyword for enum */ in _ppdCreateFromIPP() local [all …]
|