Lines Matching refs:Realloc
334 static void *Realloc(void *, size_t);
480 lgrps = Realloc(lgrps, in stdmain()
545 p = Realloc(NULL, TSZ+1); /* for '\0' */ in stdmain()
557 tty = Realloc(tty, in stdmain()
595 pid = Realloc(pid, in stdmain()
628 sessid = Realloc(sessid, in stdmain()
661 grpid = Realloc(grpid, in stdmain()
714 zoneid = Realloc(zoneid, in stdmain()
765 tty = Realloc(tty, (ttysz + 1) * sizeof (struct tty)); in stdmain()
1032 lpsinfobuf = Realloc(lpsinfobuf, lpbufsize); in print_proc()
1238 devl = Realloc(devl, maxdev * sizeof (struct devl)); in devadd()
2138 tbl->ent = Realloc(tbl->ent, tbl->size*sizeof (struct ugdata)); in add_ugentry()
2444 Realloc(void *ptr, size_t size) in Realloc() function