HomeSort by relevance Sort by last modified time
    Searched defs:fscanf (Results 1 - 8 of 8) 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...]
  /external/v8/test/cctest/
test-serialize.cc 251 // Avoid warning about unsafe fscanf from MSVC.
253 #define fscanf fscanf_s macro
255 CHECK_EQ(1, fscanf(fp, "new %d\n", &new_size));
256 CHECK_EQ(1, fscanf(fp, "pointer %d\n", &pointer_size));
257 CHECK_EQ(1, fscanf(fp, "data %d\n", &data_size));
258 CHECK_EQ(1, fscanf(fp, "code %d\n", &code_size));
259 CHECK_EQ(1, fscanf(fp, "map %d\n", &map_size));
260 CHECK_EQ(1, fscanf(fp, "cell %d\n", &cell_size));
261 CHECK_EQ(1, fscanf(fp, "property cell %d\n", &property_cell_size));
263 #undef fscanf macro
    [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 131 milliseconds