Searched refs:_UP (Results 1 – 3 of 3) sorted by relevance
| /freebsd/contrib/tcsh/ |
| H A D | sh.char.c | 86 _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, _LET|_UP, 95 _LET|_UP, _LET|_UP, _LET|_UP, _LET|_UP, 98 _LET|_UP, _LET|_UP, _LET|_UP, _LET|_UP, 101 _LET|_UP, _LET|_UP, _LET|_UP, _LET|_UP, 104 _LET|_UP, _LET|_UP, _LET|_UP, _GLOB|_PUN, 186 _LET|_UP, _LET|_UP, _LET|_UP, _LET|_UP, 189 _LET|_UP, _LET|_UP, _LET|_UP, _LET|_UP, 192 _LET|_UP, _LET|_UP, _LET|_UP, _LET|_UP, [all …]
|
| H A D | sh.char.h | 86 #undef _UP 87 #define _UP 0x0002 /* As in <ctype.h> */ macro 106 #undef _UP 107 #define _UP 0x0400 /* A-Z, or locale-specific */ macro 289 # define Isupper(c) (cmap((c), _UP) && !(((c) & META) && AsciiOnly))
|
| /freebsd/contrib/ntp/sntp/unity/ |
| H A D | unity_internals.h | 174 typedef _UU32 _UP; typedef 177 typedef _UU64 _UP; typedef 180 typedef _UU16 _UP; typedef 618 #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) 633 #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)
|