Home
last modified time | relevance | path

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

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