Home
last modified time | relevance | path

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

/freebsd-14.2/contrib/tzcode/
H A Dzdump.c424 saveabbr(char **buf, ptrdiff_t *bufalloc, struct tm const *tmp) in saveabbr() argument
431 if (*bufalloc < absize) { in saveabbr()
436 *bufalloc = sumsize(*bufalloc, absize); in saveabbr()
438 *buf = xmalloc(*bufalloc); in saveabbr()
1157 char *bufalloc = NULL; in showtrans() local
1160 free(bufalloc); in showtrans()
1161 buf = bufalloc = xmalloc(size); in showtrans()
1164 free(bufalloc); in showtrans()