Lines Matching refs:bufptr
212 char *bufptr, /* Pointer into buffer */ in _cupsStrFormatd() local
256 for (tempptr = temp, bufptr = buf; in _cupsStrFormatd()
257 tempptr < tempdec && bufptr < bufend; in _cupsStrFormatd()
258 *bufptr++ = *tempptr++); in _cupsStrFormatd()
262 if (*tempptr && bufptr < bufend) in _cupsStrFormatd()
264 *bufptr++ = '.'; in _cupsStrFormatd()
266 while (*tempptr && bufptr < bufend) in _cupsStrFormatd()
267 *bufptr++ = *tempptr++; in _cupsStrFormatd()
270 *bufptr = '\0'; in _cupsStrFormatd()
275 bufptr = buf + strlen(buf); in _cupsStrFormatd()
278 return (bufptr); in _cupsStrFormatd()
400 char **bufptr, /* O - New pointer or NULL on error */ in _cupsStrScand() argument
434 if (bufptr) in _cupsStrScand()
435 *bufptr = NULL; in _cupsStrScand()
457 if (bufptr) in _cupsStrScand()
458 *bufptr = NULL; in _cupsStrScand()
468 if (bufptr) in _cupsStrScand()
469 *bufptr = NULL; in _cupsStrScand()
485 if (bufptr) in _cupsStrScand()
486 *bufptr = NULL; in _cupsStrScand()
497 if (bufptr) in _cupsStrScand()
498 *bufptr = NULL; in _cupsStrScand()
509 if (bufptr) in _cupsStrScand()
510 *bufptr = NULL; in _cupsStrScand()
520 if (bufptr) in _cupsStrScand()
521 *bufptr = (char *)buf; in _cupsStrScand()