Lines Matching refs:Realloc
332 static void *Realloc(void *, size_t);
478 lgrps = Realloc(lgrps, in stdmain()
543 p = Realloc(NULL, TSZ+1); /* for '\0' */ in stdmain()
555 tty = Realloc(tty, in stdmain()
593 pid = Realloc(pid, in stdmain()
626 sessid = Realloc(sessid, in stdmain()
659 grpid = Realloc(grpid, in stdmain()
712 zoneid = Realloc(zoneid, in stdmain()
763 tty = Realloc(tty, (ttysz + 1) * sizeof (struct tty)); in stdmain()
1028 lpsinfobuf = Realloc(lpsinfobuf, lpbufsize); in print_proc()
1238 devl = Realloc(devl, maxdev * sizeof (struct devl)); in devadd()
2117 tbl->ent = Realloc(tbl->ent, tbl->size*sizeof (struct ugdata)); in add_ugentry()
2423 Realloc(void *ptr, size_t size) in Realloc() function