Lines Matching refs:_cups_strcasecmp
402 if (!charset->value || _cups_strcasecmp(charset->value, "UTF-8")) in ppdEmitJCL()
651 if (!_cups_strcasecmp(choices[i]->choice, "Custom") && in ppdEmitString()
687 if ((!_cups_strcasecmp(choices[i]->option->keyword, "PageSize") || in ppdEmitString()
688 !_cups_strcasecmp(choices[i]->option->keyword, "PageRegion")) && in ppdEmitString()
689 !_cups_strcasecmp(choices[i]->choice, "Custom")) in ppdEmitString()
696 else if (!_cups_strcasecmp(choices[i]->choice, "Custom") && in ppdEmitString()
767 if (!_cups_strcasecmp(choices[i]->choice, "Custom") && in ppdEmitString()
866 if ((!_cups_strcasecmp(choices[i]->option->keyword, "PageSize") || in ppdEmitString()
867 !_cups_strcasecmp(choices[i]->option->keyword, "PageRegion")) && in ppdEmitString()
868 !_cups_strcasecmp(choices[i]->choice, "Custom")) in ppdEmitString()
980 else if (!_cups_strcasecmp(choices[i]->choice, "Custom") && in ppdEmitString()
1152 if (!_cups_strcasecmp(size->name, "Custom") || in ppd_handle_media()
1154 (manual_feed && !_cups_strcasecmp(manual_feed->choice, "False") && in ppd_handle_media()
1164 else if (rpr && rpr->value && !_cups_strcasecmp(rpr->value, "True")) in ppd_handle_media()