Searched defs:XCALLOC (Results 1 - 5 of 5) sorted by relevance

/freebsd-9.3-release/contrib/diff/lib/
H A Dxalloc.h82 # define XCALLOC(type, n) xcalloc (n, sizeof (type)) macro
/freebsd-9.3-release/contrib/gnu-sort/lib/
H A Dxalloc.h79 # define XCALLOC(type, n) xcalloc (n, sizeof (type)) macro
/freebsd-9.3-release/contrib/texinfo/lib/
H A Dxalloc.h79 # define XCALLOC(type, n) xcalloc (n, sizeof (type)) macro
/freebsd-9.3-release/gnu/usr.bin/grep/
H A Dxalloc.h65 # define XCALLOC(Type, N_items) ((Type *) xcalloc (sizeof (Type), (N_items))) macro
/freebsd-9.3-release/contrib/gdb/gdb/
H A Ddefs.h880 #define XCALLOC macro

Completed in 87 milliseconds