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

12345678

/freebsd-10-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-10-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-10-stable/contrib/libstdc++/include/c_std/
H A Dstd_cctype.h55 #undef isalpha macro
71 using ::isalpha;
/freebsd-10-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-10-stable/contrib/mdocml/
H A Dmdoc_hash.c51 if (isalpha((unsigned char)p[1]))
73 if ( ! isalpha((unsigned char)p[0]) && '%' != p[0])
76 if (isalpha((unsigned char)p[1]))
H A Dman_hash.c69 assert(isalpha((unsigned char)x));
92 if ( ! (isalpha((unsigned char)x)))
/freebsd-10-stable/contrib/libstdc++/include/c_compatibility/
H A Dctype.h36 using std::isalpha;
/freebsd-10-stable/usr.sbin/pkg_install/lib/
H A Dversion.c190 if (isalpha(*pos)) {
194 if (isalpha(pos[1])) {
198 && !isalpha(pos[stage[i].namelen])) {
219 } while (isalpha(*pos));
245 while (*pos && !isdigit(*pos) && !isalpha(*pos) && *pos != '+' && *pos != '*') {
/freebsd-10-stable/sys/sys/
H A Dctype.h67 isalpha(int c) function
/freebsd-10-stable/contrib/llvm/lib/TableGen/
H A DTGLexer.cpp96 if (isalpha(CurChar) || CurChar == '_')
170 if (isalpha(NextChar) || NextChar == '_')
236 if (!isalpha(CurPtr[0]) && CurPtr[0] != '_')
242 while (isalpha(*CurPtr) || isdigit(*CurPtr) || *CurPtr == '_')
255 while (isalpha(*CurPtr) || isdigit(*CurPtr) || *CurPtr == '_')
458 if (!isalpha(*CurPtr))
462 while (isalpha(*CurPtr))
/freebsd-10-stable/include/
H A Dctype.h50 int isalpha(int);
89 #define isalpha(c) __sbistype((c), _CTYPE_A) macro
/freebsd-10-stable/lib/libc/locale/
H A Disctype.c62 #undef isalpha macro
64 isalpha(c) function
/freebsd-10-stable/contrib/apr/include/
H A Dapr_lib.h204 /** @see isalpha */
205 #define apr_isalpha(c) (isalpha(((unsigned char)(c))))
/freebsd-10-stable/contrib/libstdc++/config/os/windiss/
H A Dctype_inline.h72 __ret = isalpha(__c);
/freebsd-10-stable/contrib/llvm/tools/lldb/source/Host/common/
H A DOptionParser.cpp82 isalpha(long_options[i].val))
/freebsd-10-stable/contrib/ncurses/form/
H A Dfty_alpha.c125 return (isalpha(UChar(c)) ? TRUE : FALSE);
/freebsd-10-stable/lib/libstand/
H A Dstrtol.c110 else if (isalpha(c))
/freebsd-10-stable/sys/libkern/
H A Dstrtol.c108 else if (isalpha(c))
H A Dstrtoq.c109 else if (isalpha(c))

Completed in 208 milliseconds

12345678