Searched defs:xrealloc (Results 1 - 25 of 28) sorted by path

12

/freebsd-10-stable/cddl/contrib/opensolaris/tools/ctf/common/
H A Dmemory.c95 xrealloc(void *ptr, size_t size) function
/freebsd-10-stable/contrib/amd/libamu/
H A Dxutil.c222 xrealloc(voidp ptr, int len) function
/freebsd-10-stable/contrib/binutils/libiberty/
H A Dxmalloc.c170 xrealloc (PTR oldmem, size_t size) function
/freebsd-10-stable/contrib/diff/lib/
H A Dxmalloc.c114 xrealloc (void *p, size_t n) function
/freebsd-10-stable/contrib/dtc/
H A Dutil.h50 static inline void *xrealloc(void *p, size_t len) function
/freebsd-10-stable/contrib/file/tests/
H A Dtest.c34 xrealloc(void *p, size_t n) function
/freebsd-10-stable/contrib/gcclibs/libiberty/
H A Dxmalloc.c170 xrealloc (PTR oldmem, size_t size) function
/freebsd-10-stable/contrib/gdb/gdb/
H A Dutils.c1132 xrealloc (PTR ptr, size_t size) /* OK: PTR */ function
/freebsd-10-stable/contrib/ldns/drill/
H A Ddrill_util.c293 xrealloc(void *p, size_t size) function
/freebsd-10-stable/contrib/libreadline/
H A Dtilde.c473 xrealloc (pointer, bytes) function
H A Dxmalloc.c67 xrealloc (pointer, bytes) function
/freebsd-10-stable/contrib/ofed/management/opensm/opensm/
H A Dst.c98 #define xrealloc realloc macro
/freebsd-10-stable/contrib/tcsh/
H A Dsh.h492 # define xrealloc(p, i) srealloc(p, i) macro
497 # define xrealloc(p, i) realloc(p, i) macro
/freebsd-10-stable/contrib/texinfo/info/
H A Dtilde.c318 xrealloc (pointer, bytes) function
/freebsd-10-stable/contrib/texinfo/lib/
H A Dxmalloc.c46 xrealloc (void *pointer, size_t bytes) function
/freebsd-10-stable/contrib/xz/src/xz/
H A Dutil.c25 xrealloc(void *ptr, size_t size) function
/freebsd-10-stable/gnu/usr.bin/grep/
H A Ddfa.c154 xrealloc (ptr_t p, size_t n) function
H A Dxmalloc.c97 xrealloc (void *p, size_t n) function
/freebsd-10-stable/libexec/rtld-aout/
H A Dsupport.c74 xrealloc(void *p, size_t n) function
/freebsd-10-stable/usr.bin/csup/
H A Dmisc.c431 xrealloc(void *buf, size_t size) function
/freebsd-10-stable/usr.bin/fmt/
H A Dfmt.c666 xrealloc(void *ptr, size_t nbytes) { function
/freebsd-10-stable/usr.bin/gencat/
H A Dgencat.c216 xrealloc(void *ptr, size_t size) function
/freebsd-10-stable/usr.bin/grep/regex/
H A Dxmalloc.h53 #define xrealloc(ptr, new_size) xrealloc_impl(ptr, new_size, __FILE__, \ macro
72 #define xrealloc(ptr, new_size) realloc(ptr, new_size) macro
/freebsd-10-stable/usr.bin/logins/
H A Dlogins.c102 xrealloc(void *ptr, size_t size) function
/freebsd-10-stable/usr.bin/m4/
H A Dmisc.c315 xrealloc(void *old, size_t n, const char *fmt, ...) function

Completed in 227 milliseconds

12