Home
last modified time | relevance | path

Searched defs:XCNEWVAR (Results 1 – 2 of 2) sorted by relevance

/freebsd-12-stable/contrib/gcclibs/include/
Dlibiberty.h330 #define XCNEWVAR(T, S) ((T *) xcalloc (1, (S))) macro
/freebsd-12-stable/contrib/binutils/include/
Dlibiberty.h337 #define XCNEWVAR(T, S) ((T *) xcalloc (1, (S))) macro