Home
last modified time | relevance | path

Searched defs:XCALLOC (Results 1 – 4 of 4) sorted by relevance

/netbsd-src/external/gpl2/texinfo/dist/lib/
H A Dxalloc.h81 # define XCALLOC(type, n) xcalloc (n, sizeof (type)) macro
/netbsd-src/external/gpl2/diffutils/dist/lib/
H A Dxalloc.h62 # define XCALLOC(Type, N_items) ((Type *) xcalloc (sizeof (Type), (N_items))) macro
/netbsd-src/external/gpl2/grep/dist/lib/
H A Dxalloc.h67 # define XCALLOC(Type, N_items) ((Type *) xcalloc (sizeof (Type), (N_items))) macro
/netbsd-src/crypto/external/bsd/heimdal/dist/lib/hcrypto/libtommath/
H A Dtommath.h116 #define XCALLOC calloc macro