Searched refs:UT_icd (Results 1 – 1 of 1) sorted by relevance
/freebsd/contrib/elftoolchain/common/ |
H A D | utarray.h | 56 } UT_icd; typedef 60 UT_icd icd; /* initializer, copy and destructor functions */ 232 static const UT_icd ut_str_icd _UNUSED_ = {sizeof(char*),NULL,utarray_str_cpy,utarray_str_dtor}; 233 static const UT_icd ut_int_icd _UNUSED_ = {sizeof(int),NULL,NULL,NULL}; 234 static const UT_icd ut_ptr_icd _UNUSED_ = {sizeof(void*),NULL,NULL,NULL};
|