| /onnv-gate/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);
|
| /onnv-gate/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()
|
| /onnv-gate/usr/src/cmd/lp/lib/access/ |
| H A D | loadaccess.c | 159 list = (char **)Realloc( in _loadaccess() 188 list = (char **)Realloc( in _loadaccess()
|
| /onnv-gate/usr/src/cmd/prstat/ |
| H A D | prutil.c | 213 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 D | prtable.c | 81 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 D | prutil.h | 48 extern void *Realloc(void *, size_t);
|
| /onnv-gate/usr/src/cmd/wbem/provider/tools/rds/ |
| H A D | rdutil.c | 103 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 D | rdutil.h | 45 extern void *Realloc(void *ptr, size_t size);
|
| /onnv-gate/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(
|
| /onnv-gate/usr/src/cmd/ps/ |
| H A D | ps.c | 322 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 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()
|
| /onnv-gate/usr/src/cmd/lvm/rpc.metamedd/ |
| H A D | med_mem.c | 75 Realloc( in Realloc() function
|
| H A D | med_local.h | 84 extern void *Realloc(void *p, size_t s);
|
| /onnv-gate/usr/src/cmd/lp/cmd/lpsched/ |
| H A D | status.c | 160 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 D | mhd_mem.c | 63 Realloc( in Realloc() function
|
| /onnv-gate/usr/src/cmd/man/src/util/instant.src/ |
| H A D | util.c | 186 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 D | meta_tab.c | 91 Realloc(linep->argv, (argc * sizeof (*linep->argv))); in realloc_argv() 123 Realloc(tabp->lines, (nlines * sizeof (*tabp->lines))); in realloc_lines()
|