Searched refs:bufp (Results 1 - 1 of 1) sorted by relevance

/scfdot/
H A Dscfdot.c149 strappend(const char *str, char **bufp, size_t *bufszp) argument
155 if (strlen(*bufp) + str_sz + 1 > *bufszp) {
157 *bufp = realloc(*bufp, *bufszp);
158 if (*bufp == NULL) {
164 (void) strcat(*bufp, str);

Completed in 9 milliseconds