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

/external/libxml2/
H A Dtrio.h190 # undef scanf macro
191 # 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...]

Completed in 139 milliseconds