Home
last modified time | relevance | path

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

12

/illumos-gate/usr/src/cmd/pools/poolstat/
H A Dpoolstat_utils.c36 Realloc(void *ptr, size_t nbytes) in Realloc() function
48 return (memset(Realloc(NULL, nbytes), 0, nbytes)); in Zalloc()
H A Dpoolstat_utils.h36 #define REALLOC(p, nbytes) Realloc((p), (nbytes))
43 extern void *Realloc(void *, size_t);
/illumos-gate/usr/src/cmd/lp/lib/msgs/
H A Dmlisten.c101 Connections = (MESG **) Realloc(Connections, ConsSize * MDSIZE); in mlistenadd()
102 PollFdList = (struct pollfd*) Realloc(PollFdList, ConsSize * sizeof(struct pollfd)); in mlistenadd()
113 Connections = (MESG **) Realloc(Connections, ConsSize * MDSIZE); in mlistenadd()
114 PollFdList = (struct pollfd*) Realloc(PollFdList, ConsSize * sizeof(struct pollfd)); in mlistenadd()
535 …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.c116 Realloc ((void*)FifoBufferTable, in GrowFifoBufferTable()
/illumos-gate/usr/src/cmd/lp/lib/access/
H A Dloadaccess.c157 list = (char **)Realloc( in _loadaccess()
186 list = (char **)Realloc( in _loadaccess()
H A Dbang.c226 *plist = (char **)Realloc( in bang_dellist()
/illumos-gate/usr/src/cmd/prstat/
H A Dprtable.c98 tbl->n_list = Realloc(tbl->n_list, tbl->n_size*sizeof (uid_t)); in add_uid()
132 table->t_list = Realloc(table->t_list, in add_element()
197 Realloc(tbl->z_list, tbl->z_size * sizeof (zonename_t)); in add_zone()
H A Dprutil.c216 Realloc(void *ptr, size_t size) in Realloc() function
239 return (Realloc(NULL, size)); in Malloc()
245 return (memset(Realloc(NULL, size), 0, size)); in Zalloc()
H A Dprutil.h51 extern void *Realloc(void *, size_t);
/illumos-gate/usr/src/boot/libsa/
H A Dzalloc_malloc.c169 Realloc(void *ptr, size_t size, const char *file, int line) in Realloc() function
205 if ((res = Realloc(ptr, size, file, line)) == NULL) in Reallocf()
H A Dstand.h441 void *Realloc(void *, size_t, const char *, int);
450 #define realloc(x, y) Realloc(x, y, __FILE__, __LINE__)
457 #define realloc(x, y) Realloc(x, y, NULL, 0)
/illumos-gate/usr/src/cmd/lp/lib/filters/
H A Dloadfilters.c96 filters = (_FILTER *)Realloc( in loadfilters()
158 filters = (_FILTER *)Realloc( in loadfilters()
H A Ddelfilter.c80 filters = (_FILTER *)Realloc(
H A Dputfilter.c93 filters = (_FILTER *)Realloc(
/illumos-gate/usr/src/cmd/lp/cmd/lpsched/
H A Dstatus.c158 dis_reason = Realloc( in load_pstatus()
177 rej_reason = Realloc( in load_pstatus()
302 Realloc(fault_reason, in load_fault_status()
399 rej_reason = Realloc( in load_cstatus()
H A Dfiles.c398 file = (char *)Realloc(file, strlen(file) + in _alloc_files()
/illumos-gate/usr/src/cmd/ps/
H A Dps.c334 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()
1032 lpsinfobuf = Realloc(lpsinfobuf, lpbufsize); in print_proc()
1238 devl = Realloc(devl, maxdev * sizeof (struct devl)); in devadd()
[all …]
/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.c65 str = Realloc(str, size + add_size + 1); in sop_up_rest()
/illumos-gate/usr/src/cmd/lp/lib/forms/
H A Drdform.c266 formp->comment = Realloc( in rdform()
/illumos-gate/usr/src/cmd/lp/include/
H A Dlp.h525 #define Realloc(ptr, size) _Realloc(ptr, size, __FILE__, __LINE__) macro
/illumos-gate/usr/src/cmd/lp/lib/printers/
H A Dputprinter.c595 ppd = Realloc(ppd, in addPrintersPPD()

12