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

1 2 3 4 5 6

  /bionic/libc/upstream-openbsd/lib/libc/stdio/
vscanf.c 40 return (vfscanf(stdin, fmt, ap));
scanf.c 45 ret = vfscanf(stdin, fmt, ap);
fscanf.c 45 ret = vfscanf(fp, fmt, ap);
  /ndk/sources/android/support/src/stdio/
vscanf.c 40 return (vfscanf(stdin, fmt, ap));
scanf.c 44 ret = vfscanf(stdin, fmt, ap);
fscanf.c 44 ret = vfscanf(fp, fmt, ap);
vsscanf.c 57 return (vfscanf(&f, fmt, ap));
sscanf.c 62 ret = vfscanf(&f, fmt, ap);
  /development/ndk/sources/android/libportable/arch-mips64/
va_funcs.c 27 int WRAP(vfscanf)(FILE *stream, const char *format, va_list_portable *arg) { function
28 return REAL(vfscanf)(stream, format, arg);
  /development/ndk/sources/android/libportable/arch-x86_64/
va_funcs.c 27 int WRAP(vfscanf)(FILE *stream, const char *format, va_list_portable *arg) { function
28 return REAL(vfscanf)(stream, format, arg);
  /prebuilts/gcc/linux-x86/host/x86_64-linux-glibc2.11-4.6/sysroot/usr/include/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.11-4.8/sysroot/usr/include/bits/
stdio-ldbl.h 55 __LDBL_REDIR1_DECL (vfscanf, __nldbl___isoc99_vfscanf)
59 __LDBL_REDIR_DECL (vfscanf)
  /ndk/sources/cxx-stl/gabi++/include/
cstdio 88 using ::vfscanf;
  /ndk/sources/cxx-stl/system/include/
cstdio 88 using ::vfscanf;
  /prebuilts/ndk/4/platforms/android-5/arch-x86/usr/include/
cstdio 86 using ::vfscanf;
  /prebuilts/ndk/4/platforms/android-8/arch-x86/usr/include/
cstdio 86 using ::vfscanf;
  /prebuilts/ndk/5/sources/cxx-stl/system/include/
cstdio 88 using ::vfscanf;
  /prebuilts/ndk/6/sources/cxx-stl/system/include/
cstdio 88 using ::vfscanf;
  /prebuilts/ndk/7/sources/cxx-stl/gabi++/include/
cstdio 88 using ::vfscanf;
  /prebuilts/ndk/7/sources/cxx-stl/system/include/
cstdio 88 using ::vfscanf;
  /prebuilts/ndk/8/sources/cxx-stl/gabi++/include/
cstdio 88 using ::vfscanf;
  /prebuilts/ndk/8/sources/cxx-stl/system/include/
cstdio 88 using ::vfscanf;
  /prebuilts/ndk/9/sources/cxx-stl/EH/gabi++/include/
cstdio 88 using ::vfscanf;
  /prebuilts/ndk/9/sources/cxx-stl/llvm-libc++/gabi++/include/
cstdio 88 using ::vfscanf;
  /prebuilts/ndk/9/sources/cxx-stl/system/include/
cstdio 88 using ::vfscanf;

Completed in 350 milliseconds

1 2 3 4 5 6