Searched defs:fscanf (Results 1 - 6 of 6) sorted by relevance

/external/libxml2/
H A Dtrio.h188 # define fscanf trio_fscanf macro
/external/libxslt/libxslt/
H A Dtrio.h188 # define fscanf trio_fscanf macro
/external/bison/darwin-lib/
H A Dstdio.h714 # 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
/external/bison/linux-lib/
H A Dstdio.h714 # 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
/external/v8/test/cctest/
H A Dtest-serialize.cc409 // Avoid warning about unsafe fscanf from MSVC.
411 #define fscanf fscanf_s macro
413 CHECK_EQ(1, fscanf(fp, "new %d\n", &new_size));
414 CHECK_EQ(1, fscanf(fp, "pointer %d\n", &pointer_size));
415 CHECK_EQ(1, fscanf(fp, "data %d\n", &data_size));
416 CHECK_EQ(1, fscanf(fp, "code %d\n", &code_size));
417 CHECK_EQ(1, fscanf(fp, "map %d\n", &map_size));
418 CHECK_EQ(1, fscanf(fp, "cell %d\n", &cell_size));
419 CHECK_EQ(1, fscanf(fp, "large %d\n", &large_size));
421 #undef fscanf macro
[all...]
/external/llvm/include/llvm/Target/
H A DTargetLibraryInfo.h258 /// int fscanf(FILE *stream, const char *format, ... );
259 fscanf, enumerator in enum:llvm::LibFunc::Func

Completed in 155 milliseconds