Searched refs:Realloc (Results 1 - 25 of 44) sorted by relevance

12

/illumos-gate/usr/src/cmd/pools/poolstat/
H A Dpoolstat_utils.c38 Realloc(void *ptr, size_t nbytes) function
50 return (memset(Realloc(NULL, nbytes), 0, nbytes));
H A Dpoolstat_utils.h38 #define REALLOC(p, nbytes) Realloc((p), (nbytes))
45 extern void *Realloc(void *, size_t);
/illumos-gate/usr/src/cmd/prstat/
H A Dprutil.h50 extern void *Realloc(void *, size_t);
H A Dprtable.c98 tbl->n_list = Realloc(tbl->n_list, tbl->n_size*sizeof (uid_t));
132 table->t_list = Realloc(table->t_list,
197 Realloc(tbl->z_list, tbl->z_size * sizeof (zonename_t));
H A Dprutil.c215 Realloc(void *ptr, size_t size) function
238 return (Realloc(NULL, size));
244 return (memset(Realloc(NULL, size), 0, size));
/illumos-gate/usr/src/cmd/lp/lib/lp/
H A Daddstring.c60 if (!(*dst = Realloc(*dst, strlen(*dst) + len))) {
H A Dappendlist.c59 *plist = (char **)Realloc(
H A Ddellist.c70 *plist = (char **)Realloc(
H A Daddlist.c66 *plist = (char **)Realloc(
H A Dsop.c67 str = Realloc(str, size + add_size + 1);
/illumos-gate/usr/src/cmd/lp/lib/filters/
H A Ddelfilter.c80 filters = (_FILTER *)Realloc(
H A Dputfilter.c93 filters = (_FILTER *)Realloc(
H A Dloadfilters.c98 filters = (_FILTER *)Realloc(
160 filters = (_FILTER *)Realloc(
/illumos-gate/usr/src/cmd/lvm/rpc.metamedd/
H A Dmed_mem.c75 Realloc( function
H A Dmed_local.h84 extern void *Realloc(void *p, size_t s);
/illumos-gate/usr/src/cmd/lvm/rpc.metamhd/
H A Dmhd_mem.c63 Realloc( function
/illumos-gate/usr/src/cmd/lp/lib/access/
H A Dloadaccess.c159 list = (char **)Realloc(
188 list = (char **)Realloc(
H A Dbang.c227 *plist = (char **)Realloc(
/illumos-gate/usr/src/cmd/lp/lib/msgs/
H A Dfifo_buffs.c118 Realloc ((void*)FifoBufferTable,
H A Dmlisten.c94 ** Realloc(3) the table if the number of connections
103 Connections = (MESG **) Realloc(Connections, ConsSize * MDSIZE);
104 PollFdList = (struct pollfd*) Realloc(PollFdList, ConsSize * sizeof(struct pollfd));
115 Connections = (MESG **) Realloc(Connections, ConsSize * MDSIZE);
116 PollFdList = (struct pollfd*) Realloc(PollFdList, ConsSize * sizeof(struct pollfd));
537 if ((md->on_discon = (PTR_TO_VOID_FUNC_PTR) Realloc (md->on_discon, size * sizeof(VOID_FUNC_PTR))) == NULL)
/illumos-gate/usr/src/boot/lib/libstand/
H A Dzalloc_malloc.c149 Realloc(void *ptr, size_t size, const char *file, int line) function
183 if ((res = Realloc(ptr, size, file, line)) == NULL)
/illumos-gate/usr/src/lib/lvm/libmeta/common/
H A Dmeta_mem.c153 Realloc( function
H A Dmeta_tab.c91 Realloc(linep->argv, (argc * sizeof (*linep->argv)));
123 Realloc(tabp->lines, (nlines * sizeof (*tabp->lines)));
/illumos-gate/usr/src/cmd/lp/cmd/lpsched/
H A Dstatus.c158 dis_reason = Realloc(
177 rej_reason = Realloc(
302 Realloc(fault_reason,
399 rej_reason = Realloc(
/illumos-gate/usr/src/cmd/ps/
H A Dps.c332 static void *Realloc(void *, size_t);
478 lgrps = Realloc(lgrps,
543 p = Realloc(NULL, TSZ+1); /* for '\0' */
555 tty = Realloc(tty,
593 pid = Realloc(pid,
626 sessid = Realloc(sessid,
659 grpid = Realloc(grpid,
712 zoneid = Realloc(zoneid,
763 tty = Realloc(tty, (ttysz + 1) * sizeof (struct tty));
1024 * buffer overflow. Realloc ne
2423 Realloc(void *ptr, size_t size) function
[all...]

Completed in 107 milliseconds

12