HomeSort by relevance Sort by last modified time
    Searched refs:vfscanf (Results 1 - 23 of 23) sorted by null

  /prebuilts/gcc/linux-x86/host/x86_64-linux-glibc2.15-4.8/sysroot/usr/include/i386-linux-gnu/bits/
stdio-ldbl.h 55 __LDBL_REDIR1_DECL (vfscanf, __nldbl___isoc99_vfscanf)
59 __LDBL_REDIR_DECL (vfscanf)
  /prebuilts/gcc/linux-x86/host/x86_64-linux-glibc2.15-4.8/sysroot/usr/include/x86_64-linux-gnu/bits/
stdio-ldbl.h 55 __LDBL_REDIR1_DECL (vfscanf, __nldbl___isoc99_vfscanf)
59 __LDBL_REDIR_DECL (vfscanf)
  /prebuilts/ndk/r16/sources/cxx-stl/system/include/
cstdio 88 using ::vfscanf;
  /external/clang/test/Sema/
format-strings-scanf.c 17 int vfscanf(FILE * restrict, const char * restrict, va_list);
80 vfscanf(f, "%[abc", ap); // expected-warning{{no closing ']' for '%[' in scanf format string}}
  /system/netd/libnetdutils/include/netdutils/
MockSyscalls.h 65 MOCK_CONST_METHOD3(vfscanf, StatusOr<int>(FILE* file, const char* format, va_list ap));
Syscalls.h 84 virtual StatusOr<int> vfscanf(FILE* file, const char* format, va_list ap) const = 0;
106 auto result = vfscanf(file, format, ap);
  /device/linaro/bootloader/edk2/StdLib/LibC/Stdio/
Stdio.inf 118 vfscanf.c #
vfscanf.c 43 NetBSD: vfscanf.c,v 1.37.4.1 2007/05/07 19:49:08 pavel Exp
44 FreeBSD: src/lib/libc/stdio/vfscanf.c,v 1.41 2007/01/09 00:28:07 imp Exp
45 vfscanf.c 8.1 (Berkeley) 6/4/93
71 * Provide an external name for vfscanf. Note, EFI uses the normal
76 __weak_alias(vfscanf,__svfscanf)
  /external/libxml2/
trio.h 202 # undef vfscanf macro
203 # define vfscanf trio_vfscanf macro
  /external/ltp/lib/
safe_file_ops.c 96 ret = vfscanf(f, fmt, va);
151 ret = vfscanf(f, fmt, va);
  /system/netd/libnetdutils/
Syscalls.cpp 206 StatusOr<int> vfscanf(FILE* file, const char* format, va_list ap) const override {
207 auto rv = ::vfscanf(file, format, ap);
209 return statusFromErrno(errno, "vfscanf() failed");
  /prebuilts/gcc/linux-x86/host/x86_64-linux-glibc2.15-4.8/sysroot/usr/include/
stdio.h 477 extern int vfscanf (FILE *__restrict __s, __const char *__restrict __format,
500 extern int __REDIRECT (vfscanf,
522 # define vfscanf __isoc99_vfscanf macro
  /bionic/libc/stdio/
stdio.cpp 791 PRINTF_IMPL(vfscanf(fp, fmt, ap));
903 PRINTF_IMPL(vfscanf(stdin, fmt, ap));
946 int vfscanf(FILE* fp, const char* fmt, va_list ap) { function
966 return vfscanf(stdin, fmt, ap);
  /bionic/tests/headers/posix/
stdio_h.c 140 FUNCTION(vfscanf, int (*f)(FILE*, const char*, va_list));
  /external/libcxx/test/std/depr/depr.c.headers/
stdio_h.pass.cpp 139 static_assert((std::is_same<decltype(vfscanf(fp,"",va)), int>::value), "");
  /external/libcxx/test/std/input.output/file.streams/c.files/
cstdio.pass.cpp 111 static_assert((std::is_same<decltype(std::vfscanf(fp,"",va)), int>::value), "");
  /prebuilts/ndk/r16/sources/cxx-stl/llvm-libc++/test/std/depr/depr.c.headers/
stdio_h.pass.cpp 139 static_assert((std::is_same<decltype(vfscanf(fp,"",va)), int>::value), "");
  /prebuilts/ndk/r16/sources/cxx-stl/llvm-libc++/test/std/input.output/file.streams/c.files/
cstdio.pass.cpp 111 static_assert((std::is_same<decltype(std::vfscanf(fp,"",va)), int>::value), "");
  /bionic/libc/include/
stdio.h 220 int vfscanf(FILE* __fp, const char* __fmt, va_list __args) __scanflike(2, 0);
  /prebuilts/gcc/linux-x86/host/x86_64-w64-mingw32-4.8/x86_64-w64-mingw32/include/
stdio.h 275 int vfscanf (FILE *__stream, const char *__format, __builtin_va_list __local_argv) function
411 int vfscanf (FILE *__stream, const char *__format, __builtin_va_list __local_argv) function
    [all...]
  /device/linaro/bootloader/edk2/StdLibPrivateInternalFiles/Include/
namespace.h 51 #define vfscanf __svfscanf macro
  /external/llvm/lib/Transforms/Utils/
BuildLibCalls.cpp 532 case LibFunc::vfscanf:
    [all...]
  /external/llvm/lib/Analysis/
TargetLibraryInfo.cpp 801 case LibFunc::vfscanf:
    [all...]

Completed in 845 milliseconds