| /netbsd-src/bin/sh/ |
| H A D | syntax.h | 63 #define ISUPPER 02 /* an upper case letter */ macro 82 #define is_upper(c) (sh_ctype(c) & ISUPPER) 84 #define is_alpha(c) (sh_ctype(c) & (ISUPPER|ISLOWER)) 85 #define is_name(c) (sh_ctype(c) & (ISUPPER|ISLOWER|ISUNDER)) 86 #define is_in_name(c) (sh_ctype(c) & (ISUPPER|ISLOWER|ISUNDER|ISDIGIT))
|
| /netbsd-src/external/gpl2/gettext/dist/gettext-tools/libgrep/ |
| H A D | m-common.c | 40 #define ISUPPER(C) (IN_CTYPE_DOMAIN (C) && isupper (C)) macro 41 #define TOLOWER(C) (ISUPPER(C) ? tolower(C) : (C))
|
| /netbsd-src/external/bsd/nvi/dist/common/ |
| H A D | multibyte.h | 58 #define ISUPPER iswupper macro 91 #define ISUPPER isupper macro
|
| H A D | cut.h | 69 L__name = ISUPPER((UCHAR_T)nch) ? TOLOWER((UCHAR_T)nch) : (nch);\
|
| /netbsd-src/external/gpl3/gdb.old/dist/readline/readline/ |
| H A D | chardefs.h | 95 #define ISUPPER(c) (IN_CTYPE_DOMAIN (c) && isupper ((unsigned char)c)) macro 99 #define _rl_uppercase_p(c) (NON_NEGATIVE(c) && ISUPPER(c))
|
| /netbsd-src/external/gpl2/diffutils/dist/lib/ |
| H A D | fnmatch.c | 38 #define ISUPPER(c) (IN_CTYPE_DOMAIN (c) && isupper (c)) macro 54 #define FOLD(c) ((flags & FNM_CASEFOLD) && ISUPPER ((unsigned char) (c)) \ in fnmatch()
|
| /netbsd-src/external/gpl3/gdb/dist/readline/readline/ |
| H A D | chardefs.h | 95 #define ISUPPER(c) (IN_CTYPE_DOMAIN (c) && isupper ((unsigned char)c)) macro 99 #define _rl_uppercase_p(c) (NON_NEGATIVE(c) && ISUPPER(c))
|
| /netbsd-src/external/gpl2/grep/dist/lib/ |
| H A D | fnmatch.c | 38 #define ISUPPER(c) (IN_CTYPE_DOMAIN (c) && isupper (c)) macro 54 #define FOLD(c) ((flags & FNM_CASEFOLD) && ISUPPER ((unsigned char) (c)) \ in fnmatch()
|
| /netbsd-src/external/gpl2/gmake/dist/glob/ |
| H A D | fnmatch.c | 86 # define ISUPPER(c) (ISASCII (c) && isupper (c)) macro 171 # define FOLD(c) ((flags & FNM_CASEFOLD) && ISUPPER (c) ? tolower (c) : (c)) 386 || (STREQ (str, "upper") && ISUPPER ((unsigned char) *n))
|
| /netbsd-src/external/gpl2/xcvs/dist/diff/ |
| H A D | system.h | 223 #ifndef ISUPPER 224 #define ISUPPER(c) (CTYPE_DOMAIN (c) && isupper (c)) macro
|
| /netbsd-src/external/gpl2/grep/dist/src/ |
| H A D | system.h | 181 #define ISUPPER(C) (IN_CTYPE_DOMAIN (C) && isupper (C)) macro 192 #define TOLOWER(C) (ISUPPER(C) ? tolower(C) : (C))
|
| /netbsd-src/external/ibm-public/postfix/dist/src/util/ |
| H A D | lowercase.c | 42 if (ISUPPER(ch)) in lowercase()
|
| /netbsd-src/external/gpl3/gcc.old/dist/gcc/c-family/ |
| H A D | c-spellcheck.cc | 39 return (str[1] == '_' || ISUPPER(str[1])); in name_reserved_for_implementation_p()
|
| /netbsd-src/external/gpl3/gcc/dist/gcc/c-family/ |
| H A D | c-spellcheck.cc | 39 return (str[1] == '_' || ISUPPER(str[1])); in name_reserved_for_implementation_p()
|
| /netbsd-src/external/gpl3/gdb.old/dist/libiberty/ |
| H A D | strtoul.c | 94 c -= ISUPPER(c) ? 'A' - 10 : 'a' - 10; in strtoul()
|
| H A D | strtol.c | 144 c -= ISUPPER(c) ? 'A' - 10 : 'a' - 10; in strtol()
|
| H A D | strtoull.c | 99 c -= ISUPPER(c) ? 'A' - 10 : 'a' - 10; in strtoull()
|
| /netbsd-src/external/gpl3/gcc.old/dist/libiberty/ |
| H A D | strtoul.c | 94 c -= ISUPPER(c) ? 'A' - 10 : 'a' - 10; in strtoul()
|
| /netbsd-src/external/gpl3/gdb/dist/libiberty/ |
| H A D | strtoul.c | 94 c -= ISUPPER(c) ? 'A' - 10 : 'a' - 10; in strtoul()
|
| H A D | strtol.c | 144 c -= ISUPPER(c) ? 'A' - 10 : 'a' - 10; in strtol()
|
| /netbsd-src/external/gpl3/binutils/dist/libiberty/ |
| H A D | strtoul.c | 94 c -= ISUPPER(c) ? 'A' - 10 : 'a' - 10; in strtoul()
|
| H A D | strtol.c | 144 c -= ISUPPER(c) ? 'A' - 10 : 'a' - 10; in strtol()
|
| /netbsd-src/external/gpl3/gcc/dist/libiberty/ |
| H A D | strtoul.c | 94 c -= ISUPPER(c) ? 'A' - 10 : 'a' - 10; in strtoul()
|
| H A D | strtol.c | 144 c -= ISUPPER(c) ? 'A' - 10 : 'a' - 10; in strtol()
|
| /netbsd-src/external/gpl3/binutils.old/dist/libiberty/ |
| H A D | strtoul.c | 94 c -= ISUPPER(c) ? 'A' - 10 : 'a' - 10; in strtoul()
|