Searched defs:N_items (Results 1 – 2 of 2) sorted by relevance
/netbsd-src/external/gpl2/diffutils/dist/lib/ |
H A D | xalloc.h | 61 # define XMALLOC(Type, N_items) ((Type *) xmalloc (sizeof (Type) * (N_items))) argument 62 # define XCALLOC(Type, N_items) ((Type *) xcalloc (sizeof (Type), (N_items))) argument 63 # define XREALLOC(Ptr, Type, N_items) \ argument
|
/netbsd-src/external/gpl2/grep/dist/lib/ |
H A D | xalloc.h | 66 # define XMALLOC(Type, N_items) ((Type *) xmalloc (sizeof (Type) * (N_items))) argument 67 # define XCALLOC(Type, N_items) ((Type *) xcalloc (sizeof (Type), (N_items))) argument 68 # define XREALLOC(Ptr, Type, N_items) \ argument
|