Home
last modified time | relevance | path

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

12

/titanic_44/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);
/titanic_44/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()
/titanic_44/usr/src/cmd/lp/lib/access/
H A Dloadaccess.c159 list = (char **)Realloc( in _loadaccess()
188 list = (char **)Realloc( in _loadaccess()
H A Dbang.c227 *plist = (char **)Realloc( in bang_dellist()
/titanic_44/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.c215 Realloc(void *ptr, size_t size) in Realloc() function
238 return (Realloc(NULL, size)); in Malloc()
244 return (memset(Realloc(NULL, size), 0, size)); in Zalloc()
H A Dprutil.h50 extern void *Realloc(void *, size_t);
/titanic_44/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(
/titanic_44/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()
/titanic_44/usr/src/cmd/ps/
H A Dps.c332 static void *Realloc(void *, size_t);
478 lgrps = Realloc(lgrps, in stdmain()
543 p = Realloc(NULL, TSZ+1); /* for '\0' */ in stdmain()
555 tty = Realloc(tty, in stdmain()
593 pid = Realloc(pid, in stdmain()
626 sessid = Realloc(sessid, in stdmain()
659 grpid = Realloc(grpid, in stdmain()
712 zoneid = Realloc(zoneid, in stdmain()
763 tty = Realloc(tty, (ttysz + 1) * sizeof (struct tty)); in stdmain()
1028 lpsinfobuf = Realloc(lpsinfobuf, lpbufsize); in print_proc()
[all …]
/titanic_44/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.c400 file = (char *)Realloc(file, strlen(file) + in _alloc_files()
H A Ddisp3.c260 if (!(ppfs = Realloc(pps->forms,numTrays * sizeof(PFSTATUS)))) in s_max_trays()
/titanic_44/usr/src/cmd/lp/lib/forms/
H A Drdform.c268 formp->comment = Realloc( in rdform()
/titanic_44/usr/src/cmd/lp/include/
H A Dlp.h523 #define Realloc(ptr,size) _Realloc(ptr, size, __FILE__, __LINE__) macro
/titanic_44/usr/src/cmd/lp/lib/printers/
H A Dputprinter.c597 ppd = Realloc(ppd, in addPrintersPPD()
/titanic_44/usr/src/cmd/lp/cmd/lpadmin/
H A Dchkopts.c1186 ppd = Realloc(ppd, strlen(ppd)+ strlen(PPDZIP)+2); in isPPD()

12