OpenGrok
Home
Sort by relevance
Sort by last modified time
Full Search
Definition
Symbol
File Path
History
|
|
Help
Searched
refs:__vfwscanf
(Results
1 - 3
of
3
) sorted by null
/bionic/libc/upstream-openbsd/lib/libc/stdio/
vswscanf.c
65
*
__vfwscanf
() will convert back to wide characters.
84
r =
__vfwscanf
(&f, fmt, ap);
/bionic/libc/stdio/
local.h
207
int
__vfwscanf
(FILE * __restrict, const wchar_t * __restrict, __va_list);
vfwscanf.c
105
__vfwscanf
(FILE * __restrict fp, const wchar_t * __restrict fmt, __va_list ap)
function
724
r =
__vfwscanf
(fp, fmt, ap);
Completed in 120 milliseconds