Home
last modified time | relevance | path

Searched refs:ppd_keyword (Results 1 – 2 of 2) sorted by relevance

/external/libcups/cups/
Dppd-mark.c63 *ppd_keyword, /* PPD keyword */ in cupsMarkOptions() local
141 else if ((ppd_keyword = _ppdCacheGetPageSize(cache, NULL, s, NULL)) != NULL) in cupsMarkOptions()
142 ppd_mark_option(ppd, "PageSize", ppd_keyword); in cupsMarkOptions()
147 (ppd_keyword = _ppdCacheGetInputSlot(cache, NULL, s)) != NULL) in cupsMarkOptions()
148 ppd_mark_option(ppd, cache->source_option, ppd_keyword); in cupsMarkOptions()
151 (ppd_keyword = _ppdCacheGetMediaType(cache, NULL, s)) != NULL) in cupsMarkOptions()
152 ppd_mark_option(ppd, "MediaType", ppd_keyword); in cupsMarkOptions()
224 (ppd_keyword = _ppdCacheGetOutputBin(cache, output_bin)) != NULL) in cupsMarkOptions()
230 ppd_mark_option(ppd, "OutputBin", ppd_keyword); in cupsMarkOptions()
Dppd-cache.c412 ppd_keyword[PPD_MAX_NAME]; in _ppdCacheCreateWithFile() local
612 if (sscanf(value, "%127s%40s", pwg_keyword, ppd_keyword) != 2) in _ppdCacheCreateWithFile()
629 map->ppd = _cupsStrAlloc(ppd_keyword); in _ppdCacheCreateWithFile()
673 if (sscanf(value, "%127s%40s%d%d%d%d%d%d", pwg_keyword, ppd_keyword, in _ppdCacheCreateWithFile()
684 size->map.ppd = _cupsStrAlloc(ppd_keyword); in _ppdCacheCreateWithFile()
750 if (sscanf(value, "%127s%40s", pwg_keyword, ppd_keyword) != 2) in _ppdCacheCreateWithFile()
768 map->ppd = _cupsStrAlloc(ppd_keyword); in _ppdCacheCreateWithFile()
799 if (sscanf(value, "%127s%40s", pwg_keyword, ppd_keyword) != 2) in _ppdCacheCreateWithFile()
817 map->ppd = _cupsStrAlloc(ppd_keyword); in _ppdCacheCreateWithFile()