Searched refs:xrealloc (Results 1 - 19 of 19) sorted by relevance
/illumos-gate/usr/src/cmd/backup/include/ |
H A D | memutils.h | 40 extern void *xrealloc(void *, size_t); 44 extern void *xrealloc(); 49 NOTE(ALIGNMENT(xrealloc, 8))
|
/illumos-gate/usr/src/tools/ctf/common/ |
H A D | memory.h | 46 void *xrealloc(void *, size_t);
|
H A D | memory.c | 94 xrealloc(void *ptr, size_t size) function
|
/illumos-gate/usr/src/cmd/backup/lib/ |
H A D | memutils.c | 70 xrealloc(allocated, newsize) function
|
/illumos-gate/usr/src/lib/libpkg/common/ |
H A D | progerr.c | 151 * xrealloc() 152 * Calls realloc() with the specfied parameters. xrealloc() 165 xrealloc(void *ptr, size_t size) function
|
H A D | pkglib.h | 475 extern void *xrealloc(void *ptr, size_t size);
|
/illumos-gate/usr/src/tools/ctf/cvt/ |
H A D | stack.c | 101 sp->st_data = xrealloc(sp->st_data,
|
H A D | stabs.c | 131 out = xrealloc(s1, newlen); 156 curfun->ii_args = xrealloc(curfun->ii_args,
|
H A D | strtab.c | 45 sp->str_bufs = xrealloc(sp->str_bufs, sp->str_nbufs * sizeof (char *));
|
H A D | ctf.c | 85 b->ctb_base = xrealloc(b->ctb_base, b->ctb_size); 460 rb->rb_base = xrealloc(rb->rb_base, rb->rb_size);
|
H A D | st_parse.c | 232 args = xrealloc(args, sizeof (tdesc_t *) * nargs);
|
/illumos-gate/usr/src/tools/ctf/stabs/common/ |
H A D | ctfstabs.c | 150 buf = xrealloc(buf, buflen);
|
/illumos-gate/usr/src/cmd/csh/ |
H A D | sh.h | 470 extern void *xrealloc(void *, size_t); 516 bname = xrealloc(bname, (strlen_(a)+1) * sizeof (tchar)); \
|
H A D | sh.misc.c | 457 xrealloc(void *ptr, size_t size) function
|
H A D | sh.dol.c | 150 wbuf = xrealloc(wbuf, (wbufsiz+1) * sizeof (tchar)); \
|
H A D | sh.lex.c | 496 labuf = xrealloc(labuf, (len+5) * sizeof (tchar));
|
/illumos-gate/usr/src/cmd/backup/dump/ |
H A D | dumpitime.c | 135 idatev = (struct idates **)xrealloc((void *)idatev, 253 idatev = (struct idates **)xrealloc((void *)idatev,
|
/illumos-gate/usr/src/uts/common/gssapi/mechs/krb5/include/ |
H A D | gssapiP_generic.h | 116 #define xrealloc(p,n) realloc(p,n) macro
|
/illumos-gate/usr/src/cmd/fs.d/ |
H A D | df.c | 384 xrealloc(void *ptr, size_t size) function 537 mount_table = xrealloc(mount_table,
|
Completed in 86 milliseconds