Searched refs:psptr (Results 1 – 1 of 1) sorted by relevance
2187 *psptr; /* Pointer into type */ in cupsdSetPrinterAttr() local2219 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()