Searched refs:wctomb (Results 1 – 18 of 18) sorted by relevance
/picolibc-latest/newlib/libc/stdlib/ |
D | wctomb.c | 50 wctomb (char *s, in wctomb() function
|
D | local.h | 31 #define __WCTOMB (__get_current_locale()->wctomb)
|
D | wcsnrtombs.c | 104 int bytes = loc->wctomb (buff, *pwcs, ps); in _wcsnrtombs_l()
|
D | stdlib.tex | 62 * Function wctomb:: Minimal wide character to multibyte converter 213 @include stdlib/wctomb.def
|
D | CMakeLists.txt | 112 wctomb.c
|
D | meson.build | 162 'wctomb.c',
|
/picolibc-latest/newlib/libc/ctype/ |
D | tolower.c | 102 && wctomb (s, (wchar_t) towlower ((wint_t) wc)) == 1) in tolower()
|
D | toupper.c | 102 && wctomb (s, (wchar_t) towupper ((wint_t) wc)) == 1) in toupper()
|
D | tolower_l.c | 31 && locale->wctomb (_REENT, s, in tolower_l()
|
D | toupper_l.c | 33 && locale->wctomb (_REENT, s, in toupper_l()
|
/picolibc-latest/newlib/libc/include/ssp/ |
D | stdlib.h | 21 __ssp_decl(int, wctomb, (char *__buf, wchar_t __wc))
|
/picolibc-latest/newlib/libc/locale/ |
D | newlocale.c | 169 tmp_locale.wctomb = base->wctomb; in newlocale()
|
D | setlocale.h | 177 int (*wctomb) (char *, wchar_t, member
|
D | locale.c | 807 loc->wctomb = l_wctomb; in __loadlocale()
|
/picolibc-latest/newlib/libc/ssp/ |
D | ssp.tex | 51 mbstowcs wcstombs wctomb
|
/picolibc-latest/newlib/libc/include/ |
D | stdlib.h | 344 int wctomb (char *, wchar_t);
|
/picolibc-latest/newlib/ |
D | ChangeLog-2015 | 3001 * libc/stdlib/wctomb.c (wctomb): Likewise. 5627 * libc/stdlib/wctomb.c: Ditto. 6138 mbtowc/wctomb to unsigned char to avoid negative return values. 7113 * libc/stdlib/wctomb.c (wctomb): Add similar single-byte check. 13959 * libc/stdlib/wctomb.c, libc/sys/linux/intl/dcigettext.c: Ditto 18669 (_REENT_WCTOMB_STATE): New macro for reentrant wctomb. 18680 * libc/stdlib/wctomb (wctomb): Change to use _REENT_CHECK_MISC 18881 (_REENT_WCTOMB_STATE): New macro for reentrant wctomb. 18892 * libc/stdlib/wctomb (wctomb): Change to use _REENT_CHECK_MISC 21035 * libc/stdlib/wctomb.c: Ditto. [all …]
|
/picolibc-latest/ |
D | COPYING.picolibc | 3297 newlib/libc/stdlib/wctomb.c
|