| /freebsd/contrib/llvm-project/libcxx/include/__cxx03/ |
| H A D | cctype | 20 int isalpha(int c); 58 #ifdef isalpha 59 # undef isalpha 111 using ::isalpha _LIBCPP_USING_IF_EXISTS;
|
| H A D | ctype.h | 45 # undef isalpha
|
| /freebsd/contrib/llvm-project/libcxx/include/ |
| H A D | cctype | 20 int isalpha(int c); 61 # ifdef isalpha 62 # undef isalpha 114 using ::isalpha _LIBCPP_USING_IF_EXISTS;
|
| H A D | ctype.h | 48 # undef isalpha
|
| /freebsd/lib/libc/iconv/ |
| H A D | citrus_bcs_strtol.c | 51 #undef isalpha 52 #define isalpha(c) _bcs_isalpha(c) macro
|
| H A D | citrus_bcs_strtoul.c | 51 #undef isalpha 52 #define isalpha(c) _bcs_isalpha(c) macro
|
| /freebsd/cddl/contrib/opensolaris/common/util/ |
| H A D | strtolctype.h | 49 #define isalnum(ch) (isalpha(ch) || isdigit(ch)) 50 #define isalpha(ch) (isupper(ch) || islower(ch)) macro
|
| /freebsd/sys/cddl/contrib/opensolaris/common/util/ |
| H A D | strtolctype.h | 49 #define isalnum(ch) (isalpha(ch) || isdigit(ch)) 50 #define isalpha(ch) (isupper(ch) || islower(ch)) macro
|
| /freebsd/contrib/pkgconf/libpkgconf/ |
| H A D | parser.c | 60 while (*p && (isalpha((unsigned char)*p) || isdigit((unsigned char)*p) || *p == '_' || *p == '.')) in pkgconf_parser_parse() 63 if (!isalpha((unsigned char)*key) && in pkgconf_parser_parse()
|
| /freebsd/include/ |
| H A D | ctype.h | 49 int isalpha(int); 88 #define isalpha(c) __sbistype((c), _CTYPE_A) macro
|
| /freebsd/lib/libc/locale/ |
| H A D | isctype.c | 56 #undef isalpha 58 isalpha(int c) in isalpha() function
|
| H A D | Makefile.inc | 33 ctype.3 digittoint.3 isalnum.3 isalpha.3 isascii.3 isblank.3 iscntrl.3 \ 54 MLINKS+=isalpha.3 isalpha_l.3
|
| /freebsd/contrib/sendmail/libsm/ |
| H A D | strto.c | 122 else if (isascii(c) && isalpha(c)) 228 else if (isascii(c) && isalpha(c))
|
| /freebsd/usr.bin/ident/ |
| H A D | ident.c | 91 if (isalpha(c)) { in scan() 114 if (isalpha(c)) { in scan()
|
| /freebsd/contrib/mandoc/ |
| H A D | demandoc.c | 165 emit = isalpha((unsigned char)p[0]) && in pstring() 166 isalpha((unsigned char)p[1]); in pstring()
|
| /freebsd/usr.bin/localedef/bootstrap/ |
| H A D | ctype.h | 47 int (isalpha)(int); variable
|
| /freebsd/crypto/openssh/openbsd-compat/ |
| H A D | charclass.h | 17 { "alpha", isalpha },
|
| /freebsd/sys/contrib/openzfs/include/os/freebsd/spl/sys/ |
| H A D | ctype.h | 35 #define isalnum(ch) (isalpha(ch) || isdigit(ch))
|
| /freebsd/contrib/llvm-project/llvm/lib/Target/SystemZ/MCTargetDesc/ |
| H A D | SystemZHLASMInstPrinter.cpp | 25 assert(isalpha(RegName[0]) && isdigit(RegName[1])); in printFormattedRegName()
|
| /freebsd/sys/sys/ |
| H A D | ctype.h | 67 isalpha(int c) in isalpha() function
|
| /freebsd/usr.bin/dtc/ |
| H A D | util.hh | 131 inline bool isalpha(char c) in isalpha() function
|
| /freebsd/contrib/llvm-project/libc/src/__support/ |
| H A D | ctype_utils.h | 244 LIBC_INLINE static constexpr bool isalpha(int ch) { in isalpha() function
|
| /freebsd/contrib/byacc/ |
| H A D | reader.c | 582 if (isalpha(UCH(c))) in keyword() 589 if (isalpha(UCH(c))) in keyword() 1770 if (isalpha(UCH(c)) || c == '_' || c == '.' || c == '$') in declare_tokens() 1849 else if (c == '\n' || isalpha(UCH(c)) || !isspace(UCH(c))) in declare_expect() 1994 if (isalpha(UCH(c)) || c == '_' || c == '.' || c == '$') in declare_types() 2032 if (!isalpha(UCH(c)) && c != '_' && c != '.' && c != '$') in declare_start() 2277 if (!isalpha(UCH(*p)) && *p != '_') in parse_id() 2443 else if (isalpha(UCH(*p)) || *p == '_') in compile_arg() 2538 else if (isalpha(UCH(*p)) || *p == '_') in can_elide_arg() 2666 if (!isalpha(UCH(c)) && c != '_' && c != '.' && c != '_') in advance_to_start() [all …]
|
| /freebsd/contrib/llvm-project/libcxx/modules/std.compat/ |
| H A D | cctype.inc | 12 using ::isalpha _LIBCPP_USING_IF_EXISTS;
|
| /freebsd/sys/contrib/dev/mediatek/mt76/mt7925/ |
| H A D | regd.c | 218 if (isalpha(alpha2[0]) && isalpha(alpha2[1])) in mt7925_regd_is_valid_alpha2()
|