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

  /device/linaro/bootloader/edk2/StdLib/LibC/Stdio/
fscanf.c 2 Implementation of fscanf as declared in <stdio.h>.
43 NetBSD: fscanf.c,v 1.12 2003/08/07 16:43:25 agc Exp
44 fscanf.c 8.1 (Berkeley) 6/4/93
57 fscanf(FILE *fp, char const *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...]
  /bionic/libc/stdio/
stdio.cpp 672 int fscanf(FILE* fp, const char* fmt, ...) { function
  /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
392 int __cdecl fscanf(FILE * __restrict__ _File,const char * __restrict__ _Format,...) __MINGW_ATTRIB_DEPRECATED_SEC_WARN;
    [all...]
pthread.h 534 #define fscanf(...) (pthread_testcancel(), fscanf(__VA_ARGS__)) macro
    [all...]

Completed in 752 milliseconds