Searched defs:calloc (Results 1 - 25 of 27) sorted by last modified time

12

/freebsd-10-stable/contrib/tcsh/
H A Dtc.os.h454 # define calloc tcsh_calloc macro
H A Dtc.alloc.c62 # define calloc fcalloc macro
351 calloc(size_t i, size_t j) function
H A Dsh.h330 # define calloc __calloc macro
335 # undef calloc macro
487 # define calloc lint_calloc macro
/freebsd-10-stable/contrib/ntp/sntp/unity/
H A Dunity_fixture.c162 #undef calloc macro
H A Dunity_fixture_malloc_overrides.h12 #define calloc unity_calloc macro
/freebsd-10-stable/contrib/gcclibs/libcpp/
H A Dsystem.h400 #undef calloc macro
/freebsd-10-stable/lib/libstand/
H A Dstand.h391 #define calloc(x, y) Calloc(x, y, __FILE__, __LINE__) macro
396 #define calloc(x, y) Calloc(x, y, NULL, 0) macro
/freebsd-10-stable/crypto/openssh/openbsd-compat/
H A Dgetrrsetbyname-ldns.c60 #define calloc(x, y) (xcalloc((x),(y))) macro
/freebsd-10-stable/contrib/unbound/
H A Dconfig.h1049 # define calloc(n,s) unbound_stat_calloc_log(n, s, __FILE__, __LINE__, __func__) macro
/freebsd-10-stable/contrib/unbound/util/
H A Dalloc.c365 #undef calloc macro
487 #undef calloc macro
H A Dalloc.h186 # define calloc(n,s) unbound_stat_calloc_lite(n, s, __FILE__, __LINE__, __func__) macro
/freebsd-10-stable/contrib/unbound/smallapp/
H A Dunbound-host.c50 #undef calloc macro
56 #undef calloc macro
/freebsd-10-stable/sys/dev/xen/blkback/
H A Dblkback.c2940 #define calloc(count, size) malloc((count)*(size), M_XENBLOCKBACK, \ macro
/freebsd-10-stable/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-stable/libexec/rtld-elf/
H A Dmalloc.c236 calloc(size_t num, size_t size) function
/freebsd-10-stable/usr.bin/grep/regex/
H A Dxmalloc.h56 #undef calloc macro
61 #define calloc USE_XCALLOC_INSTEAD_OF_CALLOC macro
/freebsd-10-stable/crypto/heimdal/lib/roken/
H A Dsocket_wrapper.c54 #undef calloc macro
/freebsd-10-stable/sys/netinet/libalias/
H A Dalias_mod.h43 #define calloc(x, n) malloc(x*n) macro
/freebsd-10-stable/sys/cddl/compat/opensolaris/kern/
H A Dopensolaris_kmem.c247 calloc(size_t n, size_t s) function
/freebsd-10-stable/contrib/llvm/include/llvm/Target/
H A DTargetLibraryInfo.h149 calloc, enumerator in enum:llvm::LibFunc::Func
/freebsd-10-stable/contrib/gcclibs/libiberty/
H A Dcalloc.c23 calloc (size_t nelem, size_t elsize) function
/freebsd-10-stable/contrib/gcclibs/libmudflap/
H A Dmf-hooks1.c136 #undef calloc macro
/freebsd-10-stable/contrib/ldns/compat/
H A Dcalloc.c15 calloc(size_t num, size_t size) function
/freebsd-10-stable/contrib/binutils/libiberty/
H A Dcalloc.c23 calloc (size_t nelem, size_t elsize) function
/freebsd-10-stable/contrib/gcc/
H A Dsystem.h649 #undef calloc macro

Completed in 226 milliseconds

12