Searched refs:__scanf (Results 1 – 3 of 3) sorted by relevance
42 #define __scanf(a, b) __attribute__((format(scanf, a, b))) macro
32 int perf_config_scan(const char *name, const char *fmt, ...) __scanf(2, 3);
267 __scanf(3, 4);269 const char *fmt, ...) __scanf(4, 5);
Completed in 5 milliseconds