Lines Matching refs:Realloc
322 static void *Realloc(void *, size_t);
468 lgrps = Realloc(lgrps, in stdmain()
530 p = Realloc(NULL, TSZ+1); /* for '\0' */ in stdmain()
542 tty = Realloc(tty, in stdmain()
580 pid = Realloc(pid, in stdmain()
613 sessid = Realloc(sessid, in stdmain()
646 grpid = Realloc(grpid, in stdmain()
699 zoneid = Realloc(zoneid, in stdmain()
750 tty = Realloc(tty, (ttysz + 1) * sizeof (struct tty)); in stdmain()
1015 lpsinfobuf = Realloc(lpsinfobuf, lpbufsize); in print_proc()
1197 devl = Realloc(devl, maxdev * sizeof (struct devl)); in devadd()
1973 tbl->ent = Realloc(tbl->ent, tbl->size*sizeof (struct ugdata)); in add_ugentry()
2247 Realloc(void *ptr, size_t size) in Realloc() function