Home
last modified time | relevance | path

Searched defs:CALLOC (Results 1 – 7 of 7) sorted by relevance

/netbsd-src/external/gpl2/gmake/dist/
H A Dhash.c22 #define CALLOC(t, n) ((t *) calloc (sizeof (t), (n))) macro
/netbsd-src/external/bsd/nvi/dist/common/
H A Dmem.h156 #define CALLOC(sp, p, cast, nmemb, size) { \ macro
/netbsd-src/external/bsd/am-utils/dist/include/
H A Dam_utils.h140 #define CALLOC(ty) ((ty *) xzalloc(sizeof(ty))) macro
/netbsd-src/usr.sbin/syslogd/
H A Dsyslogd.h218 #define CALLOC(ptr, size) do { \ macro
/netbsd-src/external/gpl2/grep/dist/src/
H A Ddfa.c164 #define CALLOC(p, t, n) ((p) = (t *) xcalloc((size_t)(n), sizeof (t))) macro
/netbsd-src/crypto/dist/ipsec-tools/src/libipsec/
H A Dpfkey.c53 #define CALLOC(size, cast) (cast)calloc(1, (size)) macro
/netbsd-src/external/gpl2/gettext/dist/gettext-tools/libgrep/
H A Ddfa.c138 #define CALLOC(p, t, n) ((p) = (t *) xcalloc((size_t)(n), sizeof (t))) macro