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

  /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);
  /external/chromium_org/third_party/libxml/src/
trio.h 191 # define vfscanf trio_vfscanf macro
  /external/chromium_org/third_party/libxslt/libxslt/
trio.h 191 # define vfscanf trio_vfscanf macro
  /external/libxml2/
trio.h 191 # define vfscanf trio_vfscanf macro
  /prebuilts/gcc/linux-x86/host/x86_64-linux-glibc2.11-4.6/sysroot/usr/include/
stdio.h 453 extern int vfscanf (FILE *__restrict __s, __const char *__restrict __format,
476 extern int __REDIRECT (vfscanf,
498 # define vfscanf __isoc99_vfscanf macro
  /prebuilts/gcc/linux-x86/host/x86_64-linux-glibc2.11-4.8/sysroot/usr/include/
stdio.h 453 extern int vfscanf (FILE *__restrict __s, __const char *__restrict __format,
476 extern int __REDIRECT (vfscanf,
498 # define vfscanf __isoc99_vfscanf macro
  /bionic/libc/upstream-openbsd/lib/libc/stdio/
vfscanf.c 1 /* $OpenBSD: vfscanf.c,v 1.31 2014/03/19 05:17:01 guenther Exp $ */
96 * Internal, unlocked version of vfscanf
961 vfscanf(FILE *fp, const char *fmt0, __va_list ap) function
  /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
399 int vfscanf (FILE *__stream, const char *__format, __builtin_va_list __local_argv) function
    [all...]
  /external/llvm/include/llvm/Target/
TargetLibraryInfo.h 664 /// int vfscanf(FILE *stream, const char *format, va_list arg);
665 vfscanf, enumerator in enum:llvm::LibFunc::Func

Completed in 214 milliseconds