Home
last modified time | relevance | path

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

/dragonfly/contrib/diffutils/lib/
H A Dxalloc.h89 #define XCALLOC(n, t) \ macro
/dragonfly/contrib/grep/lib/
H A Dxalloc.h89 #define XCALLOC(n, t) \ macro
/dragonfly/contrib/gdb-7/gdb/
H A Ddefs.h564 #define XCALLOC(NMEMB, TYPE) ((TYPE*) xcalloc ((NMEMB), sizeof (TYPE))) macro