• Home
  • Raw
  • Download

Lines Matching refs:_cups_strncasecmp

322 	!_cups_strncasecmp(format, "image/x-", 8))  in _cupsConvertOptions()
330 else if (!_cups_strncasecmp(format, "image/", 6) || in _cupsConvertOptions()
1218 if (!_cups_strncasecmp(choice->choice, "Auto", 4) || in _ppdCacheCreateWithPPD()
1227 else if (!_cups_strncasecmp(choice->choice, "Multipurpose", 12) || in _ppdCacheCreateWithPPD()
1233 else if (!_cups_strncasecmp(choice->choice, "Lower", 5)) in _ppdCacheCreateWithPPD()
1235 else if (!_cups_strncasecmp(choice->choice, "Middle", 6)) in _ppdCacheCreateWithPPD()
1237 else if (!_cups_strncasecmp(choice->choice, "Upper", 5)) in _ppdCacheCreateWithPPD()
1239 else if (!_cups_strncasecmp(choice->choice, "Side", 4)) in _ppdCacheCreateWithPPD()
1279 if (!_cups_strncasecmp(choice->choice, "Auto", 4) || in _ppdCacheCreateWithPPD()
1283 else if (!_cups_strncasecmp(choice->choice, "Card", 4)) in _ppdCacheCreateWithPPD()
1285 else if (!_cups_strncasecmp(choice->choice, "Env", 3)) in _ppdCacheCreateWithPPD()
1287 else if (!_cups_strncasecmp(choice->choice, "Gloss", 5)) in _ppdCacheCreateWithPPD()
1293 else if (!_cups_strncasecmp(choice->choice, "Plain", 5)) in _ppdCacheCreateWithPPD()
1295 else if (!_cups_strncasecmp(choice->choice, "Coated", 6)) in _ppdCacheCreateWithPPD()
1301 else if (!_cups_strncasecmp(choice->choice, "Preprint", 8)) in _ppdCacheCreateWithPPD()
1305 else if (!_cups_strncasecmp(choice->choice, "Transparen", 10)) in _ppdCacheCreateWithPPD()
1616 if (!_cups_strncasecmp(filter, "application/vnd.cups-command", 28) && in _ppdCacheCreateWithPPD()
1633 if (!_cups_strncasecmp(filter, "application/vnd.cups-postscript", 31) && in _ppdCacheCreateWithPPD()
2433 if (!ppd_name || _cups_strncasecmp(ppd_name, "Custom.", 7) || in _ppdCacheGetPageSize()
2434 _cups_strncasecmp(ppd_name, "custom_", 7)) in _ppdCacheGetPageSize()
2563 if (!_cups_strncasecmp(page_size, "Custom.", 7)) in _ppdCacheGetSize()
3094 if (!_cups_strncasecmp(make, "Hewlett Packard ", 16) || in _ppdCreateFromIPP()
3095 !_cups_strncasecmp(make, "Hewlett-Packard ", 16)) in _ppdCreateFromIPP()
4087 if (_cups_strncasecmp(rs, "RS", 2)) in _ppdCreateFromIPP()