Searched refs:bufalloc (Results 1 – 1 of 1) sorted by relevance
409 saveabbr(char **buf, ptrdiff_t *bufalloc, struct tm const *tmp) in saveabbr() argument416 if (*bufalloc < absize) { in saveabbr()421 *bufalloc = sumsize(*bufalloc, absize); in saveabbr()423 *buf = xmalloc(*bufalloc); in saveabbr()1147 char *bufalloc = NULL; in showtrans() local1150 free(bufalloc); in showtrans()1151 buf = bufalloc = xmalloc(size); in showtrans()1154 free(bufalloc); in showtrans()