Lines Matching refs:scanf
471 * macro to alert the compiler to flag inconsistencies in printf/scanf-like497 #if defined(GCC_SCANF) && !defined(scanf)498 #define GCC_SCANFLIKE(fmt,var) __attribute__((format(scanf,fmt,var)))