Searched defs:calloc (Results 1 - 25 of 28) sorted by relevance

12

/freebsd-10.1-release/contrib/binutils/libiberty/
H A Dcalloc.c23 calloc (size_t nelem, size_t elsize) function
/freebsd-10.1-release/contrib/gcclibs/libiberty/
H A Dcalloc.c23 calloc (size_t nelem, size_t elsize) function
/freebsd-10.1-release/contrib/ldns/compat/
H A Dcalloc.c15 calloc(size_t num, size_t size) function
/freebsd-10.1-release/contrib/ntp/sntp/unity/
H A Dunity_fixture_malloc_overrides.h12 #define calloc unity_calloc macro
H A Dunity_fixture.c162 #undef calloc macro
/freebsd-10.1-release/usr.bin/grep/regex/
H A Dxmalloc.h56 #undef calloc macro
61 #define calloc USE_XCALLOC_INSTEAD_OF_CALLOC macro
/freebsd-10.1-release/crypto/openssh/openbsd-compat/
H A Dgetrrsetbyname-ldns.c60 #define calloc(x, y) (xcalloc((x),(y))) macro
/freebsd-10.1-release/contrib/unbound/util/
H A Dalloc.h186 # define calloc(n,s) unbound_stat_calloc_lite(n, s, __FILE__, __LINE__, __func__) macro
H A Dalloc.c365 #undef calloc macro
480 #undef calloc macro
/freebsd-10.1-release/sys/cddl/compat/opensolaris/kern/
H A Dopensolaris_kmem.c254 calloc(size_t n, size_t s) function
/freebsd-10.1-release/contrib/gcclibs/libmudflap/
H A Dmf-hooks1.c136 #undef calloc macro
/freebsd-10.1-release/contrib/jemalloc/include/jemalloc/
H A Djemalloc.h102 #define calloc je_calloc macro
/freebsd-10.1-release/contrib/unbound/smallapp/
H A Dunbound-host.c50 #undef calloc macro
56 #undef calloc macro
/freebsd-10.1-release/libexec/rtld-elf/
H A Dmalloc.c247 calloc(size_t num, size_t size) function
/freebsd-10.1-release/sys/netinet/libalias/
H A Dalias_mod.h43 #define calloc(x, n) malloc(x*n) macro
/freebsd-10.1-release/contrib/gcclibs/libcpp/
H A Dsystem.h397 #undef calloc macro
/freebsd-10.1-release/contrib/tcsh/
H A Dtc.alloc.c59 # define calloc fcalloc macro
344 calloc(size_t i, size_t j) function
H A Dtc.os.h454 # define calloc tcsh_calloc macro
/freebsd-10.1-release/cddl/contrib/opensolaris/cmd/sgs/include/
H A Dsgs.h227 #define calloc(x, a) libld_malloc(((size_t)x) * ((size_t)a)) macro
/freebsd-10.1-release/contrib/gcc/
H A Dsystem.h649 #undef calloc macro
/freebsd-10.1-release/gnu/usr.bin/grep/
H A Ddfa.h292 int calloc; /* Number of charclasses currently allocated. */ member in struct:dfa
/freebsd-10.1-release/lib/libstand/
H A Dstand.h394 #define calloc(x, y) Calloc(x, y, __FILE__, __LINE__) macro
399 #define calloc(x, y) Calloc(x, y, NULL, 0) macro
/freebsd-10.1-release/sys/net/
H A Dflowtable.c740 #define calloc(count, size) malloc((count)*(size), M_FTABLE, M_WAITOK | M_ZERO) macro
759 #undef calloc macro
/freebsd-10.1-release/contrib/unbound/
H A Dconfig.h904 # define calloc(n,s) unbound_stat_calloc_log(n, s, __FILE__, __LINE__, __func__) macro
/freebsd-10.1-release/crypto/heimdal/lib/roken/
H A Dsocket_wrapper.c54 #undef calloc macro

Completed in 151 milliseconds

12