Home
last modified time | relevance | path

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

/external/libcups/cups/
Dppd-conflicts.c192 firstpage[255]; /* AP_FIRSTPAGE_Keyword string */ in cupsResolveConflicts() local
317 snprintf(firstpage, sizeof(firstpage), "AP_FIRSTPAGE_%s", resoption); in cupsResolveConflicts()
321 !_cups_strcasecmp(firstpage, option) || in cupsResolveConflicts()
964 char firstpage[255]; /* AP_FIRSTPAGE_Keyword string */ in ppd_test_constraints() local
1111 snprintf(firstpage, sizeof(firstpage), "AP_FIRSTPAGE_%s", in ppd_test_constraints()
1114 if (option && choice && !_cups_strcasecmp(option, firstpage)) in ppd_test_constraints()
1121 else if ((firstvalue = cupsGetOption(firstpage, num_options, in ppd_test_constraints()