Searched refs:iswdigit (Results 1 - 8 of 8) sorted by relevance

/seL4-test-master/projects/musllibc/src/ctype/
H A Diswdigit.c4 #undef iswdigit macro
6 int iswdigit(wint_t wc) function
13 return iswdigit(c);
H A Diswalnum.c6 return iswdigit(wc) || iswalpha(wc);
H A Diswctype.c30 return iswdigit(wc);
/seL4-test-master/projects/musllibc/include/
H A Dwctype.h25 #undef iswdigit macro
31 int iswdigit(wint_t);
47 #undef iswdigit macro
48 #define iswdigit(a) (0 ? iswdigit(a) : ((unsigned)(a)-'0') < 10) macro
H A Dwchar.h137 #undef iswdigit macro
178 int iswdigit(wint_t);
192 #undef iswdigit macro
193 #define iswdigit(a) (0 ? iswdigit(a) : ((unsigned)(a)-'0') < 10) macro
/seL4-test-master/projects/musllibc/src/stdio/
H A Dvfwscanf.c134 } else if (iswdigit(*p) && p[1]=='$') {
140 for (width=0; iswdigit(*p); p++) {
H A Dvfwprintf.c157 for (i=0; iswdigit(**s); (*s)++) {
203 if (iswdigit(s[1]) && s[2]=='$') {
218 if (iswdigit(s[1]) && s[2]=='$') {
/seL4-test-master/projects/musllibc/src/regex/
H A Dtre.h61 #define tre_isdigit iswdigit

Completed in 86 milliseconds