Searched refs:_U (Results 1 – 7 of 7) sorted by relevance
43 #define _U 0x01 /* upper */ macro56 #define isalnum(c) ((__ismask(c)&(_U|_L|_D)) != 0)57 #define isalpha(c) ((__ismask(c)&(_U|_L)) != 0)60 #define isgraph(c) ((__ismask(c)&(_P|_U|_L|_D)) != 0)62 #define isprint(c) ((__ismask(c)&(_P|_U|_L|_D|_SP)) != 0)65 #define isupper(c) ((__ismask(c)&(_U)) != 0)
17 _U=$(/usr/bin/uname -U 2>/dev/null)19 [ -z "${_U}" -o -z "${_K}" ] && exit 022 if [ "${_U}" != "${_K}" ]; then24 echo "Userland version: ${_U}"
398 template <typename _U>399 static auto __test_impl(int) -> decltype(__test(declval<_U>()));401 template <typename _U> static void __test_impl(...);
393 static const mask print = static_cast<mask>(_P | _U | _L | _N | _B);395 static const mask upper = static_cast<mask>(_U);397 static const mask alpha = static_cast<mask>(_U | _L);
398 static const mask print = static_cast<mask>(_P | _U | _L | _N | _B);400 static const mask upper = static_cast<mask>(_U);402 static const mask alpha = static_cast<mask>(_U | _L);
96 TLI_DEFINE_STRING_INTERNAL("??_U@YAPAXI@Z")101 TLI_DEFINE_STRING_INTERNAL("??_U@YAPAXIABUnothrow_t@std@@@Z")106 TLI_DEFINE_STRING_INTERNAL("??_U@YAPEAX_K@Z")111 TLI_DEFINE_STRING_INTERNAL("??_U@YAPEAX_KAEBUnothrow_t@std@@@Z")
266 ["zextloadvi", "_U"],267 ["extloadvi", "_U"]] in {