/titanic_44/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))
|
/titanic_44/usr/src/cmd/ssh/include/ |
H A D | xmalloc.h | 31 void *xrealloc(void *, size_t);
|
/titanic_44/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) in xrealloc() function
|
/titanic_44/usr/src/cmd/backup/lib/ |
H A D | memutils.c | 70 xrealloc(allocated, newsize) in xrealloc() function
|
/titanic_44/usr/src/cmd/ssh/libssh/common/ |
H A D | xmalloc.c | 53 xrealloc(void *ptr, size_t new_size) in xrealloc() function
|
H A D | g11n.c | 278 list = (char **)xrealloc((void *) list, in g11n_getlocales() 782 ostr = optr = xrealloc(ostr, olen); in do_iconv() 857 op = xrealloc(os, len); in g11n_filter_string()
|
H A D | deattack.c | 128 h = (u_int16_t *) xrealloc(h, n * HASH_ENTRYSIZE); in detect_attack()
|
H A D | buffer.c | 132 buffer->buf = xrealloc(buffer->buf, newlen); in buffer_append_space()
|
H A D | ssh-rsa.c | 159 sigblob = xrealloc(sigblob, modlen); in ssh_rsa_verify()
|
H A D | misc.c | 400 args->list = xrealloc(args->list, args->nalloc * sizeof(char *)); in addargs()
|
/titanic_44/usr/src/tools/ctf/cvt/ |
H A D | stack.c | 101 sp->st_data = xrealloc(sp->st_data, in stack_push()
|
H A D | stabs.c | 131 out = xrealloc(s1, newlen); in concat() 156 curfun->ii_args = xrealloc(curfun->ii_args, in fnarg_add()
|
H A D | strtab.c | 45 sp->str_bufs = xrealloc(sp->str_bufs, sp->str_nbufs * sizeof (char *)); in strtab_grow()
|
/titanic_44/usr/src/lib/libpkg/common/ |
H A D | progerr.c | 165 xrealloc(void *ptr, size_t size) in xrealloc() function
|
H A D | mapfile-vers | 232 xrealloc;
|
H A D | pkglib.h | 475 extern void *xrealloc(void *ptr, size_t size);
|
/titanic_44/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) in xrealloc() function
|
H A D | sh.dol.c | 150 wbuf = xrealloc(wbuf, (wbufsiz+1) * sizeof (tchar)); \ in Dword()
|
/titanic_44/usr/src/cmd/backup/dump/ |
H A D | dumpitime.c | 135 idatev = (struct idates **)xrealloc((void *)idatev, 253 idatev = (struct idates **)xrealloc((void *)idatev, in putitime()
|
/titanic_44/usr/src/tools/ctf/stabs/common/ |
H A D | ctfstabs.c | 150 buf = xrealloc(buf, buflen); in readline()
|
/titanic_44/usr/src/uts/common/gssapi/mechs/krb5/include/ |
H A D | gssapiP_generic.h | 116 #define xrealloc(p,n) realloc(p,n) macro
|
/titanic_44/usr/src/cmd/ssh/sshd/ |
H A D | auth-pam.c | 607 *p = xrealloc(*p, new_len + len + 2); in message_cat()
|
/titanic_44/usr/src/cmd/fs.d/ |
H A D | df.c | 389 xrealloc(void *ptr, size_t size) in xrealloc() function 542 mount_table = xrealloc(mount_table, in mtab_read_file()
|