Searched defs:__scanf (Results 1 – 3 of 3) sorted by relevance
42 #define __scanf(a, b) __attribute__((format(scanf, a, b))) macro
122 #define __scanf(a, b) __attribute__((format(scanf, a, b))) macro
159 #define __scanf(a, b) __attribute__((__format__(scanf, a, b))) macro