Home
last modified time | relevance | path

Searched refs:bufalloc (Results 1 – 1 of 1) sorted by relevance

/freebsd/contrib/tzcode/
H A Dzdump.c409 saveabbr(char **buf, ptrdiff_t *bufalloc, struct tm const *tmp) in saveabbr() argument
416 if (*bufalloc < absize) { in saveabbr()
421 *bufalloc = sumsize(*bufalloc, absize); in saveabbr()
423 *buf = xmalloc(*bufalloc); in saveabbr()
1147 char *bufalloc = NULL; in showtrans() local
1150 free(bufalloc); in showtrans()
1151 buf = bufalloc = xmalloc(size); in showtrans()
1154 free(bufalloc); in showtrans()