Searched defs:xrealloc (Results 1 – 12 of 12) sorted by relevance
/freebsd/contrib/file/tests/ |
H A D | test.c | 40 xrealloc(void *p, size_t n) in xrealloc() function
|
/freebsd/cddl/contrib/opensolaris/tools/ctf/common/ |
H A D | memory.c | 109 xrealloc(void *ptr, size_t size) in xrealloc() function
|
/freebsd/contrib/diff/lib/ |
H A D | xmalloc.c | 114 xrealloc (void *p, size_t n) in xrealloc() function
|
/freebsd/contrib/ldns/drill/ |
H A D | drill_util.c | 293 xrealloc(void *p, size_t size) in xrealloc() function
|
/freebsd/usr.sbin/crunch/crunchide/ |
H A D | exec_elf32.c | 142 xrealloc(void *ptr, size_t size, const char *fn, const char *use) in xrealloc() function
|
/freebsd/usr.bin/fmt/ |
H A D | fmt.c | 777 xrealloc(void *ptr, size_t nbytes) in xrealloc() function
|
/freebsd/usr.bin/gencat/ |
H A D | gencat.c | 216 xrealloc(void *ptr, size_t size) function
|
/freebsd/usr.bin/logins/ |
H A D | logins.c | 100 xrealloc(void *ptr, size_t size) in xrealloc() function
|
/freebsd/usr.bin/rpcgen/ |
H A D | rpc_util.c | 480 xrealloc(void *ptr, size_t size) in xrealloc() function
|
/freebsd/usr.bin/m4/ |
H A D | misc.c | 335 xrealloc(void *old, size_t n, const char *fmt, ...) in xrealloc() function
|
/freebsd/contrib/ofed/opensm/opensm/ |
H A D | st.c | 96 #define xrealloc realloc macro
|
/freebsd/contrib/tcsh/ |
H A D | sh.h | 491 # define xrealloc(p, i) srealloc(p, i) macro 496 # define xrealloc(p, i) realloc(p, i) macro
|