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/chromium_org/third_party/libxml/src/
trio.h 188 # define fscanf trio_fscanf macro
  /external/chromium_org/third_party/libxslt/libxslt/
trio.h 188 # define fscanf trio_fscanf macro
  /external/libxml2/
trio.h 188 # define fscanf trio_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/chromium_org/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...]
  /external/llvm/include/llvm/Target/
TargetLibraryInfo.h 303 /// int fscanf(FILE *stream, const char *format, ... );
304 fscanf, enumerator in enum:llvm::LibFunc::Func

Completed in 161 milliseconds