Searched refs:iswspace_l (Results 1 – 15 of 15) sorted by relevance
/picolibc-latest/newlib/libc/ctype/ |
D | iswspace.c | 73 return iswspace_l (c, 0); in iswspace()
|
D | iswspace_l.c | 13 iswspace_l (wint_t c, struct __locale_t *locale) in iswspace_l() function
|
D | iswctype_l.c | 31 return iswspace_l (c, locale); in iswctype_l()
|
D | CMakeLists.txt | 83 iswspace_l.c
|
D | meson.build | 83 'iswspace_l.c',
|
D | ctype.tex | 62 * Function iswspace:: Whitespace wide character predicate (iswspace, iswspace_l)
|
/picolibc-latest/newlib/libc/stdlib/ |
D | wcstod.c | 157 while (iswspace_l(*nptr, loc)) in wcstod_l() 229 while (iswspace_l(*nptr, loc)) in wcstof_l()
|
D | wcstol.c | 146 } while (iswspace_l(c, loc)); in wcstol_l()
|
D | wcstoll.c | 147 } while (iswspace_l(c, loc)); in wcstoll_l()
|
D | wcstoul.c | 145 } while (iswspace_l(c, loc)); in wcstoul_l()
|
D | wcstoull.c | 161 } while (iswspace_l(c, loc)); in wcstoull_l()
|
D | wcstoumax.c | 70 } while (iswspace_l(c, loc)); in wcstoumax_l()
|
D | wcstoimax.c | 71 } while (iswspace_l(c, loc)); in wcstoimax_l()
|
/picolibc-latest/newlib/libc/include/ |
D | wctype.h | 63 int iswspace_l (wint_t, locale_t);
|
/picolibc-latest/ |
D | COPYING.picolibc | 2951 newlib/libc/ctype/iswspace_l.c
|