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

/external/chromium_org/third_party/libxml/src/
H A Dtrio.h182 # define scanf trio_scanf macro
/external/chromium_org/third_party/libxslt/libxslt/
H A Dtrio.h182 # define scanf trio_scanf macro
/external/libxml2/
H A Dtrio.h182 # define scanf trio_scanf macro
/external/bison/darwin-lib/
H A Dstdio.h110 are the ones of the system scanf(), rather than the ones standardized by
1306 # undef scanf
1307 /* Don't break __attribute__((format(scanf,M,N))). */
1308 # define scanf __scanf__
1316 _GL_CXXALIAS_RPL_1 (scanf, __scanf__, int, (const char *format, ...));
1319 # undef scanf
1320 # define scanf rpl_scanf
1322 _GL_FUNCDECL_RPL (scanf, int, (const char *format, ...)
1325 _GL_CXXALIAS_RPL (scanf, int, (const char *format, ...));
1328 _GL_CXXALIAS_SYS (scanf, in
1330 _GL_CXXALIASWARN (scanf); variable
[all...]
/external/bison/linux-lib/
H A Dstdio.h110 are the ones of the system scanf(), rather than the ones standardized by
1306 # undef scanf
1307 /* Don't break __attribute__((format(scanf,M,N))). */
1308 # define scanf __scanf__
1316 _GL_CXXALIAS_RPL_1 (scanf, __scanf__, int, (const char *format, ...));
1319 # undef scanf
1320 # define scanf rpl_scanf
1322 _GL_FUNCDECL_RPL (scanf, int, (const char *format, ...)
1325 _GL_CXXALIAS_RPL (scanf, int, (const char *format, ...));
1328 _GL_CXXALIAS_SYS (scanf, in
1330 _GL_CXXALIASWARN (scanf); variable
[all...]
/external/llvm/include/llvm/Target/
H A DTargetLibraryInfo.h514 /// int scanf(const char *restrict format, ... );
515 scanf, enumerator in enum:llvm::LibFunc::Func

Completed in 2484 milliseconds