Lines Matching refs:bufptr
208 char *bufptr, /* Pointer into buffer */ in _cupsStrFormatd() local
252 for (tempptr = temp, bufptr = buf; in _cupsStrFormatd()
253 tempptr < tempdec && bufptr < bufend; in _cupsStrFormatd()
254 *bufptr++ = *tempptr++); in _cupsStrFormatd()
258 if (*tempptr && bufptr < bufend) in _cupsStrFormatd()
260 *bufptr++ = '.'; in _cupsStrFormatd()
262 while (*tempptr && bufptr < bufend) in _cupsStrFormatd()
263 *bufptr++ = *tempptr++; in _cupsStrFormatd()
266 *bufptr = '\0'; in _cupsStrFormatd()
271 bufptr = buf + strlen(buf); in _cupsStrFormatd()
274 return (bufptr); in _cupsStrFormatd()
395 char **bufptr, /* O - New pointer or NULL on error */ in _cupsStrScand() argument
429 if (bufptr) in _cupsStrScand()
430 *bufptr = NULL; in _cupsStrScand()
452 if (bufptr) in _cupsStrScand()
453 *bufptr = NULL; in _cupsStrScand()
463 if (bufptr) in _cupsStrScand()
464 *bufptr = NULL; in _cupsStrScand()
480 if (bufptr) in _cupsStrScand()
481 *bufptr = NULL; in _cupsStrScand()
492 if (bufptr) in _cupsStrScand()
493 *bufptr = NULL; in _cupsStrScand()
504 if (bufptr) in _cupsStrScand()
505 *bufptr = NULL; in _cupsStrScand()
515 if (bufptr) in _cupsStrScand()
516 *bufptr = (char *)buf; in _cupsStrScand()