Searched defs:CALLOC (Results 1 - 8 of 8) sorted by relevance

/netbsd-6-1-5-RELEASE/dist/nvi/common/
H A Dmem.h157 #define CALLOC(sp, p, cast, nmemb, size) { \ macro
/netbsd-6-1-5-RELEASE/gnu/dist/gmake/
H A Dhash.c23 #define CALLOC(t, n) ((t *) calloc (sizeof (t), (n))) macro
/netbsd-6-1-5-RELEASE/external/bsd/am-utils/dist/include/
H A Dam_utils.h140 #define CALLOC(ty) ((ty *) xzalloc(sizeof(ty))) macro
/netbsd-6-1-5-RELEASE/external/bsd/byacc/dist/
H A Ddefs.h137 #define CALLOC(k,n) (calloc((size_t)(k),(size_t)(n))) macro
/netbsd-6-1-5-RELEASE/crypto/dist/ipsec-tools/src/libipsec/
H A Dpfkey.c54 #define CALLOC(size, cast) (cast)calloc(1, (size)) macro
[all...]
/netbsd-6-1-5-RELEASE/usr.sbin/syslogd/
H A Dsyslogd.h217 #define CALLOC(ptr, size) do { \ macro
/netbsd-6-1-5-RELEASE/gnu/dist/grep/src/
H A Ddfa.c164 #define CALLOC(p, t, n) ((p) = (t *) xcalloc((size_t)(n), sizeof (t))) macro
/netbsd-6-1-5-RELEASE/gnu/dist/gettext/gettext-tools/libgrep/
H A Ddfa.c138 #define CALLOC(p, t, n) ((p) = (t *) xcalloc((size_t)(n), sizeof (t))) macro

Completed in 217 milliseconds