Home
last modified time | relevance | path

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

/freebsd-14.2/contrib/tzcode/
H A Dzic.c565 growalloc(void *ptr, ptrdiff_t itemsize, ptrdiff_t nitems, in growalloc() function
813 links = growalloc(links, sizeof *links, nalinks, &nlinks_alloc); in make_links()
1913 rules = growalloc(rules, sizeof *rules, nrules, &nrules_alloc); in inrule()
2040 zones = growalloc(zones, sizeof *zones, nzones, &nzones_alloc); in inzsub()
2178 links = growalloc(links, sizeof *links, nlinks, &nlinks_alloc); in inlink()
3528 attypes = growalloc(attypes, sizeof *attypes, timecnt, &timecnt_alloc); in addtt()