Searched refs:mbstate (Results 1 – 8 of 8) sorted by relevance
/glibc-2.36/stdio-common/ |
D | fxprintf.c | 35 mbstate_t mbstate; in locked_vfxprintf() local 52 memset (&mbstate, 0, sizeof mbstate); in locked_vfxprintf() 53 res = __mbsrtowcs (wfmt, &fmt, len, &mbstate); in locked_vfxprintf()
|
D | vfprintf-process-arg.c | 451 mbstate_t mbstate; in LABEL() local 454 memset (&mbstate, '\0', sizeof (mbstate_t)); in LABEL() 455 len = __wcrtomb (buf, process_arg_wchar_t (), &mbstate); in LABEL()
|
D | vfprintf-internal.c | 273 mbstate_t mbstate = { 0 }; in outstring_converted_wide_string() local 278 (NULL, &src_copy, 0, &mbstate); in outstring_converted_wide_string() 291 (buf, &src_copy, write_limit, &mbstate); in outstring_converted_wide_string() 313 mbstate_t mbstate = { 0 }; in outstring_converted_wide_string() local 325 (buf, &src, write_limit, &mbstate); in outstring_converted_wide_string()
|
/glibc-2.36/time/ |
D | strftime_l.c | 616 mbstate_t mbstate = mbstate_zero; in libc_hidden_def() local 626 size_t bytes = mbrlen (f + len, fsize - len, &mbstate); in libc_hidden_def() 645 while (! mbsinit (&mbstate)); in libc_hidden_def()
|
/glibc-2.36/manual/ |
D | time.texi | 1387 …rupt @ascuheap @asulock @ascudlopen @acucorrupt @aculock @acsmem @acsfd [no @mtasurace:mbstate/!ps] 1819 …rupt @ascuheap @asulock @ascudlopen @acucorrupt @aculock @acsmem @acsfd [no @mtasurace:mbstate/!ps]
|
/glibc-2.36/posix/ |
D | tst-regex.input | 4542 * stdio-common/vfprintf.c [%S]: Don't clear mbstate twice;
|
/glibc-2.36/ChangeLog.old/ |
D | ChangeLog.8 | 4542 * stdio-common/vfprintf.c [%S]: Don't clear mbstate twice;
|
D | ChangeLog.17 | 8945 * stdio-common/vfprintf.c (vfprintf): Remove mbstate variable.
|