Home
last modified time | relevance | path

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

/dragonfly/contrib/mdocml/
H A Dcompat_ohash.h30 void *(*calloc)(size_t, size_t, void *); member
/dragonfly/stand/lib/
H A Dzalloc_malloc.c120 calloc(size_t n1, size_t n2) in calloc() function
/dragonfly/contrib/tre/lib/
H A Dxmalloc.h59 #define calloc USE_XCALLOC_INSTEAD_OF_CALLOC macro
/dragonfly/lib/libssh/openbsd-compat/
H A Dgetrrsetbyname-ldns.c60 #define calloc(x, y) (xcalloc((x),(y))) macro
/dragonfly/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
/dragonfly/libexec/rtld-elf/
H A Dmalloc.c222 calloc(size_t num, size_t size) in calloc() function
/dragonfly/contrib/grep/lib/
H A Ddfa.c439 idx_t calloc; /* Number of charclasses allocated. */ member