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

/barrelfish-master/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))
H A D_strtol.h123 else if (isalpha(c))
/barrelfish-master/include/cxx/
H A Dctype.h17 int isalpha(int c);
43 #undef isalpha macro
/barrelfish-master/include/sys/
H A Dctype.h46 #define isalpha(c) (isupper(c) || islower(c)) macro
/barrelfish-master/lib/libc/locale/
H A Disctype.c60 #undef isalpha macro
62 isalpha(int c) function
H A DMakefile.inc36 ctype.3 digittoint.3 isalnum.3 isalpha.3 isascii.3 isblank.3 iscntrl.3 \
/barrelfish-master/include/
H A Dctype.h50 int isalpha(int);
89 #define isalpha(c) __sbistype((c), _CTYPE_A) macro
/barrelfish-master/lib/lua/src/
H A Dlctype.h83 #define lislalpha(c) (isalpha(c) || (c) == '_')
H A Dlstrlib.c269 case 'a' : res = isalpha(c); break;
/barrelfish-master/lib/acpica/source/include/
H A Dacclib.h146 #define isalpha(c) (AcpiGbl_Ctypes[(unsigned char)(c)] & (_ACPI_LO | _ACPI_UP)) macro
/barrelfish-master/lib/pcre/
H A Dpcre_maketables.c139 if (isalpha(i)) x += ctype_letter;
/barrelfish-master/lib/libc/gen/
H A Dreadpassphrase.c134 if (isalpha((unsigned char)ch)) {
/barrelfish-master/include/cxx/support/xlocale/
H A D__posix_l_fallback.h27 return ::isalpha(c);
/barrelfish-master/usr/eclipseclp/icparc_solvers/rxspencer/
H A Dregcomp.c618 if (CHIN(cs, i) && isalpha(i)) {
730 while (MORE() && isalpha(PEEK()))
823 assert(isalpha(ch));
870 if ((p->g->cflags&REG_ICASE) && isalpha(ch) && othercase(ch) != ch)
/barrelfish-master/lib/acpica/source/components/disassembler/
H A Ddmbuffer.c937 !isalpha (Prefix[i]))
/barrelfish-master/lib/openssl-1.0.0d/ssl/
H A Dssltest.c1833 if (isascii(c) && isalpha(c))
1942 else if (isascii(c) && isalpha(c))
2138 if (isascii(c) && isalpha(c))
/barrelfish-master/lib/openssl-1.0.0d/test/
H A Dssltest.c1833 if (isascii(c) && isalpha(c))
1942 else if (isascii(c) && isalpha(c))
2138 if (isascii(c) && isalpha(c))
/barrelfish-master/lib/tzcode/zic/
H A Dzdump.c26 #include <ctype.h> /* for isalpha et al. */
215 while (isascii((unsigned char) *cp) && isalpha((unsigned char) *cp))
H A Dzic.c2625 isalpha((unsigned char) *cp))
2677 if (isalpha((unsigned char) name[0]) &&
/barrelfish-master/usr/drivers/usb/usb_manager/
H A Dusb_request.c817 if (isalpha((uint8_t)*str) || isdigit((uint8_t)*str) || *str == '-' || *str == '+'
/barrelfish-master/lib/libc/regex/
H A Dregcomp.c848 while (MORE() && isalpha((uch)PEEK()))

Completed in 223 milliseconds