Searched refs:isdigit (Results 1 – 12 of 12) sorted by relevance
/picolibc-3.5.0-3.4.0/newlib/libc/string/ |
D | strverscmp.c | 75 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/ |
D | isdigit.c | 74 #undef isdigit 76 isdigit (int c) in isdigit() function
|
D | ctype.tex | 43 * isdigit:: Decimal digit predicate (isdigit, isdigit_l) 89 @include ctype/isdigit.def
|
D | CMakeLists.txt | 48 isdigit.c
|
D | meson.build | 48 'isdigit.c',
|
/picolibc-3.5.0-3.4.0/newlib/libc/stdio/ |
D | mktemp.c | 249 if (isdigit ((unsigned char) *trv)) in _gettemp()
|
/picolibc-3.5.0-3.4.0/newlib/libc/include/ |
D | ctype.h | 50 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.c | 194 while (isdigit (*s))
|
/picolibc-3.5.0-3.4.0/newlib/libc/posix/ |
D | regcomp.c | 419 (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/ |
D | test_is.c | 1937 int def_isdigit (int i) { return isdigit(i); } in def_isdigit() 1995 #undef isdigit
|
/picolibc-3.5.0-3.4.0/newlib/ |
D | ChangeLog-2015 | 2885 * 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/ |
D | COPYING.picolibc | 1251 newlib/libc/ctype/isdigit.c
|