Searched defs:xcalloc (Results 1 – 11 of 11) 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/crypto/krb5/src/clients/ksu/ |
| H A D | xmalloc.c | 50 void *xcalloc (size_t nelts, size_t eltsz) 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 | 45 xcalloc(size_t nmemb, size_t size) in xcalloc() function
|
| H A D | ssh_namespace.h | 1041 #define xcalloc Fssh_xcalloc macro
|
| /freebsd/usr.bin/m4/ |
| H A D | misc.c | 313 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/pam-krb5/tests/ |
| H A D | runtests.c | 252 #define xcalloc(n, type) \ 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
|