Searched defs:XCALLOC (Results 1 – 5 of 5) sorted by relevance
| /freebsd-9-stable/contrib/diff/lib/ |
| D | xalloc.h | 82 # define XCALLOC(type, n) xcalloc (n, sizeof (type)) macro
|
| /freebsd-9-stable/contrib/texinfo/lib/ |
| D | xalloc.h | 79 # define XCALLOC(type, n) xcalloc (n, sizeof (type)) macro
|
| /freebsd-9-stable/contrib/gnu-sort/lib/ |
| D | xalloc.h | 79 # define XCALLOC(type, n) xcalloc (n, sizeof (type)) macro
|
| /freebsd-9-stable/gnu/usr.bin/grep/ |
| D | xalloc.h | 65 # define XCALLOC(Type, N_items) ((Type *) xcalloc (sizeof (Type), (N_items))) macro
|
| /freebsd-9-stable/contrib/gdb/gdb/ |
| D | defs.h | 880 #define XCALLOC(NMEMB, TYPE) ((TYPE*) xcalloc ((NMEMB), sizeof (TYPE))) macro
|