Lines Matching refs:bufp
3182 char *bufp = *bufpp;
3189 if (bufp == NULL)
3237 curlen = strlen(bufp);
3241 bufp = realloc(bufp, (*buf_len) + chunksize);
3242 if (bufp != NULL) {
3243 *bufpp = bufp;
3252 buf_endp = bufp + curlen;
3268 char *bufp;
3279 if ((bufp = calloc(CHUNKSIZE, sizeof (char))) == NULL)
3303 free(bufp);
3307 if (nfs_sprint_option(&bufp, &buflen, CHUNKSIZE,
3309 free(bufp);
3339 free(bufp);
3343 free(bufp);
3348 if (nfs_sprint_option(&bufp, &buflen, CHUNKSIZE,
3350 free(bufp);
3360 free(bufp);
3379 free(bufp);
3383 if (nfs_sprint_option(&bufp, &buflen, CHUNKSIZE,
3385 free(bufp);
3393 if (nfs_sprint_option(&bufp, &buflen, CHUNKSIZE,
3395 free(bufp);
3404 if (nfs_sprint_option(&bufp, &buflen, CHUNKSIZE,
3406 free(bufp);
3411 *retbuf = bufp;