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

  /bionic/libc/upstream-openbsd/lib/libc/stdio/
fscanf.c 1 /* $OpenBSD: fscanf.c,v 1.10 2011/05/30 18:48:33 martynas Exp $ */
39 fscanf(FILE *fp, const char *fmt, ...) function
  /external/libxml2/
trio.h 198 # undef fscanf macro
199 # define fscanf trio_fscanf macro
  /prebuilts/gcc/linux-x86/host/x86_64-linux-glibc2.11-4.8/sysroot/usr/include/
stdio.h 407 extern int fscanf (FILE *__restrict __stream,
425 extern int __REDIRECT (fscanf, (FILE *__restrict __stream,
439 # define fscanf __isoc99_fscanf macro
  /prebuilts/gcc/linux-x86/host/x86_64-linux-glibc2.15-4.8/sysroot/usr/include/
stdio.h 431 extern int fscanf (FILE *__restrict __stream,
449 extern int __REDIRECT (fscanf, (FILE *__restrict __stream,
463 # define fscanf __isoc99_fscanf macro
  /external/bison/darwin-lib/
stdio.h 714 # undef fscanf
715 # define fscanf rpl_fscanf
717 _GL_FUNCDECL_RPL (fscanf, int, (FILE *stream, const char *format, ...)
720 _GL_CXXALIAS_RPL (fscanf, int, (FILE *stream, const char *format, ...));
722 _GL_CXXALIAS_SYS (fscanf, int, (FILE *stream, const char *format, ...));
724 _GL_CXXALIASWARN (fscanf); variable
    [all...]
  /external/bison/linux-lib/
stdio.h 714 # undef fscanf
715 # define fscanf rpl_fscanf
717 _GL_FUNCDECL_RPL (fscanf, int, (FILE *stream, const char *format, ...)
720 _GL_CXXALIAS_RPL (fscanf, int, (FILE *stream, const char *format, ...));
722 _GL_CXXALIAS_SYS (fscanf, int, (FILE *stream, const char *format, ...));
724 _GL_CXXALIASWARN (fscanf); variable
    [all...]
  /prebuilts/gcc/linux-x86/host/x86_64-w64-mingw32-4.8/x86_64-w64-mingw32/include/
stdio.h 249 int fscanf(FILE *__stream, const char *__format, ...) function
385 int __cdecl fscanf(FILE * __restrict__ _File,const char * __restrict__ _Format,...) __MINGW_ATTRIB_DEPRECATED_SEC_WARN;
    [all...]

Completed in 786 milliseconds