• Home
  • Raw
  • Download

Lines Matching refs:pwg_keyword

411 		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()
767 map->pwg = _cupsStrAlloc(pwg_keyword); in _ppdCacheCreateWithFile()
799 if (sscanf(value, "%127s%40s", pwg_keyword, ppd_keyword) != 2) in _ppdCacheCreateWithFile()
816 map->pwg = _cupsStrAlloc(pwg_keyword); in _ppdCacheCreateWithFile()
972 char pwg_keyword[3 + PPD_MAX_NAME + 1 + 12 + 1 + 12 + 3], in _ppdCacheCreateWithPPD() local
1079 pwg_name = pwg_keyword; in _ppdCacheCreateWithPPD()
1083 pwgFormatSizeName(pwg_keyword, sizeof(pwg_keyword), NULL, ppd_name, in _ppdCacheCreateWithPPD()
1173 pwgFormatSizeName(pwg_keyword, sizeof(pwg_keyword), "custom", "max", in _ppdCacheCreateWithPPD()
1176 pc->custom_max_keyword = _cupsStrAlloc(pwg_keyword); in _ppdCacheCreateWithPPD()
1180 pwgFormatSizeName(pwg_keyword, sizeof(pwg_keyword), "custom", "min", in _ppdCacheCreateWithPPD()
1183 pc->custom_min_keyword = _cupsStrAlloc(pwg_keyword); in _ppdCacheCreateWithPPD()
1249 pwg_name = pwg_keyword; in _ppdCacheCreateWithPPD()
1250 pwg_unppdize_name(choice->choice, pwg_keyword, sizeof(pwg_keyword), in _ppdCacheCreateWithPPD()
1313 pwg_name = pwg_keyword; in _ppdCacheCreateWithPPD()
1314 pwg_unppdize_name(choice->choice, pwg_keyword, sizeof(pwg_keyword), in _ppdCacheCreateWithPPD()
1343 pwg_unppdize_name(choice->choice, pwg_keyword, sizeof(pwg_keyword), "_"); in _ppdCacheCreateWithPPD()
1345 map->pwg = _cupsStrAlloc(pwg_keyword); in _ppdCacheCreateWithPPD()