Home
last modified time | relevance | path

Searched refs:isdigit (Results 1 – 12 of 12) sorted by relevance

/picolibc-3.5.0-3.4.0/newlib/libc/string/
Dstrverscmp.c75 if (!isdigit(c)) dp=i+1, z=1; in strverscmp()
82 for (j=i; isdigit(l[j]); j++) in strverscmp()
83 if (!isdigit(r[j])) return 1; in strverscmp()
84 if (isdigit(r[j])) return -1; in strverscmp()
85 } else if (z && dp<i && (isdigit(l[i]) || isdigit(r[i]))) { in strverscmp()
/picolibc-3.5.0-3.4.0/newlib/libc/ctype/
Disdigit.c74 #undef isdigit
76 isdigit (int c) in isdigit() function
Dctype.tex43 * isdigit:: Decimal digit predicate (isdigit, isdigit_l)
89 @include ctype/isdigit.def
DCMakeLists.txt48 isdigit.c
Dmeson.build48 'isdigit.c',
/picolibc-3.5.0-3.4.0/newlib/libc/stdio/
Dmktemp.c249 if (isdigit ((unsigned char) *trv)) in _gettemp()
/picolibc-3.5.0-3.4.0/newlib/libc/include/
Dctype.h50 int isdigit (int __c);
134 #define isdigit(__c) (__ctype_lookup(__c)&_N) macro
/picolibc-3.5.0-3.4.0/newlib/libc/misc/
D__dprintf.c194 while (isdigit (*s))
/picolibc-3.5.0-3.4.0/newlib/libc/posix/
Dregcomp.c419 (void)REQUIRE(!MORE() || !isdigit((uch)PEEK()), REG_BADRPT); in p_ere_exp()
431 (c == '{' && MORE2() && isdigit((uch)PEEK2())) )) in p_ere_exp()
460 if (isdigit((uch)PEEK())) { in p_ere_exp()
481 (c == '{' && MORE2() && isdigit((uch)PEEK2())) ) ) in p_ere_exp()
635 if (MORE() && isdigit((uch)PEEK())) { in p_simp_re()
665 while (MORE() && isdigit((uch)PEEK()) && count <= DUPMAX) { in p_count()
878 if (isdigit((uch)c)) in p_b_cclass()
/picolibc-3.5.0-3.4.0/newlib/libm/test/
Dtest_is.c1937 int def_isdigit (int i) { return isdigit(i); } in def_isdigit()
1995 #undef isdigit
/picolibc-3.5.0-3.4.0/newlib/
DChangeLog-20152885 * libc/ctype/isdigit.c: Ditto.
3640 isdigit to avoid compiler warning.
5673 (isalpha, isupper, islower, isdigit, isxdigit, isspace, ispunct)
6297 (islower, isdigit, isxdigit, isspace, ispunct, isalnum)
6302 * libc/include/ctype.h (isalpha, isupper, islower, isdigit)
8264 * libc/ctype/isdigit.c: Ditto.
27709 isdigit, isgraph, islower, isprint, ispunct, isspace, isupper,
/picolibc-3.5.0-3.4.0/
DCOPYING.picolibc1251 newlib/libc/ctype/isdigit.c