Searched refs:__scanf (Results 1 – 5 of 5) sorted by relevance
/Linux-v4.19/tools/include/linux/ |
D | compiler-gcc.h | 38 #define __scanf(a, b) __attribute__((format(scanf, a, b))) macro
|
/Linux-v4.19/tools/perf/util/ |
D | pmu.h | 89 int perf_pmu__scan_file(struct perf_pmu *pmu, const char *name, const char *fmt, ...) __scanf(3, 4);
|
/Linux-v4.19/include/xen/ |
D | xenbus.h | 151 __scanf(4, 5)
|
/Linux-v4.19/include/linux/ |
D | compiler_types.h | 203 #define __scanf(a, b) __attribute__((format(scanf, a, b))) macro
|
D | kernel.h | 498 extern __scanf(2, 3) 500 extern __scanf(2, 0)
|