Home
last modified time | relevance | path

Searched refs:_U (Results 1 – 5 of 5) sorted by relevance

/freebsd/sys/contrib/ncsw/inc/
H A Dctype_ext.h43 #define _U 0x01 /* upper */ macro
56 #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)
/freebsd/usr.sbin/periodic/etc/daily/
H A D510.status-world-kernel17 _U=$(/usr/bin/uname -U 2>/dev/null)
19 [ -z "${_U}" -o -z "${_K}" ] && exit 0
22 if [ "${_U}" != "${_K}" ]; then
24 echo "Userland version: ${_U}"
/freebsd/contrib/llvm-project/llvm/include/llvm/Analysis/
H A DTargetLibraryInfo.def96 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")
/freebsd/contrib/llvm-project/libcxx/include/
H A D__locale395 static const mask print = static_cast<mask>(_P | _U | _L | _N | _B);
397 static const mask upper = static_cast<mask>(_U);
399 static const mask alpha = static_cast<mask>(_U | _L);
/freebsd/contrib/llvm-project/llvm/lib/Target/WebAssembly/
H A DWebAssemblyInstrSIMD.td265 ["zextloadvi", "_U"],
266 ["extloadvi", "_U"]] in {