Home
last modified time | relevance | path

Searched refs:wctomb (Results 1 – 18 of 18) sorted by relevance

/picolibc-latest/newlib/libc/stdlib/
Dwctomb.c50 wctomb (char *s, in wctomb() function
Dlocal.h31 #define __WCTOMB (__get_current_locale()->wctomb)
Dwcsnrtombs.c104 int bytes = loc->wctomb (buff, *pwcs, ps); in _wcsnrtombs_l()
Dstdlib.tex62 * Function wctomb:: Minimal wide character to multibyte converter
213 @include stdlib/wctomb.def
DCMakeLists.txt112 wctomb.c
Dmeson.build162 'wctomb.c',
/picolibc-latest/newlib/libc/ctype/
Dtolower.c102 && wctomb (s, (wchar_t) towlower ((wint_t) wc)) == 1) in tolower()
Dtoupper.c102 && wctomb (s, (wchar_t) towupper ((wint_t) wc)) == 1) in toupper()
Dtolower_l.c31 && locale->wctomb (_REENT, s, in tolower_l()
Dtoupper_l.c33 && locale->wctomb (_REENT, s, in toupper_l()
/picolibc-latest/newlib/libc/include/ssp/
Dstdlib.h21 __ssp_decl(int, wctomb, (char *__buf, wchar_t __wc))
/picolibc-latest/newlib/libc/locale/
Dnewlocale.c169 tmp_locale.wctomb = base->wctomb; in newlocale()
Dsetlocale.h177 int (*wctomb) (char *, wchar_t, member
Dlocale.c807 loc->wctomb = l_wctomb; in __loadlocale()
/picolibc-latest/newlib/libc/ssp/
Dssp.tex51 mbstowcs wcstombs wctomb
/picolibc-latest/newlib/libc/include/
Dstdlib.h344 int wctomb (char *, wchar_t);
/picolibc-latest/newlib/
DChangeLog-20153001 * 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/
DCOPYING.picolibc3297 newlib/libc/stdlib/wctomb.c