Home
last modified time | relevance | path

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

/aosp12/system/netd/libnetdutils/include/netdutils/
H A DSyscalls.h88 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 DMockSyscalls.h66 MOCK_CONST_METHOD3(vfscanf, StatusOr<int>(FILE* file, const char* format, va_list ap));
/aosp12/system/netd/libnetdutils/
H A DSyscalls.cpp214 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 Dstdio_h.c140 FUNCTION(vfscanf, int (*f)(FILE*, const char*, va_list)); in stdio_h()
/aosp12/bionic/libc/stdio/
H A Dstdio.cpp839 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 Dstdio.h264 int vfscanf(FILE* __fp, const char* __fmt, va_list __args) __scanflike(2, 0);
/aosp12/bionic/libc/tools/
H A Dposix-2013.txt1115 vfscanf
/aosp12/bionic/benchmarks/linker_relocation/gen/
H A Dliblinker_reloc_bench_033.S620 CALL(vfscanf)
/aosp12/bionic/libc/
H A Dlibc.map.txt1137 vfscanf;
H A DAndroid.bp37 "stdio/vfscanf.cpp",
/aosp12/bionic/tools/versioner/platforms/
H A Dlibc.map.txt1137 vfscanf;