Searched refs:finishings (Results 1 - 2 of 2) sorted by relevance
/third_party/cups-filters/cupsfilters/ |
H A D | ppdgenerator.c | 83 typedef struct _pwg_finishings_s /**** PWG finishings mapping data ****/ 85 ipp_finishings_t value; /* finishings value */ 3278 if ((attr = ippFindAttribute(response, "finishings-supported", in ppdCreateFromIPP2() 3300 static const char * const finishings[][2] = in ppdCreateFromIPP2() local 3380 keyword = ippEnumString("finishings", value); in ppdCreateFromIPP2() 3432 keyword = ippEnumString("finishings", value); in ppdCreateFromIPP2() 3460 human_readable = lookup_choice(buf, "finishings", opt_strings_catalog, in ppdCreateFromIPP2() 3463 for (j = 0; j < (int)(sizeof(finishings) / sizeof(finishings[0])); in ppdCreateFromIPP2() 3465 if (!strcmp(finishings[ in ppdCreateFromIPP2() [all...] |
/third_party/cups-filters/utils/ |
H A D | cups-browsed.c | 1592 "finishings-supported", in add_enum_attributes() 1595 "finishings-col-database" in add_enum_attributes() 2173 if ((attr = ippFindAttribute(printer_attributes, "finishings-supported", in get_staplelocation() 2178 name = ippEnumString("finishings", value); in get_staplelocation() 2200 if ((attr = ippFindAttribute(printer_attributes, "finishings-supported", in get_foldtype() 2205 name = ippEnumString("finishings", value); in get_foldtype() 2214 /*get_finishings - Function returns the supported finishings for the printer*/ 2220 cups_array_t *finishings; in get_finishings() local 2222 if ((finishings = cupsArrayNew3((cups_array_func_t)strcasecmp, NULL, NULL, 0, in get_finishings() 2226 if ((attr = ippFindAttribute(printer_attributes, "finishings in get_finishings() [all...] |
Completed in 13 milliseconds