Home | History | Annotate | Download | only in linux-lib

Lines Matching defs:scanf

110    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, int, (const char *format, ...));
1330 _GL_CXXALIASWARN (scanf);