Home
last modified time | relevance | path

Searched refs:wfmt (Results 1 – 3 of 3) sorted by relevance

/glibc-2.36/stdio-common/
Dfxprintf.c34 wchar_t *wfmt; in locked_vfxprintf() local
46 wfmt = alloca (len * sizeof (wchar_t)); in locked_vfxprintf()
47 else if ((wfmt = malloc (len * sizeof (wchar_t))) == NULL) in locked_vfxprintf()
53 res = __mbsrtowcs (wfmt, &fmt, len, &mbstate); in locked_vfxprintf()
56 res = __vfwprintf_internal (fp, wfmt, ap, mode_flags); in locked_vfxprintf()
59 free (wfmt); in locked_vfxprintf()
/glibc-2.36/libio/
Dtst-swscanf.c27 const wchar_t *wfmt; member
83 if (swscanf (tests[n].arg, tests[n].wfmt, wbuf) != tests[n].retval) in do_test()
86 tests[n].arg, tests[n].wfmt); in do_test()
92 tests[n].arg, tests[n].wfmt, wbuf, tests[n].wres); in do_test()
97 tests[n].arg, tests[n].wfmt); in do_test()
/glibc-2.36/ChangeLog.old/
DChangeLog.169170 * include/stdio.h (__fxprintf): Remove wfmt argument.
9172 (__fxprintf): Remove wfmt argument, create wfmt format string on