Searched refs:__wcrtomb (Results 1 – 21 of 21) sorted by relevance
/glibc-2.36/stdio-common/ |
D | _i18n_number.h | 50 size_t n = __wcrtomb (decimal, wdecimal, &state); in _i18n_number_rewrite() 58 n = __wcrtomb (thousands, wthousands, &state); in _i18n_number_rewrite()
|
D | vfscanf-internal.c | 788 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()
|
D | vfprintf-process-arg.c | 455 len = __wcrtomb (buf, process_arg_wchar_t (), &mbstate); in LABEL()
|
/glibc-2.36/wcsmbs/ |
D | wcrtomb.c | 124 __wcrtomb (char *s, wchar_t wc, mbstate_t *ps) in __wcrtomb() function 128 weak_alias (__wcrtomb, wcrtomb)
|
/glibc-2.36/debug/ |
D | wctomb_chk.c | 34 return __wcrtomb (s, wchar, &__wctomb_state); in __wctomb_chk()
|
/glibc-2.36/stdlib/ |
D | wctomb.c | 55 return __wcrtomb (s, wchar, &__wctomb_state); in wctomb()
|
/glibc-2.36/include/ |
D | wchar.h | 173 extern size_t __wcrtomb (char *__restrict __s, wchar_t __wc,
|
/glibc-2.36/posix/ |
D | regex_internal.h | 149 # define __wcrtomb wcrtomb macro
|
D | regex_internal.c | 331 mbcdlen = __wcrtomb (buf, wcu, &prev_st); in build_wcs_upper_buffer() 399 mbcdlen = __wcrtomb ((char *) buf, wcu, &prev_st); in build_wcs_upper_buffer()
|
D | regcomp.c | 326 && (__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()
|
D | tst-regex.input | 11796 * wcsmbs/wcrtomb.c (__wcrtomb): Remove unused variable fake.
|
/glibc-2.36/manual/ |
D | stdio.texi | 2623 @c __wcrtomb ok? dup below 2635 @c __wcrtomb ok (not using internal state) gconv-modules
|
/glibc-2.36/ChangeLog.old/ |
D | ChangeLog.16 | 11248 __wcrtomb. Check return values of other __wcrtomb calls. 11489 * wcsmbs/wcrtomb.c (__wcrtomb): Add casts to avoid warnings.
|
D | ChangeLog.25 | 5251 (__wcrtomb): Modified function.
|
D | ChangeLog.14 | 11258 [!_LIBC] (__wcrtomb): New definition. 15013 * posix/regcomp.c (re_compile_fastmap_iter): Use __wcrtomb not wctomb.
|
D | ChangeLog.6 | 8235 * stdlib/wctomb.c: Call `__wcrtomb' instead of `wcrtomb'.
|
D | ChangeLog.8 | 11796 * wcsmbs/wcrtomb.c (__wcrtomb): Remove unused variable fake.
|
D | ChangeLog.13 | 1661 * wcsmbs/wcrtomb.c (__wcrtomb): Likewise.
|
D | ChangeLog.11 | 10548 * wcsmbs/wcrtomb.c (__wcrtomb): Set end of buffer correctly if s
|
D | ChangeLog.19 | 32985 (__wcrtomb): Likewise.
|
D | ChangeLog.18 | 36696 * posix/regex_internal.c (build_wcs_upper_buffer): Call __wcrtomb 46652 * wcsmbs/wcrtomb.c (__wcrtomb): Likewise.
|