Home
last modified time | relevance | path

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

/external/libcups/cups/
Dppd-cache.c411 pwg_keyword[128], /* PWG keyword */ in _ppdCacheCreateWithFile() local
612 if (sscanf(value, "%127s%40s", pwg_keyword, ppd_keyword) != 2) in _ppdCacheCreateWithFile()
628 map->pwg = _cupsStrAlloc(pwg_keyword); in _ppdCacheCreateWithFile()
673 if (sscanf(value, "%127s%40s%d%d%d%d%d%d", pwg_keyword, ppd_keyword, in _ppdCacheCreateWithFile()
683 size->map.pwg = _cupsStrAlloc(pwg_keyword); in _ppdCacheCreateWithFile()
710 pwgFormatSizeName(pwg_keyword, sizeof(pwg_keyword), "custom", "max", in _ppdCacheCreateWithFile()
712 pc->custom_max_keyword = _cupsStrAlloc(pwg_keyword); in _ppdCacheCreateWithFile()
714 pwgFormatSizeName(pwg_keyword, sizeof(pwg_keyword), "custom", "min", in _ppdCacheCreateWithFile()
716 pc->custom_min_keyword = _cupsStrAlloc(pwg_keyword); in _ppdCacheCreateWithFile()
750 if (sscanf(value, "%127s%40s", pwg_keyword, ppd_keyword) != 2) in _ppdCacheCreateWithFile()
[all …]