Home
last modified time | relevance | path

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

/freebsd-14.2/sys/contrib/dev/rtw89/
H A Dmac.h632 #define RTW89_ERROR_SCENARIO(__err) ((__err) >> 28) argument
/freebsd-14.2/contrib/llvm-project/libcxx/src/
H A Dlocale.cpp4122 …ck_grouping(const string& __grouping, unsigned* __g, unsigned* __g_end, ios_base::iostate& __err) { in __check_grouping()