Searched refs:vfscanf (Results 1 – 11 of 11) sorted by relevance
/aosp12/system/netd/libnetdutils/include/netdutils/ |
H A D | Syscalls.h | 88 virtual StatusOr<int> vfscanf(FILE* file, const char* format, va_list ap) const = 0; 110 auto result = vfscanf(file, format, ap); in fscanf()
|
H A D | MockSyscalls.h | 66 MOCK_CONST_METHOD3(vfscanf, StatusOr<int>(FILE* file, const char* format, va_list ap));
|
/aosp12/system/netd/libnetdutils/ |
H A D | Syscalls.cpp | 214 StatusOr<int> vfscanf(FILE* file, const char* format, va_list ap) const override { in vfscanf() function in android::netdutils::RealSyscalls 215 auto rv = ::vfscanf(file, format, ap); in vfscanf()
|
/aosp12/bionic/tests/headers/posix/ |
H A D | stdio_h.c | 140 FUNCTION(vfscanf, int (*f)(FILE*, const char*, va_list)); in stdio_h()
|
/aosp12/bionic/libc/stdio/ |
H A D | stdio.cpp | 839 PRINTF_IMPL(vfscanf(fp, fmt, ap)); in fscanf() 951 PRINTF_IMPL(vfscanf(stdin, fmt, ap)); in scanf() 994 int vfscanf(FILE* fp, const char* fmt, va_list ap) { in vfscanf() function 1014 return vfscanf(stdin, fmt, ap); in vscanf()
|
/aosp12/bionic/libc/include/ |
H A D | stdio.h | 264 int vfscanf(FILE* __fp, const char* __fmt, va_list __args) __scanflike(2, 0);
|
/aosp12/bionic/libc/tools/ |
H A D | posix-2013.txt | 1115 vfscanf
|
/aosp12/bionic/benchmarks/linker_relocation/gen/ |
H A D | liblinker_reloc_bench_033.S | 620 CALL(vfscanf)
|
/aosp12/bionic/libc/ |
H A D | libc.map.txt | 1137 vfscanf;
|
H A D | Android.bp | 37 "stdio/vfscanf.cpp",
|
/aosp12/bionic/tools/versioner/platforms/ |
H A D | libc.map.txt | 1137 vfscanf;
|