__scanf           159 include/linux/compiler_attributes.h #define __scanf(a, b)                   __attribute__((__format__(scanf, a, b)))
__scanf            40 tools/include/linux/compiler-gcc.h #define __scanf(a, b)	__attribute__((format(scanf, a, b)))