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

1 2 3 4

  /bionic/libc/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);
  /prebuilts/gcc/linux-x86/host/i686-linux-glibc2.7-4.4.3/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/i686-linux-glibc2.7-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.7-4.6/sysroot/usr/include/bits/
stdio-ldbl.h 55 __LDBL_REDIR1_DECL (vfscanf, __nldbl___isoc99_vfscanf)
59 __LDBL_REDIR_DECL (vfscanf)
  /bionic/libstdc++/include/
cstdio 88 using ::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;
  /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/extras/tests/bionic/libstdc++/
test_cstdio.cpp 148 using std::vfscanf;
  /external/bison/darwin-lib/
stdio.h     [all...]
  /external/bison/linux-lib/
stdio.h     [all...]
  /external/bison/lib/
stdio.in.h     [all...]
  /prebuilts/gcc/linux-x86/host/i686-linux-glibc2.7-4.4.3/sysroot/usr/include/
stdio.h 449 extern int vfscanf (FILE *__restrict __s, __const char *__restrict __format,
472 extern int __REDIRECT (vfscanf,
494 # define vfscanf __isoc99_vfscanf macro

Completed in 75 milliseconds

1 2 3 4