Searched refs:__scanf (Results 1 – 6 of 6) sorted by relevance
| /linux/tools/include/linux/ |
| A D | compiler-gcc.h | 40 #define __scanf(a, b) __attribute__((format(scanf, a, b))) macro
|
| /linux/include/linux/ |
| A D | kernel.h | 214 extern __scanf(2, 3) 216 extern __scanf(2, 0)
|
| A D | compiler_attributes.h | 154 #define __scanf(a, b) __attribute__((__format__(scanf, a, b))) macro
|
| /linux/tools/perf/util/ |
| A D | pmu.h | 121 int perf_pmu__scan_file(struct perf_pmu *pmu, const char *name, const char *fmt, ...) __scanf(3, 4);
|
| /linux/include/xen/ |
| A D | xenbus.h | 172 __scanf(4, 5)
|
| /linux/lib/ |
| A D | test_scanf.c | 30 static void __scanf(4, 6) __init
|
Completed in 9 milliseconds