/titanic_44/usr/src/cmd/pools/poolstat/ |
H A D | poolstat_utils.c | 38 Realloc(void *ptr, size_t nbytes) in Realloc() function 50 return (memset(Realloc(NULL, nbytes), 0, nbytes)); in Zalloc()
|
H A D | poolstat_utils.h | 38 #define REALLOC(p, nbytes) Realloc((p), (nbytes)) 45 extern void *Realloc(void *, size_t);
|
/titanic_44/usr/src/cmd/lp/lib/msgs/ |
H A D | mlisten.c | 103 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 D | fifo_buffs.c | 118 Realloc ((void*)FifoBufferTable, in GrowFifoBufferTable()
|
/titanic_44/usr/src/cmd/lp/lib/access/ |
H A D | loadaccess.c | 159 list = (char **)Realloc( in _loadaccess() 188 list = (char **)Realloc( in _loadaccess()
|
H A D | bang.c | 227 *plist = (char **)Realloc( in bang_dellist()
|
/titanic_44/usr/src/cmd/prstat/ |
H A D | prtable.c | 98 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 D | prutil.c | 215 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 D | prutil.h | 50 extern void *Realloc(void *, size_t);
|
/titanic_44/usr/src/cmd/lp/lib/filters/ |
H A D | loadfilters.c | 98 filters = (_FILTER *)Realloc( in loadfilters() 160 filters = (_FILTER *)Realloc( in loadfilters()
|
H A D | delfilter.c | 80 filters = (_FILTER *)Realloc(
|
H A D | putfilter.c | 93 filters = (_FILTER *)Realloc(
|
/titanic_44/usr/src/cmd/lp/lib/lp/ |
H A D | addstring.c | 60 if (!(*dst = Realloc(*dst, strlen(*dst) + len))) {
|
H A D | appendlist.c | 59 *plist = (char **)Realloc(
|
H A D | dellist.c | 70 *plist = (char **)Realloc(
|
H A D | addlist.c | 66 *plist = (char **)Realloc(
|
H A D | sop.c | 67 str = Realloc(str, size + add_size + 1); in sop_up_rest()
|
/titanic_44/usr/src/cmd/ps/ |
H A D | ps.c | 332 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 D | status.c | 158 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 D | files.c | 400 file = (char *)Realloc(file, strlen(file) + in _alloc_files()
|
H A D | disp3.c | 260 if (!(ppfs = Realloc(pps->forms,numTrays * sizeof(PFSTATUS)))) in s_max_trays()
|
/titanic_44/usr/src/cmd/lp/lib/forms/ |
H A D | rdform.c | 268 formp->comment = Realloc( in rdform()
|
/titanic_44/usr/src/cmd/lp/include/ |
H A D | lp.h | 523 #define Realloc(ptr,size) _Realloc(ptr, size, __FILE__, __LINE__) macro
|
/titanic_44/usr/src/cmd/lp/lib/printers/ |
H A D | putprinter.c | 597 ppd = Realloc(ppd, in addPrintersPPD()
|
/titanic_44/usr/src/cmd/lp/cmd/lpadmin/ |
H A D | chkopts.c | 1186 ppd = Realloc(ppd, strlen(ppd)+ strlen(PPDZIP)+2); in isPPD()
|