Searched refs:iswspace_l (Results 1 - 12 of 12) sorted by relevance

/macosx-10.10.1/Libc-1044.1.2/include/xlocale/
H A D__wctype.h85 iswspace_l(wint_t _wc, locale_t _l) function
126 int iswspace_l(wint_t, locale_t);
/macosx-10.10.1/Libc-1044.1.2/locale/FreeBSD/
H A Dwcstof.c61 while (iswspace_l(*nptr, ctype))
H A Dwcstold.c61 while (iswspace_l(*nptr, ctype))
H A Dwcstod.c85 while (iswspace_l(*nptr, ctype))
H A Dwcstol.c61 } while (iswspace_l(c, loc));
H A Dwcstoll.c67 } while (iswspace_l(c, loc));
H A Dwcstoul.c61 } while (iswspace_l(c, loc));
H A Dwcstoull.c67 } while (iswspace_l(c, loc));
H A Dwcstoumax.c67 } while (iswspace_l(c, loc));
H A Dwcstoimax.c67 } while (iswspace_l(c, loc));
/macosx-10.10.1/Libc-1044.1.2/stdio/FreeBSD/
H A Dvfwscanf.c180 if (iswspace_l(c, loc)) {
182 iswspace_l(c, loc))
206 if (!iswspace_l(wi, loc))
387 while ((wi = __fgetwc(fp, loc)) != WEOF && iswspace_l(wi, loc))
529 !iswspace_l(wi, loc))
537 !iswspace_l(wi, loc)) {
551 !iswspace_l(wi, loc)) {
H A Dvfscanf.c598 if (iswspace_l(*wcp, loc)) {

Completed in 89 milliseconds