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

/netbsd-current/external/bsd/elftoolchain/dist/common/
H A Dutarray.h44 #error "The name of macro 'oom' has been changed to 'utarray_oom'. Please update your code."
45 #define utarray_oom() oom() macro
48 #ifndef utarray_oom
49 #define utarray_oom() exit(-1) macro
89 utarray_oom(); \
105 utarray_oom(); \

Completed in 66 milliseconds