Realloc
void *Realloc(void *, size_t, const char *, int);
#define realloc(x, y) Realloc(x, y, __FILE__, __LINE__)
#define realloc(x, y) Realloc(x, y, NULL, 0)
if ((res = Realloc(ptr, size, file, line)) == NULL)
ppd = Realloc(ppd, strlen(ppd)+ strlen(PPDZIP)+2);
if (!(ppfs = Realloc(pps->forms,numTrays * sizeof(PFSTATUS))))
file = (char *)Realloc(file, strlen(file) +
dis_reason = Realloc(
rej_reason = Realloc(
Realloc(fault_reason,
rej_reason = Realloc(
*plist = (char **)Realloc(
list = (char **)Realloc(
list = (char **)Realloc(
filters = (_FILTER *)Realloc(
filters = (_FILTER *)Realloc(
filters = (_FILTER *)Realloc(
filters = (_FILTER *)Realloc(
formp->comment = Realloc(
*plist = (char **)Realloc(
if (!(*dst = Realloc(*dst, strlen(*dst) + len))) {
*plist = (char **)Realloc(
*plist = (char **)Realloc(
str = Realloc(str, size + add_size + 1);
Realloc ((void*)FifoBufferTable,
Connections = (MESG **) Realloc(Connections, ConsSize * MDSIZE);
PollFdList = (struct pollfd*) Realloc(PollFdList, ConsSize * sizeof(struct pollfd));
Connections = (MESG **) Realloc(Connections, ConsSize * MDSIZE);
PollFdList = (struct pollfd*) Realloc(PollFdList, ConsSize * sizeof(struct pollfd));
if ((md->on_discon = (PTR_TO_VOID_FUNC_PTR) Realloc (md->on_discon, size * sizeof(VOID_FUNC_PTR))) == NULL)
ppd = Realloc(ppd,
return (memset(Realloc(NULL, nbytes), 0, nbytes));
#define REALLOC(p, nbytes) Realloc((p), (nbytes))
extern void *Realloc(void *, size_t);
results = (vmusage_t *)Realloc(results,
table->t_list = Realloc(table->t_list,
Realloc(tbl->z_list, tbl->z_size * sizeof (zonename_t));
tbl->n_list = Realloc(tbl->n_list, tbl->n_size*sizeof (uid_t));
return (Realloc(NULL, size));
return (memset(Realloc(NULL, size), 0, size));
extern void *Realloc(void *, size_t);
lpsinfobuf = Realloc(lpsinfobuf, lpbufsize);
devl = Realloc(devl, maxdev * sizeof (struct devl));
tbl->ent = Realloc(tbl->ent, tbl->size*sizeof (struct ugdata));
static void *Realloc(void *, size_t);
lgrps = Realloc(lgrps,
p = Realloc(NULL, TSZ+1); /* for '\0' */
tty = Realloc(tty,
pid = Realloc(pid,
sessid = Realloc(sessid,
grpid = Realloc(grpid,
zoneid = Realloc(zoneid,
tty = Realloc(tty, (ttysz + 1) * sizeof (struct tty));