Lines Matching refs:_cups_strcasecmp
398 if (!charset->value || _cups_strcasecmp(charset->value, "UTF-8")) in ppdEmitJCL()
653 if (!_cups_strcasecmp(choices[i]->choice, "Custom") && in ppdEmitString()
692 if ((!_cups_strcasecmp(choices[i]->option->keyword, "PageSize") || in ppdEmitString()
693 !_cups_strcasecmp(choices[i]->option->keyword, "PageRegion")) && in ppdEmitString()
694 !_cups_strcasecmp(choices[i]->choice, "Custom")) in ppdEmitString()
701 else if (!_cups_strcasecmp(choices[i]->choice, "Custom") && in ppdEmitString()
775 if (!_cups_strcasecmp(choices[i]->choice, "Custom") && in ppdEmitString()
877 if ((!_cups_strcasecmp(choices[i]->option->keyword, "PageSize") || in ppdEmitString()
878 !_cups_strcasecmp(choices[i]->option->keyword, "PageRegion")) && in ppdEmitString()
879 !_cups_strcasecmp(choices[i]->choice, "Custom")) in ppdEmitString()
991 else if (!_cups_strcasecmp(choices[i]->choice, "Custom") && in ppdEmitString()
1166 if (!_cups_strcasecmp(size->name, "Custom") || in ppd_handle_media()
1168 (manual_feed && !_cups_strcasecmp(manual_feed->choice, "False") && in ppd_handle_media()
1178 else if (rpr && rpr->value && !_cups_strcasecmp(rpr->value, "True")) in ppd_handle_media()