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

/freebsd-10.0-release/libexec/rtld-elf/
H A Dxmalloc.c36 xcalloc(size_t number, size_t size) function
/freebsd-10.0-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.0-release/usr.bin/xlint/common/
H A Dmem.c55 xcalloc(size_t n, size_t s) function
/freebsd-10.0-release/cddl/contrib/opensolaris/tools/ctf/common/
H A Dmemory.c59 xcalloc(size_t size) function
/freebsd-10.0-release/contrib/binutils/libiberty/
H A Dxmalloc.c155 xcalloc (size_t nelem, size_t elsize) function
/freebsd-10.0-release/contrib/gcclibs/libiberty/
H A Dxmalloc.c155 xcalloc (size_t nelem, size_t elsize) function
/freebsd-10.0-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.0-release/crypto/openssh/
H A Dxmalloc.c41 xcalloc(size_t nmemb, size_t size) function
H A Dssh_namespace.h488 #define xcalloc ssh_xcalloc macro
/freebsd-10.0-release/contrib/diff/lib/
H A Dxmalloc.c237 xcalloc (size_t n, size_t s) function
/freebsd-10.0-release/share/examples/autofs/driver/
H A Dautodriver.c99 xcalloc(size_t number, size_t size) function
/freebsd-10.0-release/contrib/ofed/management/opensm/opensm/
H A Dst.c97 #define xcalloc calloc macro
/freebsd-10.0-release/contrib/gdb/gdb/
H A Dutils.c1138 xcalloc (size_t number, size_t size) function
/freebsd-10.0-release/contrib/tcsh/
H A Dsh.h499 # define xcalloc(n, s) scalloc(n, s) macro
504 # define xcalloc(n, s) calloc(n, s) macro

Completed in 150 milliseconds