Searched refs:bufszp (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) {
156 *bufszp += str_sz;
157 *bufp = realloc(*bufp, *bufszp);

Completed in 10 milliseconds