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.c410 ppd_keyword[PPD_MAX_NAME]; in _ppdCacheCreateWithFile() local
610 if (sscanf(value, "%127s%40s", pwg_keyword, ppd_keyword) != 2) in _ppdCacheCreateWithFile()
627 map->ppd = _cupsStrAlloc(ppd_keyword); in _ppdCacheCreateWithFile()
671 if (sscanf(value, "%127s%40s%d%d%d%d%d%d", pwg_keyword, ppd_keyword, in _ppdCacheCreateWithFile()
682 size->map.ppd = _cupsStrAlloc(ppd_keyword); in _ppdCacheCreateWithFile()
748 if (sscanf(value, "%127s%40s", pwg_keyword, ppd_keyword) != 2) in _ppdCacheCreateWithFile()
766 map->ppd = _cupsStrAlloc(ppd_keyword); in _ppdCacheCreateWithFile()
797 if (sscanf(value, "%127s%40s", pwg_keyword, ppd_keyword) != 2) in _ppdCacheCreateWithFile()
815 map->ppd = _cupsStrAlloc(ppd_keyword); in _ppdCacheCreateWithFile()