Searched defs:xcalloc (Results 1 – 10 of 10) sorted by relevance
/freebsd/contrib/mandoc/ |
H A D | test-ohash.c | 17 xcalloc(size_t nmemb, size_t sz, void *arg) in xcalloc() function
|
/freebsd/libexec/rtld-elf/ |
H A D | xmalloc.c | 39 xcalloc(size_t number, size_t size) in xcalloc() function
|
/freebsd/usr.bin/diff/ |
H A D | xmalloc.c | 39 xcalloc(size_t nmemb, size_t size) in xcalloc() function
|
/freebsd/cddl/contrib/opensolaris/tools/ctf/common/ |
H A D | memory.c | 73 xcalloc(size_t size) in xcalloc() function
|
/freebsd/crypto/openssh/ |
H A D | xmalloc.c | 47 xcalloc(size_t nmemb, size_t size) in xcalloc() function
|
H A D | ssh_namespace.h | 1016 #define xcalloc Fssh_xcalloc macro
|
/freebsd/contrib/diff/lib/ |
H A D | xmalloc.c | 237 xcalloc (size_t n, size_t s) in xcalloc() function
|
/freebsd/usr.bin/m4/ |
H A D | misc.c | 316 xcalloc(size_t n, size_t s, const char *fmt, ...) in xcalloc() function
|
/freebsd/contrib/ofed/opensm/opensm/ |
H A D | st.c | 95 #define xcalloc calloc macro
|
/freebsd/contrib/tcsh/ |
H A D | sh.h | 492 # define xcalloc(n, s) scalloc(n, s) macro 497 # define xcalloc(n, s) calloc(n, s) macro
|