Searched refs:growalloc (Results 1 – 1 of 1) sorted by relevance
| /src/contrib/tzcode/ |
| H A D | zic.c | 660 growalloc(void *ptr, ptrdiff_t itemsize, ptrdiff_t nitems, in growalloc() function 1064 links = growalloc(links, sizeof *links, nalinks, &nlinks_alloc); in make_links() 2158 rules = growalloc(rules, sizeof *rules, nrules, &nrules_alloc); in inrule() 2282 zones = growalloc(zones, sizeof *zones, nzones, &nzones_alloc); in inzsub() 2412 links = growalloc(links, sizeof *links, nlinks, &nlinks_alloc); in inlink() 3773 attypes = growalloc(attypes, sizeof *attypes, timecnt, &timecnt_alloc); in addtt() 3831 leap = growalloc(leap, sizeof *leap, leapcnt, &leap_alloc); in leapadd()
|