| /src/external/bsd/openldap/dist/include/ac/ |
| ctype.h | 24 #undef TOUPPER 28 # define TOUPPER(c) (islower(c) ? toupper(c) : (c)) 31 # define TOUPPER(c) toupper(c)
|
| /src/external/bsd/nvi/dist/common/ |
| multibyte.h | 60 #define TOUPPER towupper 93 #define TOUPPER toupper
|
| /src/external/gpl2/diffutils/dist/lib/ |
| strtol.c | 209 # define TOUPPER(Ch) __towupper_l ((Ch), loc) 213 # define TOUPPER(Ch) towupper (Ch) 227 # define TOUPPER(Ch) __toupper_l ((Ch), loc) 231 # define TOUPPER(Ch) (IN_CTYPE_DOMAIN (Ch) ? toupper (Ch) : (Ch)) 338 if ((base == 0 || base == 16) && TOUPPER (s[1]) == L_('X')) 360 && (!ISALPHA (c) || (int) (TOUPPER (c) - L_('A') + 10) >= base)) 383 c = TOUPPER (c) - L_('A') + 10; 437 if (save - nptr >= 2 && TOUPPER (save[-1]) == L_('X')
|
| strftime.c | 310 # define TOUPPER(Ch) towupper (Ch) 314 # define TOUPPER(Ch) toupper (Ch) 317 # define TOUPPER(Ch) (islower (Ch) ? toupper (Ch) : (Ch)) 351 dest[len] = TOUPPER ((UCHAR_T) src[len]); 831 *old_start = TOUPPER ((UCHAR_T) *old_start);
|
| /src/external/gpl2/gettext/dist/gettext-runtime/gnulib-lib/ |
| strtol.c | 202 # define TOUPPER(Ch) __towupper_l ((Ch), loc) 206 # define TOUPPER(Ch) towupper (Ch) 215 # define TOUPPER(Ch) __toupper_l ((Ch), loc) 219 # define TOUPPER(Ch) toupper (Ch) 316 if ((base == 0 || base == 16) && TOUPPER (s[1]) == L_('X')) 338 && (!ISALPHA (c) || (int) (TOUPPER (c) - L_('A') + 10) >= base)) 361 c = TOUPPER (c) - L_('A') + 10; 415 if (save - nptr >= 2 && TOUPPER (save[-1]) == L_('X')
|
| /src/external/gpl2/gettext/dist/gettext-tools/gnulib-lib/ |
| strtol.c | 202 # define TOUPPER(Ch) __towupper_l ((Ch), loc) 206 # define TOUPPER(Ch) towupper (Ch) 215 # define TOUPPER(Ch) __toupper_l ((Ch), loc) 219 # define TOUPPER(Ch) toupper (Ch) 316 if ((base == 0 || base == 16) && TOUPPER (s[1]) == L_('X')) 338 && (!ISALPHA (c) || (int) (TOUPPER (c) - L_('A') + 10) >= base)) 361 c = TOUPPER (c) - L_('A') + 10; 415 if (save - nptr >= 2 && TOUPPER (save[-1]) == L_('X')
|
| /src/external/gpl2/grep/dist/lib/ |
| strtol.c | 213 # define TOUPPER(Ch) __towupper_l ((Ch), loc) 217 # define TOUPPER(Ch) towupper (Ch) 231 # define TOUPPER(Ch) __toupper_l ((Ch), loc) 235 # define TOUPPER(Ch) (IN_CTYPE_DOMAIN (Ch) ? toupper (Ch) : (Ch)) 342 if ((base == 0 || base == 16) && TOUPPER (s[1]) == L_('X')) 364 && (!ISALPHA (c) || (int) (TOUPPER (c) - L_('A') + 10) >= base)) 387 c = TOUPPER (c) - L_('A') + 10; 441 if (save - nptr >= 2 && TOUPPER (save[-1]) == L_('X')
|
| /src/external/gpl2/xcvs/dist/lib/ |
| strtol.c | 210 # define TOUPPER(Ch) __towupper_l ((Ch), loc) 214 # define TOUPPER(Ch) towupper (Ch) 228 # define TOUPPER(Ch) __toupper_l ((Ch), loc) 232 # define TOUPPER(Ch) (IN_CTYPE_DOMAIN (Ch) ? toupper (Ch) : (Ch)) 329 if ((base == 0 || base == 16) && TOUPPER (s[1]) == L_('X')) 351 && (!ISALPHA (c) || (int) (TOUPPER (c) - L_('A') + 10) >= base)) 374 c = TOUPPER (c) - L_('A') + 10; 428 if (save - nptr >= 2 && TOUPPER (save[-1]) == L_('X')
|
| strftime.c | 243 # define TOUPPER(Ch, L) __towupper_l (Ch, L) 246 # define TOUPPER(Ch, L) towupper (Ch) 252 # define TOUPPER(Ch, L) __toupper_l (Ch, L) 255 # define TOUPPER(Ch, L) toupper (Ch) 259 # define TOUPPER(Ch, L) (islower (Ch) ? toupper (Ch) : (Ch)) 283 dest[len] = TOUPPER ((UCHAR_T) src[len], loc); 756 *old_start = TOUPPER ((UCHAR_T) *old_start, loc);
|
| /src/external/gpl3/binutils/dist/include/ |
| safe-ctype.h | 112 #define TOUPPER(c) _sch_toupper[(c) & 0xff] 145 #undef toupper macro 146 #define toupper(c) do_not_use_toupper_with_safe_ctype macro
|
| /src/external/gpl3/binutils.old/dist/include/ |
| safe-ctype.h | 112 #define TOUPPER(c) _sch_toupper[(c) & 0xff] 145 #undef toupper macro 146 #define toupper(c) do_not_use_toupper_with_safe_ctype macro
|
| /src/external/gpl3/gcc/dist/include/ |
| safe-ctype.h | 112 #define TOUPPER(c) _sch_toupper[(c) & 0xff] 145 #undef toupper macro 146 #define toupper(c) do_not_use_toupper_with_safe_ctype macro
|
| /src/external/gpl3/gcc.old/dist/include/ |
| safe-ctype.h | 112 #define TOUPPER(c) _sch_toupper[(c) & 0xff] 145 #undef toupper macro 146 #define toupper(c) do_not_use_toupper_with_safe_ctype macro
|
| /src/external/gpl3/gdb/dist/include/ |
| safe-ctype.h | 112 #define TOUPPER(c) _sch_toupper[(c) & 0xff] 145 #undef toupper macro 146 #define toupper(c) do_not_use_toupper_with_safe_ctype macro
|
| /src/external/gpl3/gdb.old/dist/include/ |
| safe-ctype.h | 112 #define TOUPPER(c) _sch_toupper[(c) & 0xff] 145 #undef toupper macro 146 #define toupper(c) do_not_use_toupper_with_safe_ctype macro
|
| /src/external/ibm-public/postfix/dist/src/util/ |
| sys_defs.h | 1786 #define TOUPPER(c) (ISLOWER(c) ? toupper((unsigned char)(c)) : (c))
|
| /src/sys/external/bsd/ipf/netinet/ |
| ip_compat.h | 710 #define TOUPPER(x) toupper((u_char)(x))
|