Home
last modified time | relevance | path

Searched refs:Realloc (Results 1 – 25 of 51) sorted by relevance

123

/onnv-gate/usr/src/cmd/pools/poolstat/
H A Dpoolstat_utils.c38 Realloc(void *ptr, size_t nbytes) in Realloc() function
50 return (memset(Realloc(NULL, nbytes), 0, nbytes)); in Zalloc()
H A Dpoolstat_utils.h38 #define REALLOC(p, nbytes) Realloc((p), (nbytes))
45 extern void *Realloc(void *, size_t);
/onnv-gate/usr/src/cmd/lp/lib/msgs/
H A Dmlisten.c103 Connections = (MESG **) Realloc(Connections, ConsSize * MDSIZE); in mlistenadd()
104 PollFdList = (struct pollfd*) Realloc(PollFdList, ConsSize * sizeof(struct pollfd)); in mlistenadd()
115 Connections = (MESG **) Realloc(Connections, ConsSize * MDSIZE); in mlistenadd()
116 PollFdList = (struct pollfd*) Realloc(PollFdList, ConsSize * sizeof(struct pollfd)); in mlistenadd()
537 …if ((md->on_discon = (PTR_TO_VOID_FUNC_PTR) Realloc (md->on_discon, size * sizeof(VOID_FUNC_PTR)))… in mon_discon()
H A Dfifo_buffs.c118 Realloc ((void*)FifoBufferTable, in GrowFifoBufferTable()
/onnv-gate/usr/src/cmd/lp/lib/access/
H A Dloadaccess.c159 list = (char **)Realloc( in _loadaccess()
188 list = (char **)Realloc( in _loadaccess()
/onnv-gate/usr/src/cmd/prstat/
H A Dprutil.c213 Realloc(void *ptr, size_t size) in Realloc() function
236 return (Realloc(NULL, size)); in Malloc()
242 return (memset(Realloc(NULL, size), 0, size)); in Zalloc()
H A Dprtable.c81 tbl->n_list = Realloc(tbl->n_list, tbl->n_size*sizeof (uid_t)); in add_uid()
115 table->t_list = Realloc(table->t_list, in add_element()
180 Realloc(tbl->z_list, tbl->z_size * sizeof (zonename_t)); in add_zone()
H A Dprutil.h48 extern void *Realloc(void *, size_t);
/onnv-gate/usr/src/cmd/wbem/provider/tools/rds/
H A Drdutil.c103 Realloc(void *ptr, size_t size) in Realloc() function
126 return (Realloc(NULL, size)); in Malloc()
132 return (memset(Realloc(NULL, size), 0, size)); in Zalloc()
H A Drdutil.h45 extern void *Realloc(void *ptr, size_t size);
/onnv-gate/usr/src/cmd/lp/lib/filters/
H A Dloadfilters.c98 filters = (_FILTER *)Realloc( in loadfilters()
160 filters = (_FILTER *)Realloc( in loadfilters()
H A Ddelfilter.c80 filters = (_FILTER *)Realloc(
H A Dputfilter.c93 filters = (_FILTER *)Realloc(
/onnv-gate/usr/src/cmd/ps/
H A Dps.c322 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()
[all …]
/onnv-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); in sop_up_rest()
/onnv-gate/usr/src/cmd/lvm/rpc.metamedd/
H A Dmed_mem.c75 Realloc( in Realloc() function
H A Dmed_local.h84 extern void *Realloc(void *p, size_t s);
/onnv-gate/usr/src/cmd/lp/cmd/lpsched/
H A Dstatus.c160 dis_reason = Realloc( in load_pstatus()
179 rej_reason = Realloc( in load_pstatus()
304 Realloc(fault_reason, in load_fault_status()
401 rej_reason = Realloc( in load_cstatus()
/onnv-gate/usr/src/cmd/lvm/rpc.metamhd/
H A Dmhd_mem.c63 Realloc( in Realloc() function
/onnv-gate/usr/src/cmd/man/src/util/instant.src/
H A Dutil.c186 Realloc(n_alloc, tokens, char *); in Split()
357 Realloc(M->n_alloc, M->maps, Mapping_t); in SetMappingNV()
772 Realloc(n_alloc, UsedElem, char *); in AddElemName()
811 Realloc(n_alloc, UsedAtt, char *); in AddAttName()
/onnv-gate/usr/src/lib/lvm/libmeta/common/
H A Dmeta_tab.c91 Realloc(linep->argv, (argc * sizeof (*linep->argv))); in realloc_argv()
123 Realloc(tabp->lines, (nlines * sizeof (*tabp->lines))); in realloc_lines()

123