Searched defs:xcalloc (Results 1 - 14 of 14) sorted by relevance

/freebsd-10.3-release/usr.bin/xlint/common/
H A Dmem.c56 xcalloc(size_t n, size_t s) function
/freebsd-10.3-release/gnu/usr.bin/grep/
H A Dxmalloc.c108 xcalloc (size_t n, size_t s) function
H A Ddfa.c133 xcalloc (size_t n, size_t s) function
/freebsd-10.3-release/usr.bin/grep/regex/
H A Dxmalloc.h50 #define xcalloc(nmemb, size) xcalloc_impl(nmemb, size, __FILE__, __LINE__, \ macro
70 #define xcalloc(nmemb, size) calloc(nmemb, size) macro
/freebsd-10.3-release/contrib/gcclibs/libiberty/
H A Dxmalloc.c155 xcalloc (size_t nelem, size_t elsize) function
/freebsd-10.3-release/crypto/openssh/
H A Dxmalloc.c53 xcalloc(size_t nmemb, size_t size) function
H A Dssh_namespace.h926 #define xcalloc Fssh_xcalloc macro
/freebsd-10.3-release/libexec/rtld-elf/
H A Dxmalloc.c36 xcalloc(size_t number, size_t size) function
/freebsd-10.3-release/cddl/contrib/opensolaris/tools/ctf/common/
H A Dmemory.c59 xcalloc(size_t size) function
/freebsd-10.3-release/contrib/binutils/libiberty/
H A Dxmalloc.c155 xcalloc (size_t nelem, size_t elsize) function
/freebsd-10.3-release/contrib/diff/lib/
H A Dxmalloc.c237 xcalloc (size_t n, size_t s) function
/freebsd-10.3-release/contrib/ofed/management/opensm/opensm/
H A Dst.c97 #define xcalloc calloc macro
/freebsd-10.3-release/contrib/tcsh/
H A Dsh.h499 # define xcalloc(n, s) scalloc(n, s) macro
504 # define xcalloc(n, s) calloc(n, s) macro
/freebsd-10.3-release/contrib/gdb/gdb/
H A Dutils.c1138 xcalloc (size_t number, size_t size) function

Completed in 233 milliseconds