Home
last modified time | relevance | path

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

/netbsd-src/external/gpl2/texinfo/dist/lib/
H A Dxalloc.h83 # define XREALLOC(p, type, n) xnrealloc (p, n, sizeof (type)) macro
/netbsd-src/external/gpl2/diffutils/dist/lib/
H A Dxalloc.h63 # define XREALLOC(Ptr, Type, N_items) \ macro
/netbsd-src/external/gpl2/grep/dist/lib/
H A Dxalloc.h68 # define XREALLOC(Ptr, Type, N_items) \ macro
/netbsd-src/crypto/external/bsd/heimdal/dist/lib/hcrypto/libtommath/
H A Dtommath.h115 #define XREALLOC realloc macro