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

/freebsd-11-stable/contrib/libstdc++/config/os/qnx/qnx6.1/
H A Dctype_base.h47 static const mask upper = _UP;
49 static const mask alpha = _LO | _UP | _XA;
53 static const mask print = _DI | _LO | _PU | _SP | _UP | _XA;
54 static const mask graph = _DI | _LO | _PU | _UP | _XA;
57 static const mask alnum = _DI | _LO | _UP | _XA;
/freebsd-11-stable/contrib/tcsh/
H A Dsh.char.c86 _PUN, _LET|_UP|_XD, _LET|_UP|_XD, _LET|_UP|_XD,
89 _LET|_UP|_XD, _LET|_UP|_XD, _LET|_UP|_XD, _LET|_UP,
92 _LET|_UP, _LET|_UP, _LET|_UP, _LE
[all...]
H A Dsh.char.h86 #undef _UP macro
87 #define _UP 0x0002 /* As in <ctype.h> */ macro
106 #undef _UP macro
107 #define _UP 0x0400 /* A-Z, or locale-specific */ macro
289 # define Isupper(c) (cmap((c), _UP) && !(((c) & META) && AsciiOnly))
/freebsd-11-stable/contrib/ntp/sntp/unity/
H A Dunity_internals.h174 typedef _UU32 _UP; typedef
177 typedef _UU64 _UP; typedef
180 typedef _UU16 _UP; typedef
615 #define UNITY_TEST_ASSERT_EQUAL_PTR(expected, actual, line, message) UnityAssertEqualNumber((_U_SINT)(_UP)(expected), (_U_SINT)(_UP)(actual), (message), (UNITY_LINE_TYPE)line, UNITY_DISPLAY_STYLE_POINTER)
630 #define UNITY_TEST_ASSERT_EQUAL_PTR_ARRAY(expected, actual, num_elements, line, message) UnityAssertEqualIntArray((UNITY_PTR_ATTRIBUTE const void*)(_UP*)(expected), (const void*)(_UP*)(actual), (_UU32)(num_elements), (message), (UNITY_LINE_TYPE)line, UNITY_DISPLAY_STYLE_POINTER)

Completed in 127 milliseconds