Home
last modified time | relevance | path

Searched refs:isalpha (Results 1 – 11 of 11) sorted by relevance

/picolibc-3.5.0-3.4.0/newlib/libc/ctype/
Disalpha.c72 #undef isalpha
74 isalpha (int c) in isalpha() function
Diswalpha_l.c24 return c < (wint_t)0x100 ? isalpha (c) : 0; in iswalpha_l()
Dctype.tex39 * isalpha:: Alphabetic character predicate (isalpha, isalpha_l)
77 @include ctype/isalpha.def
DCMakeLists.txt40 isalpha.c
Dmeson.build40 'isalpha.c',
/picolibc-3.5.0-3.4.0/newlib/libc/posix/
Dcollcmp.c60 al1 = isalpha(c1); in __collate_range_cmp()
61 al2 = isalpha(c2); in __collate_range_cmp()
Dregcomp.c719 if (CHIN(cs, i) && isalpha(i)) { in p_bracket()
843 while (MORE() && isalpha((uch)PEEK())) in p_b_cclass()
863 if (isalpha((uch)c)) in p_b_cclass()
993 assert(isalpha(ch)); in othercase()
1037 if ((p->g->cflags&REG_ICASE) && isalpha((uch)ch) && othercase(ch) != ch) in ordinary()
/picolibc-3.5.0-3.4.0/newlib/libc/include/
Dctype.h48 int isalpha (int __c);
131 #define isalpha(__c) (__ctype_lookup(__c)&(_U|_L)) macro
/picolibc-3.5.0-3.4.0/newlib/libm/test/
Dtest_is.c1939 int def_isalpha (int i) { return isalpha(i); } in def_isalpha()
1997 #undef isalpha
2024 test_is_set(isalpha, "isalpha function", &myalpha); in test_is()
/picolibc-3.5.0-3.4.0/newlib/
DChangeLog-20152882 * libc/ctype/isalpha.c: Ditto.
5673 (isalpha, isupper, islower, isdigit, isxdigit, isspace, ispunct)
6296 * libc/include/ctype.h (_tolower, _toupper, isalpha, isupper)
6302 * libc/include/ctype.h (isalpha, isupper, islower, isdigit)
8262 * libc/ctype/isalpha.c: Ditto.
27708 * test_is.c: tests for isalnum, isalpha, isascii, iscntrl,
/picolibc-3.5.0-3.4.0/
DCOPYING.picolibc1248 newlib/libc/ctype/isalpha.c