Home
last modified time | relevance | path

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

/freebsd/contrib/elftoolchain/common/
H A Dutarray.h35 #define _UNUSED_ __attribute__ ((__unused__)) macro
37 #define _UNUSED_ macro
232 static const UT_icd ut_str_icd _UNUSED_ = {sizeof(char*),NULL,utarray_str_cpy,utarray_str_dtor}; variable
233 static const UT_icd ut_int_icd _UNUSED_ = {sizeof(int),NULL,NULL,NULL}; variable
234 static const UT_icd ut_ptr_icd _UNUSED_ = {sizeof(void*),NULL,NULL,NULL}; variable
/freebsd/contrib/libucl/uthash/
H A Dutstring.h32 #define _UNUSED_ __attribute__ ((__unused__)) macro
34 #define _UNUSED_ macro