Searched refs:growalloc (Results 1 – 1 of 1) sorted by relevance
| /freebsd/contrib/tzcode/ |
| H A D | zic.c | 662 growalloc(void *ptr, ptrdiff_t itemsize, ptrdiff_t nitems, in growalloc() function 1067 links = growalloc(links, sizeof *links, nalinks, &nlinks_alloc); in make_links() 2168 rules = growalloc(rules, sizeof *rules, nrules, &nrules_alloc); in inrule() 2292 zones = growalloc(zones, sizeof *zones, nzones, &nzones_alloc); in inzsub() 2422 links = growalloc(links, sizeof *links, nlinks, &nlinks_alloc); in inlink() 3783 attypes = growalloc(attypes, sizeof *attypes, timecnt, &timecnt_alloc); in addtt() 3848 leap = growalloc(leap, sizeof *leap, leapcnt, &leap_alloc); in leapadd()
|