Lines Matching defs:bufptr
1053 char *bufptr, /* Pointer into buffer */1058 bufptr = buffer + strlen(buffer);1060 while (*filename && bufptr < bufend)1063 *bufptr++ = *filename;1065 *bufptr++ = '_';1070 if (bufptr < bufend)1071 *bufptr++ = '.';1073 strlcpy(bufptr, ext, (size_t)(bufend - bufptr + 1));