Searched refs:firstpage (Results 1 – 1 of 1) sorted by relevance
/external/libcups/cups/ |
D | ppd-conflicts.c | 188 firstpage[255]; /* AP_FIRSTPAGE_Keyword string */ in cupsResolveConflicts() local 313 snprintf(firstpage, sizeof(firstpage), "AP_FIRSTPAGE_%s", resoption); in cupsResolveConflicts() 317 !_cups_strcasecmp(firstpage, option) || in cupsResolveConflicts() 960 char firstpage[255]; /* AP_FIRSTPAGE_Keyword string */ in ppd_test_constraints() local 1107 snprintf(firstpage, sizeof(firstpage), "AP_FIRSTPAGE_%s", in ppd_test_constraints() 1110 if (option && choice && !_cups_strcasecmp(option, firstpage)) in ppd_test_constraints() 1117 else if ((firstvalue = cupsGetOption(firstpage, num_options, in ppd_test_constraints()
|