Searched refs:vfwscanf (Results 1 – 8 of 8) sorted by relevance
/bionic/tests/headers/posix/ |
D | wchar_h.c | 70 FUNCTION(vfwscanf, int (*f)(FILE*, const wchar_t*, va_list)); in wchar_h()
|
/bionic/libc/stdio/ |
D | stdio.cpp | 856 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/ |
D | wchar.h | 67 int vfwscanf(FILE* __fp, const wchar_t* __fmt, va_list __args) __INTRODUCED_IN(21);
|
/bionic/libc/tools/ |
D | posix-2013.txt | 1117 vfwscanf
|
/bionic/docs/ |
D | status.md | 171 …* <wchar.h> `wcstof`, `vfwscanf`/`vswscanf`/`vwscanf`, `wcstold_l`/`wcstoll`/`wcstoll_l`/`wcstoull…
|
/bionic/tools/versioner/platforms/ |
D | libc.map.txt | 1139 vfwscanf; # introduced=21
|
/bionic/libc/ |
D | libc.map.txt | 1139 vfwscanf; # introduced=21
|
D | Android.bp | 19 "stdio/vfwscanf.c",
|