Home
last modified time | relevance | path

Searched refs:xrealloc (Results 1 – 20 of 20) sorted by relevance

/titanic_53/usr/src/cmd/backup/include/
H A Dmemutils.h40 extern void *xrealloc(void *, size_t);
44 extern void *xrealloc();
49 NOTE(ALIGNMENT(xrealloc, 8))
/titanic_53/usr/src/tools/ctf/common/
H A Dmemory.h46 void *xrealloc(void *, size_t);
H A Dmemory.c94 xrealloc(void *ptr, size_t size) in xrealloc() function
/titanic_53/usr/src/cmd/backup/lib/
H A Dmemutils.c70 xrealloc(allocated, newsize) in xrealloc() function
/titanic_53/usr/src/tools/ctf/cvt/
H A Dstack.c101 sp->st_data = xrealloc(sp->st_data, in stack_push()
H A Dstabs.c131 out = xrealloc(s1, newlen); in concat()
156 curfun->ii_args = xrealloc(curfun->ii_args, in fnarg_add()
H A Dstrtab.c45 sp->str_bufs = xrealloc(sp->str_bufs, sp->str_nbufs * sizeof (char *)); in strtab_grow()
H A Dctf.c85 b->ctb_base = xrealloc(b->ctb_base, b->ctb_size); in ctf_buf_grow()
460 rb->rb_base = xrealloc(rb->rb_base, rb->rb_size); in rbzs_grow()
H A Dst_parse.c232 args = xrealloc(args, sizeof (tdesc_t *) * nargs); in parse_fun()
/titanic_53/usr/src/lib/libpkg/common/
H A Dprogerr.c165 xrealloc(void *ptr, size_t size) in xrealloc() function
H A Dmapfile-vers232 xrealloc;
H A Dpkglib.h475 extern void *xrealloc(void *ptr, size_t size);
/titanic_53/usr/src/cmd/csh/
H A Dsh.h470 extern void *xrealloc(void *, size_t);
516 bname = xrealloc(bname, (strlen_(a)+1) * sizeof (tchar)); \
H A Dsh.misc.c457 xrealloc(void *ptr, size_t size) in xrealloc() function
H A Dsh.dol.c150 wbuf = xrealloc(wbuf, (wbufsiz+1) * sizeof (tchar)); \ in Dword()
H A Dsh.lex.c496 labuf = xrealloc(labuf, (len+5) * sizeof (tchar)); in addla()
/titanic_53/usr/src/cmd/backup/dump/
H A Ddumpitime.c135 idatev = (struct idates **)xrealloc((void *)idatev,
253 idatev = (struct idates **)xrealloc((void *)idatev, in putitime()
/titanic_53/usr/src/tools/ctf/stabs/common/
H A Dctfstabs.c150 buf = xrealloc(buf, buflen); in readline()
/titanic_53/usr/src/uts/common/gssapi/mechs/krb5/include/
H A DgssapiP_generic.h116 #define xrealloc(p,n) realloc(p,n) macro
/titanic_53/usr/src/cmd/fs.d/
H A Ddf.c389 xrealloc(void *ptr, size_t size) in xrealloc() function
542 mount_table = xrealloc(mount_table, in mtab_read_file()