Home
last modified time | relevance | path

Searched defs:calloc (Results 1 – 23 of 23) sorted by relevance

/trueos/contrib/binutils/libiberty/
HDcalloc.c23 calloc (size_t nelem, size_t elsize) in calloc() function
/trueos/contrib/gcclibs/libiberty/
HDcalloc.c23 calloc (size_t nelem, size_t elsize) in calloc() function
/trueos/contrib/ldns/compat/
HDcalloc.c15 calloc(size_t num, size_t size) in calloc() function
/trueos/usr.bin/grep/regex/
HDxmalloc.h61 #define calloc USE_XCALLOC_INSTEAD_OF_CALLOC macro
/trueos/crypto/openssh/openbsd-compat/
HDgetrrsetbyname-ldns.c60 #define calloc(x, y) (xcalloc((x),(y))) macro
/trueos/contrib/tcsh/
HDtc.alloc.c59 # define calloc fcalloc macro
344 calloc(size_t i, size_t j) in calloc() function
HDtc.os.h454 # define calloc tcsh_calloc macro
HDsh.h320 # define calloc __calloc macro
493 # define calloc lint_calloc macro
/trueos/sys/netinet/libalias/
HDalias_mod.h43 #define calloc(x, n) malloc(x*n) macro
/trueos/contrib/unbound/util/
HDalloc.h186 # define calloc(n,s) unbound_stat_calloc_lite(n, s, __FILE__, __LINE__, __func__) macro
/trueos/sys/cddl/compat/opensolaris/kern/
HDopensolaris_kmem.c247 calloc(size_t n, size_t s) in calloc() function
/trueos/contrib/unbound/
HDconfig.h.in903 # define calloc(n,s) unbound_stat_calloc_log(n, s, __FILE__, __LINE__, __func__) macro
HDconfig.h904 # define calloc(n,s) unbound_stat_calloc_log(n, s, __FILE__, __LINE__, __func__) macro
/trueos/lib/libstand/
HDstand.h396 #define calloc(x, y) Calloc(x, y, __FILE__, __LINE__) macro
401 #define calloc(x, y) Calloc(x, y, NULL, 0) macro
/trueos/libexec/rtld-elf/
HDmalloc.c236 calloc(size_t num, size_t size) in calloc() function
/trueos/contrib/jemalloc/include/jemalloc/
HDjemalloc.h202 # define calloc je_calloc macro
/trueos/contrib/gcclibs/libmudflap/
HDmf-hooks1.c137 WRAPPER(void *, calloc, size_t c, size_t n) in WRAPPER() argument
/trueos/cddl/contrib/opensolaris/cmd/sgs/include/
HDsgs.h227 #define calloc(x, a) libld_malloc(((size_t)x) * ((size_t)a)) macro
/trueos/lib/libdispatch/src/
HDallocator.c663 #define calloc(n, s) malloc_zone_calloc(_dispatch_ccache_zone, (n), (s)) macro
/trueos/gnu/usr.bin/grep/
HDdfa.h292 int calloc; /* Number of charclasses currently allocated. */ member
/trueos/sys/net/
HDflowtable.c740 #define calloc(count, size) malloc((count)*(size), M_FTABLE, M_WAITOK | M_ZERO) macro
/trueos/contrib/llvm/include/llvm/Target/
HDTargetLibraryInfo.h149 calloc, enumerator
/trueos/sys/dev/xen/blkback/
HDblkback.c2979 #define calloc(count, size) malloc((count)*(size), M_XENBLOCKBACK, \ macro