Home | History | Annotate | Download | only in cups

Lines Matching defs:resptr

192 			*resptr,	/* Pointer into option/choice */
292 for (resval ++, resptr = resoption;
295 if (resptr < (resoption + sizeof(resoption) - 1))
296 *resptr++ = *resval;
298 *resptr = '\0';
303 for (resptr = reschoice;
306 if (resptr < (reschoice + sizeof(reschoice) - 1))
307 *resptr++ = *resval;
309 *resptr = '\0';