Searched refs:urf_supported (Results 1 – 1 of 1) sorted by relevance
/external/libcups/tools/ |
D | ippeveprinter.c | 4290 static const char * const urf_supported[] = in load_legacy_attributes() local 4716 …P_TAG_KEYWORD, "urf-supported", (int)(sizeof(urf_supported) / sizeof(urf_supported[0])), NULL, urf… in load_legacy_attributes() 6767 *urf_supported; /* Printer attributes */ in register_printer() local 6784 urf_supported = ippFindAttribute(printer->attrs, "urf-supported", IPP_TAG_KEYWORD); in register_printer() 6804 for (i = 0, count = ippGetCount(urf_supported), ptr = urf; i < count; i ++) in register_printer() 6806 value = ippGetString(urf_supported, i, NULL); in register_printer()
|