Home
last modified time | relevance | path

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

/bionic/tests/headers/posix/
Dwchar_h.c70 FUNCTION(vfwscanf, int (*f)(FILE*, const wchar_t*, va_list)); in wchar_h()
/bionic/libc/stdio/
Dstdio.cpp856 PRINTF_IMPL(vfwscanf(fp, fmt, ap)); in fwscanf()
1011 int vfwscanf(FILE* fp, const wchar_t* fmt, va_list ap) { in vfwscanf() function
1059 return vfwscanf(stdin, fmt, ap); in vwscanf()
1067 PRINTF_IMPL(vfwscanf(stdin, fmt, ap)); in wscanf()
/bionic/libc/include/
Dwchar.h67 int vfwscanf(FILE* __fp, const wchar_t* __fmt, va_list __args) __INTRODUCED_IN(21);
/bionic/libc/tools/
Dposix-2013.txt1117 vfwscanf
/bionic/docs/
Dstatus.md171 …* <wchar.h> `wcstof`, `vfwscanf`/`vswscanf`/`vwscanf`, `wcstold_l`/`wcstoll`/`wcstoll_l`/`wcstoull…
/bionic/tools/versioner/platforms/
Dlibc.map.txt1139 vfwscanf; # introduced=21
/bionic/libc/
Dlibc.map.txt1139 vfwscanf; # introduced=21
DAndroid.bp19 "stdio/vfwscanf.c",