Home
last modified time | relevance | path

Searched refs:__WCTOMB (Results 1 – 6 of 6) sorted by relevance

/picolibc-latest/newlib/libc/stdlib/
Dwcrtomb.c27 retval = __WCTOMB (buf, L'\0', ps); in wcrtomb()
29 retval = __WCTOMB (s, wc, ps); in wcrtomb()
Dwcstombs.c70 bytes = __WCTOMB (buff, *pwcs++, &state); in wcstombs()
81 bytes = __WCTOMB (buff, *pwcs, &state); in wcstombs()
Dwctob.c22 return __WCTOMB ((char *) pmb, wc, &mbs) == 1 ? (int) pmb[0] : EOF; in wctob()
Dwctomb.c56 return __WCTOMB (s, wchar, &_wctomb_state); in wctomb()
Dlocal.h31 #define __WCTOMB (__get_current_locale()->wctomb) macro
/picolibc-latest/newlib/libc/stdio/
Dvfscanf.c371 return __WCTOMB ((char *) pmb, wc, &mbs) == 1 ? (int) pmb[0] : 0; in __wctob()