Searched defs:CALLOC (Results 1 – 7 of 7) sorted by relevance
/netbsd-src/external/gpl2/gmake/dist/ |
H A D | hash.c | 22 #define CALLOC(t, n) ((t *) calloc (sizeof (t), (n))) macro
|
/netbsd-src/external/bsd/nvi/dist/common/ |
H A D | mem.h | 156 #define CALLOC(sp, p, cast, nmemb, size) { \ macro
|
/netbsd-src/external/bsd/am-utils/dist/include/ |
H A D | am_utils.h | 140 #define CALLOC(ty) ((ty *) xzalloc(sizeof(ty))) macro
|
/netbsd-src/usr.sbin/syslogd/ |
H A D | syslogd.h | 218 #define CALLOC(ptr, size) do { \ macro
|
/netbsd-src/external/gpl2/grep/dist/src/ |
H A D | dfa.c | 164 #define CALLOC(p, t, n) ((p) = (t *) xcalloc((size_t)(n), sizeof (t))) macro
|
/netbsd-src/crypto/dist/ipsec-tools/src/libipsec/ |
H A D | pfkey.c | 53 #define CALLOC(size, cast) (cast)calloc(1, (size)) macro
|
/netbsd-src/external/gpl2/gettext/dist/gettext-tools/libgrep/ |
H A D | dfa.c | 138 #define CALLOC(p, t, n) ((p) = (t *) xcalloc((size_t)(n), sizeof (t))) macro
|