• Home
  • Raw
  • Download

Lines Matching refs:_cups_strcasecmp

1506 	    if (!_cups_strcasecmp(media_default, attr->values[i].string.text))  in _cupsGetDests()
1534 if (_cups_strcasecmp(optname, "media") || !cupsGetOption("media", num_options, options)) in _cupsGetDests()
2049 dest->is_default = !_cups_strcasecmp(name, dest->name) && in cupsSetDefaultDest()
2052 !_cups_strcasecmp(instance, dest->instance))); in cupsSetDefaultDest()
2219 !_cups_strcasecmp(val, option->value)) in cupsSetDests2()
2633 if ((diff = _cups_strcasecmp(a->name, b->name)) != 0) in cups_compare_dests()
2636 return (_cups_strcasecmp(a->instance, b->instance)); in cups_compare_dests()
2863 if (!_cups_strcasecmp(replyDomain, "local.") && in cups_dnssd_get_device()
2864 _cups_strcasecmp(device->domain, replyDomain)) in cups_dnssd_get_device()
2879 if (!_cups_strcasecmp(regtype, "_ipps._tcp") && in cups_dnssd_get_device()
2880 _cups_strcasecmp(device->regtype, regtype)) in cups_dnssd_get_device()
3216 if (!_cups_strcasecmp(key, "usb_MFG") ||
3217 !_cups_strcasecmp(key, "usb_MANU") ||
3218 !_cups_strcasecmp(key, "usb_MANUFACTURER"))
3220 else if (!_cups_strcasecmp(key, "usb_MDL") ||
3221 !_cups_strcasecmp(key, "usb_MODEL"))
3223 else if (!_cups_strcasecmp(key, "product") && !strstr(value, "Ghostscript"))
3239 else if (!_cups_strcasecmp(key, "ty"))
3246 else if (!_cups_strcasecmp(key, "note"))
3250 else if (!_cups_strcasecmp(key, "pdl"))
3281 else if (!_cups_strcasecmp(key, "printer-type"))
3292 if (!_cups_strcasecmp(key, "air") &&
3293 !_cups_strcasecmp(value, "t"))
3295 else if (!_cups_strcasecmp(key, "bind") &&
3296 !_cups_strcasecmp(value, "t"))
3298 else if (!_cups_strcasecmp(key, "collate") &&
3299 !_cups_strcasecmp(value, "t"))
3301 else if (!_cups_strcasecmp(key, "color") &&
3302 !_cups_strcasecmp(value, "t"))
3304 else if (!_cups_strcasecmp(key, "copies") &&
3305 !_cups_strcasecmp(value, "t"))
3307 else if (!_cups_strcasecmp(key, "duplex") &&
3308 !_cups_strcasecmp(value, "t"))
3310 else if (!_cups_strcasecmp(key, "fax") &&
3311 !_cups_strcasecmp(value, "t"))
3313 else if (!_cups_strcasecmp(key, "papercustom") &&
3314 !_cups_strcasecmp(value, "t"))
3316 else if (!_cups_strcasecmp(key, "papermax"))
3318 if (!_cups_strcasecmp(value, "legal-a4"))
3320 else if (!_cups_strcasecmp(value, "isoc-a2"))
3322 else if (!_cups_strcasecmp(value, ">isoc-a2"))
3325 else if (!_cups_strcasecmp(key, "punch") &&
3326 !_cups_strcasecmp(value, "t"))
3328 else if (!_cups_strcasecmp(key, "scan") &&
3329 !_cups_strcasecmp(value, "t"))
3331 else if (!_cups_strcasecmp(key, "sort") &&
3332 !_cups_strcasecmp(value, "t"))
3334 else if (!_cups_strcasecmp(key, "staple") &&
3335 !_cups_strcasecmp(value, "t"))
4136 if (!_cups_strcasecmp(line, "default") && value)
4210 if ((_cups_strcasecmp(line, "dest") && _cups_strcasecmp(line, "default")) || !lineptr)
4257 if (_cups_strcasecmp(name, match_name) ||
4260 (instance && _cups_strcasecmp(instance, match_inst)))
4307 if (!user_default_set && !_cups_strcasecmp(line, "default"))