Home
last modified time | relevance | path

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

/netbsd-src/external/gpl2/texinfo/dist/lib/
H A Dxalloc.h82 # define XMALLOC(type, n) xnmalloc (n, sizeof (type)) macro
/netbsd-src/external/gpl2/diffutils/dist/lib/
H A Dxalloc.h61 # define XMALLOC(Type, N_items) ((Type *) xmalloc (sizeof (Type) * (N_items))) macro
/netbsd-src/external/gpl2/grep/dist/lib/
H A Dxalloc.h66 # define XMALLOC(Type, N_items) ((Type *) xmalloc (sizeof (Type) * (N_items))) macro
/netbsd-src/crypto/external/bsd/heimdal/dist/lib/hcrypto/libtommath/
H A Dtommath.h113 #define XMALLOC malloc macro