Searched refs:bufalloc (Results 1 – 1 of 1) sorted by relevance
403 saveabbr(char **buf, ptrdiff_t *bufalloc, struct tm const *tmp) in saveabbr() argument410 if (*bufalloc < absize) { in saveabbr()415 *bufalloc = sumsize(*bufalloc, absize); in saveabbr()417 *buf = xmalloc(*bufalloc); in saveabbr()1144 char *bufalloc = NULL; in showtrans() local1147 free(bufalloc); in showtrans()1148 buf = bufalloc = xmalloc(size); in showtrans()1151 free(bufalloc); in showtrans()