Searched refs:tray_str (Results 1 – 1 of 1) sorted by relevance
1545 const char *tray_str = ippGetOctetString(attrptr, i, &length); in parse_printerAttributes() local1546 if (length > 0 && strnstr(tray_str, "faceUp", (size_t)length) != NULL) { in parse_printerAttributes()