Searched refs:UT_icd (Results 1 - 1 of 1) sorted by relevance

/netbsd-current/external/bsd/elftoolchain/dist/common/
H A Dutarray.h60 } UT_icd; typedef in typeref:struct:__anon2
64 UT_icd icd; /* initializer, copy and destructor functions */
245 static const UT_icd ut_str_icd UTARRAY_UNUSED = {sizeof(char*),NULL,utarray_str_cpy,utarray_str_dtor};
246 static const UT_icd ut_int_icd UTARRAY_UNUSED = {sizeof(int),NULL,NULL,NULL};
247 static const UT_icd ut_ptr_icd UTARRAY_UNUSED = {sizeof(void*),NULL,NULL,NULL};

Completed in 79 milliseconds