Home
last modified time | relevance | path

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

/dflybsd-src/contrib/mdocml/
H A Dcompat_ohash.h30 void *(*calloc)(size_t, size_t, void *); member
/dflybsd-src/stand/lib/
H A Dzalloc_malloc.c120 calloc(size_t n1, size_t n2) in calloc() function
/dflybsd-src/contrib/tre/lib/
H A Dxmalloc.h59 #define calloc USE_XCALLOC_INSTEAD_OF_CALLOC macro
/dflybsd-src/lib/libssh/openbsd-compat/
H A Dgetrrsetbyname-ldns.c60 #define calloc(x, y) (xcalloc((x),(y))) macro
/dflybsd-src/contrib/tcsh-6/
H A Dtc.alloc.c59 # define calloc fcalloc macro
348 calloc(size_t i, size_t j) in calloc() function
H A Dtc.os.h453 # define calloc tcsh_calloc macro
H A Dsh.h332 # define calloc __calloc macro
489 # define calloc lint_calloc macro
/dflybsd-src/libexec/rtld-elf/
H A Dmalloc.c222 calloc(size_t num, size_t size) in calloc() function
/dflybsd-src/contrib/gcc-4.7/gcc/cp/
H A Dcfns.gperf52 calloc keyword
/dflybsd-src/crypto/openssh/
H A Dconfigure.ac1572 AC_DEFINE(calloc, rpl_calloc, definition
/dflybsd-src/contrib/grep/lib/
H A Ddfa.c439 idx_t calloc; /* Number of charclasses allocated. */ member