Home
last modified time | relevance | path

Searched refs:firstvalue (Results 1 – 1 of 1) sorted by relevance

/external/libcups/cups/
Dppd-conflicts.c963 *firstvalue; /* AP_FIRSTPAGE_Keyword value */ in ppd_test_constraints() local
1066 firstvalue = choice; in ppd_test_constraints()
1068 else if ((firstvalue = cupsGetOption("AP_FIRSTPAGE_PageSize", in ppd_test_constraints()
1070 firstvalue = cupsGetOption("AP_FIRSTPAGE_PageRegion", num_options, in ppd_test_constraints()
1073 if (firstvalue && !_cups_strncasecmp(firstvalue, "Custom.", 7)) in ppd_test_constraints()
1074 firstvalue = "Custom"; in ppd_test_constraints()
1077 (!firstvalue || _cups_strcasecmp(firstvalue, constptr->choice->choice))) in ppd_test_constraints()
1117 firstvalue = "Custom"; in ppd_test_constraints()
1119 firstvalue = choice; in ppd_test_constraints()
1121 else if ((firstvalue = cupsGetOption(firstpage, num_options, in ppd_test_constraints()
[all …]