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

123456789

/freebsd-11-stable/lib/libc/iconv/
H A Dcitrus_bcs_strtol.c51 #undef isalpha macro
52 #define isalpha(c) _bcs_isalpha(c) macro
H A Dcitrus_bcs_strtoul.c51 #undef isalpha macro
52 #define isalpha(c) _bcs_isalpha(c) macro
H A D_strtoul.h97 else if (isalpha(c))
H A Dcitrus_bcs.h57 _CITRUS_BCS_PRED(isalpha, _citrus_bcs_isupper(c) || _citrus_bcs_islower(c))
/freebsd-11-stable/crypto/openssh/openbsd-compat/
H A Dcharclass.h17 { "alpha", isalpha },
H A Dstrtoll.c114 else if (isalpha(c))
H A Dstrtoul.c84 else if (isalpha(c))
H A Dstrtoull.c86 else if (isalpha(c))
/freebsd-11-stable/contrib/libstdc++/include/c_std/
H A Dstd_cctype.h55 #undef isalpha macro
71 using ::isalpha;
/freebsd-11-stable/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-11-stable/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-11-stable/contrib/llvm-project/libcxx/include/
H A Dctype.h17 int isalpha(int c);
43 #undef isalpha macro
/freebsd-11-stable/contrib/libstdc++/include/c_compatibility/
H A Dctype.h36 using std::isalpha;
/freebsd-11-stable/sys/sys/
H A Dctype.h67 isalpha(int c) function
/freebsd-11-stable/usr.bin/dtc/
H A Dutil.hh133 inline bool isalpha(char c) function in namespace:dtc
/freebsd-11-stable/lib/libc/locale/
H A Disctype.c60 #undef isalpha macro
62 isalpha(int c) function
/freebsd-11-stable/include/
H A Dctype.h50 int isalpha(int);
89 #define isalpha(c) __sbistype((c), _CTYPE_A) macro
/freebsd-11-stable/contrib/ncurses/form/
H A Dfty_alpha.c145 return (isalpha(UChar(c)) ? TRUE : FALSE);
/freebsd-11-stable/contrib/ntp/lib/isc/
H A Dstrtoul.c107 else if (isalpha(c))
/freebsd-11-stable/contrib/libstdc++/config/os/windiss/
H A Dctype_inline.h72 __ret = isalpha(__c);
/freebsd-11-stable/contrib/apr/include/
H A Dapr_lib.h204 /** @see isalpha */
205 #define apr_isalpha(c) (isalpha(((unsigned char)(c))))
/freebsd-11-stable/sys/contrib/ncsw/inc/
H A Dctype_ext.h57 #define isalpha(c) ((__ismask(c)&(_U|_L)) != 0) macro
/freebsd-11-stable/contrib/ntp/util/
H A Dtimetrim.c54 while (--argc && **++argv == '-' && isalpha((int)argv[0][1])) {
/freebsd-11-stable/sys/libkern/
H A Dstrtol.c108 else if (isalpha(c))
H A Dstrtoq.c109 else if (isalpha(c))

Completed in 108 milliseconds

123456789