Searched refs:bufalloc (Results 1 – 1 of 1) sorted by relevance
424 saveabbr(char **buf, ptrdiff_t *bufalloc, struct tm const *tmp) in saveabbr() argument431 if (*bufalloc < absize) { in saveabbr()436 *bufalloc = sumsize(*bufalloc, absize); in saveabbr()438 *buf = xmalloc(*bufalloc); in saveabbr()1157 char *bufalloc = NULL; in showtrans() local1160 free(bufalloc); in showtrans()1161 buf = bufalloc = xmalloc(size); in showtrans()1164 free(bufalloc); in showtrans()