Home
last modified time | relevance | path

Searched refs:__wcrtomb (Results 1 – 21 of 21) sorted by relevance

/glibc-2.36/stdio-common/
D_i18n_number.h50 size_t n = __wcrtomb (decimal, wdecimal, &state); in _i18n_number_rewrite()
58 n = __wcrtomb (thousands, wthousands, &state); in _i18n_number_rewrite()
Dvfscanf-internal.c788 n = __wcrtomb (!(flags & SUPPRESS) ? str : NULL, c, &state); in __vfwscanf_internal()
1089 n = __wcrtomb (!(flags & SUPPRESS) ? str : NULL, c, in __vfwscanf_internal()
1152 size_t n = __wcrtomb (buf, L'\0', &state); in __vfwscanf_internal()
1495 = __wcrtomb (extra_mbdigit, extra_wcdigit, &state); in __vfwscanf_internal()
2208 size_t mblen = __wcrtomb (mbdigits[11], wcdigits[11], &state); in __vfwscanf_internal()
2250 size_t mblen = __wcrtomb (mbdigits[n], wcdigits[n], in __vfwscanf_internal()
2875 n = __wcrtomb (!(flags & SUPPRESS) ? str : NULL, c, &state); in __vfwscanf_internal()
2949 size_t n = __wcrtomb (buf, L'\0', &state); in __vfwscanf_internal()
Dvfprintf-process-arg.c455 len = __wcrtomb (buf, process_arg_wchar_t (), &mbstate); in LABEL()
/glibc-2.36/wcsmbs/
Dwcrtomb.c124 __wcrtomb (char *s, wchar_t wc, mbstate_t *ps) in __wcrtomb() function
128 weak_alias (__wcrtomb, wcrtomb)
/glibc-2.36/debug/
Dwctomb_chk.c34 return __wcrtomb (s, wchar, &__wctomb_state); in __wctomb_chk()
/glibc-2.36/stdlib/
Dwctomb.c55 return __wcrtomb (s, wchar, &__wctomb_state); in wctomb()
/glibc-2.36/include/
Dwchar.h173 extern size_t __wcrtomb (char *__restrict __s, wchar_t __wc,
/glibc-2.36/posix/
Dregex_internal.h149 # define __wcrtomb wcrtomb macro
Dregex_internal.c331 mbcdlen = __wcrtomb (buf, wcu, &prev_st); in build_wcs_upper_buffer()
399 mbcdlen = __wcrtomb ((char *) buf, wcu, &prev_st); in build_wcs_upper_buffer()
Dregcomp.c326 && (__wcrtomb ((char *) buf, __towlower (wc), &state) in re_compile_fastmap_iter()
398 if (__wcrtomb (buf, cset->mbchars[i], &state) != (size_t) -1) in re_compile_fastmap_iter()
402 if (__wcrtomb (buf, __towlower (cset->mbchars[i]), &state) in re_compile_fastmap_iter()
Dtst-regex.input11796 * wcsmbs/wcrtomb.c (__wcrtomb): Remove unused variable fake.
/glibc-2.36/manual/
Dstdio.texi2623 @c __wcrtomb ok? dup below
2635 @c __wcrtomb ok (not using internal state) gconv-modules
/glibc-2.36/ChangeLog.old/
DChangeLog.1611248 __wcrtomb. Check return values of other __wcrtomb calls.
11489 * wcsmbs/wcrtomb.c (__wcrtomb): Add casts to avoid warnings.
DChangeLog.255251 (__wcrtomb): Modified function.
DChangeLog.1411258 [!_LIBC] (__wcrtomb): New definition.
15013 * posix/regcomp.c (re_compile_fastmap_iter): Use __wcrtomb not wctomb.
DChangeLog.68235 * stdlib/wctomb.c: Call `__wcrtomb' instead of `wcrtomb'.
DChangeLog.811796 * wcsmbs/wcrtomb.c (__wcrtomb): Remove unused variable fake.
DChangeLog.131661 * wcsmbs/wcrtomb.c (__wcrtomb): Likewise.
DChangeLog.1110548 * wcsmbs/wcrtomb.c (__wcrtomb): Set end of buffer correctly if s
DChangeLog.1932985 (__wcrtomb): Likewise.
DChangeLog.1836696 * posix/regex_internal.c (build_wcs_upper_buffer): Call __wcrtomb
46652 * wcsmbs/wcrtomb.c (__wcrtomb): Likewise.