Home
last modified time | relevance | path

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

/external/libcups/scheduler/
Dprinters.c2187 *psptr; /* Pointer into type */ in cupsdSetPrinterAttr() local
2219 for (psptr = pstype; *type && psptr < (pstype + sizeof(pstype) - 1); type ++) in cupsdSetPrinterAttr()
2223 *psptr++ = (char)toupper(*type & 255); in cupsdSetPrinterAttr()
2226 *psptr++ = *type; in cupsdSetPrinterAttr()
2227 *psptr = '\0'; in cupsdSetPrinterAttr()