Searched refs:isalpha (Results 1 - 25 of 187) sorted by relevance

12345678

/freebsd-current/usr.bin/localedef/bootstrap/
H A Dctype.h47 int (isalpha)(int);
/freebsd-current/lib/libc/iconv/
H A Dcitrus_bcs_strtoul.c51 #undef isalpha macro
52 #define isalpha(c) _bcs_isalpha(c) macro
H A Dcitrus_bcs_strtol.c51 #undef isalpha macro
52 #define isalpha(c) _bcs_isalpha(c) macro
H A Dcitrus_bcs.h58 _CITRUS_BCS_PRED(isalpha, _citrus_bcs_isupper(c) || _citrus_bcs_islower(c))
H A D_strtoul.h108 else if (isalpha(c))
/freebsd-current/contrib/llvm-project/libcxx/modules/std.compat/
H A Dcctype.inc12 using ::isalpha;
/freebsd-current/crypto/openssh/openbsd-compat/
H A Dcharclass.h17 { "alpha", isalpha },
H A Dstrtoll.c114 else if (isalpha(c))
H A Dstrtoull.c86 else if (isalpha(c))
H A Dstrtoul.c84 else if (isalpha(c))
/freebsd-current/cddl/contrib/opensolaris/common/util/
H A Dstrtolctype.h49 #define isalnum(ch) (isalpha(ch) || isdigit(ch))
50 #define isalpha(ch) (isupper(ch) || islower(ch)) macro
/freebsd-current/sys/cddl/contrib/opensolaris/common/util/
H A Dstrtolctype.h49 #define isalnum(ch) (isalpha(ch) || isdigit(ch))
50 #define isalpha(ch) (isupper(ch) || islower(ch)) macro
/freebsd-current/contrib/llvm-project/libcxx/include/
H A Dctype.h17 int isalpha(int c);
45 # undef isalpha macro
/freebsd-current/sys/contrib/openzfs/include/os/freebsd/spl/sys/
H A Dctype.h34 #define isalnum(ch) (isalpha(ch) || isdigit(ch))
/freebsd-current/contrib/llvm-project/libcxx/modules/std/
H A Dcctype.inc12 using std::isalpha;
/freebsd-current/usr.bin/dtc/
H A Dutil.hh131 inline bool isalpha(char c) function in namespace:dtc
/freebsd-current/sys/sys/
H A Dctype.h67 isalpha(int c) function
/freebsd-current/lib/libc/locale/
H A Disctype.c56 #undef isalpha macro
58 isalpha(int c) function
/freebsd-current/include/
H A Dctype.h49 int isalpha(int);
88 #define isalpha(c) __sbistype((c), _CTYPE_A) macro
/freebsd-current/contrib/lua/src/
H A Dlctype.h89 #define lislalpha(c) (isalpha(c) || (c) == '_')
/freebsd-current/contrib/ncurses/form/
H A Dfty_alpha.c146 return (isalpha(UChar(c)) ? TRUE : FALSE);
/freebsd-current/contrib/ntp/util/
H A Dtimetrim.c54 while (--argc && **++argv == '-' && isalpha((int)argv[0][1])) {
/freebsd-current/sys/contrib/ncsw/inc/
H A Dctype_ext.h57 #define isalpha(c) ((__ismask(c)&(_U|_L)) != 0) macro
/freebsd-current/contrib/libfido2/openbsd-compat/
H A Dreadpassphrase_win32.c112 if (isalpha((unsigned char)ch)) {
/freebsd-current/sys/contrib/openzfs/module/lua/
H A Dlctype.h81 #define lislalpha(c) (isalpha(c) || (c) == '_')

Completed in 231 milliseconds

12345678