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

12345678

/freebsd-13-stable/usr.bin/localedef/bootstrap/
H A Dctype.h51 int isalpha(int);
/freebsd-13-stable/lib/libc/iconv/
H A Dcitrus_bcs_strtol.c53 #undef isalpha macro
54 #define isalpha(c) _bcs_isalpha(c) macro
H A Dcitrus_bcs_strtoul.c53 #undef isalpha macro
54 #define isalpha(c) _bcs_isalpha(c) macro
H A D_strtoul.h99 else if (isalpha(c))
H A Dcitrus_bcs.h59 _CITRUS_BCS_PRED(isalpha, _citrus_bcs_isupper(c) || _citrus_bcs_islower(c))
/freebsd-13-stable/crypto/openssh/openbsd-compat/
H A Dcharclass.h17 { "alpha", isalpha },
/freebsd-13-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-13-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-13-stable/contrib/llvm-project/libcxx/include/
H A Dctype.h17 int isalpha(int c);
43 #undef isalpha macro
/freebsd-13-stable/sys/contrib/openzfs/include/os/freebsd/spl/sys/
H A Dctype.h34 #define isalnum(ch) (isalpha(ch) || isdigit(ch))
/freebsd-13-stable/sys/sys/
H A Dctype.h69 isalpha(int c) function
/freebsd-13-stable/usr.bin/dtc/
H A Dutil.hh133 inline bool isalpha(char c) function in namespace:dtc
/freebsd-13-stable/lib/libc/locale/
H A Disctype.c62 #undef isalpha macro
64 isalpha(int c) function
/freebsd-13-stable/include/
H A Dctype.h52 int isalpha(int);
91 #define isalpha(c) __sbistype((c), _CTYPE_A) macro
/freebsd-13-stable/contrib/apr/include/
H A Dapr_lib.h204 /** @see isalpha */
205 #define apr_isalpha(c) (isalpha(((unsigned char)(c))))
/freebsd-13-stable/sys/contrib/openzfs/module/lua/
H A Dlctype.h82 #define lislalpha(c) (isalpha(c) || (c) == '_')
/freebsd-13-stable/contrib/ntp/util/
H A Dtimetrim.c54 while (--argc && **++argv == '-' && isalpha((int)argv[0][1])) {
/freebsd-13-stable/contrib/lua/src/
H A Dlctype.h89 #define lislalpha(c) (isalpha(c) || (c) == '_')
/freebsd-13-stable/contrib/ncurses/form/
H A Dfty_alpha.c146 return (isalpha(UChar(c)) ? TRUE : FALSE);
/freebsd-13-stable/contrib/ntp/lib/isc/
H A Dstrtoul.c107 else if (isalpha(c))
/freebsd-13-stable/sys/libkern/
H A Dstrtol.c107 else if (isalpha(c))
H A Dstrtoq.c111 else if (isalpha(c))
H A Dstrtoul.c86 else if (isalpha(c))
H A Dstrtouq.c88 else if (isalpha(c))
/freebsd-13-stable/sys/contrib/ncsw/inc/
H A Dctype_ext.h57 #define isalpha(c) ((__ismask(c)&(_U|_L)) != 0) macro

Completed in 341 milliseconds

12345678