Searched defs:isalpha (Results 1 - 17 of 17) sorted by relevance

/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
/freebsd-11-stable/usr.bin/dtc/
H A Dutil.hh133 inline bool isalpha(char c) function in namespace:dtc
/freebsd-11-stable/contrib/libstdc++/include/c_std/
H A Dstd_cctype.h55 #undef isalpha macro
/freebsd-11-stable/cddl/contrib/opensolaris/common/util/
H A Dstrtolctype.h50 #define isalpha(ch) (isupper(ch) || islower(ch)) macro
/freebsd-11-stable/sys/cddl/contrib/opensolaris/common/util/
H A Dstrtolctype.h50 #define isalpha(ch) (isupper(ch) || islower(ch)) macro
/freebsd-11-stable/sys/sys/
H A Dctype.h67 isalpha(int c) function
/freebsd-11-stable/contrib/llvm-project/libcxx/include/
H A Dctype.h43 #undef isalpha macro
/freebsd-11-stable/sys/contrib/ncsw/inc/
H A Dctype_ext.h57 #define isalpha(c) ((__ismask(c)&(_U|_L)) != 0) macro
/freebsd-11-stable/include/
H A Dctype.h89 #define isalpha(c) __sbistype((c), _CTYPE_A) macro
/freebsd-11-stable/lib/libc/locale/
H A Disctype.c60 #undef isalpha macro
62 isalpha(int c) function
/freebsd-11-stable/sys/contrib/dev/acpica/include/
H A Dacclib.h182 #define isalpha(c) (AcpiGbl_Ctypes[(unsigned char)(c)] & (_ACPI_LO | _ACPI_UP)) macro
/freebsd-11-stable/sys/contrib/ipfilter/netinet/
H A Dip_scan.c67 # define isalpha(x) (((x) >= 'A' && 'Z' >= (x)) || \ macro
H A Dip_proxy.h147 # define isalpha(x) (isupper(x) || islower(x)) macro
/freebsd-11-stable/stand/libsa/
H A Dstand.h227 static __inline int isalpha(int c) function
/freebsd-11-stable/contrib/libstdc++/include/bits/
H A Dlocale_facets.h4642 isalpha(_CharT __c, const locale& __loc) function
/freebsd-11-stable/stand/kshim/
H A Dbsd_kernel.h40 #define isalpha(x) (((x) >= 'a' && (x) <= 'z') || ((x) >= 'A' && (x) <= 'Z')) macro

Completed in 163 milliseconds