Searched refs:growalloc (Results 1 – 1 of 1) sorted by relevance
/illumos-gate/usr/src/cmd/zic/ |
H A D | zic.c | 576 growalloc(void *ptr, ptrdiff_t itemsize, ptrdiff_t nitems, in growalloc() function 824 links = growalloc(links, sizeof *links, nalinks, &nlinks_alloc); in make_links() 1886 rules = growalloc(rules, sizeof *rules, nrules, &nrules_alloc); in inrule() 2014 zones = growalloc(zones, sizeof *zones, nzones, &nzones_alloc); in inzsub() 2152 links = growalloc(links, sizeof *links, nlinks, &nlinks_alloc); in inlink() 3494 attypes = growalloc(attypes, sizeof *attypes, timecnt, &timecnt_alloc); in addtt()
|