Home
last modified time | relevance | path

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

/stdio-common/
A 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()

Completed in 2 milliseconds