Searched refs:__scanf (Results 1 – 6 of 6) sorted by relevance
/Linux-v5.15/tools/include/linux/ |
D | compiler-gcc.h | 40 #define __scanf(a, b) __attribute__((format(scanf, a, b))) macro
|
/Linux-v5.15/include/linux/ |
D | compiler_attributes.h | 146 #define __scanf(a, b) __attribute__((__format__(scanf, a, b))) macro
|
D | kernel.h | 218 extern __scanf(2, 3) 220 extern __scanf(2, 0)
|
/Linux-v5.15/tools/perf/util/ |
D | pmu.h | 117 int perf_pmu__scan_file(struct perf_pmu *pmu, const char *name, const char *fmt, ...) __scanf(3, 4);
|
/Linux-v5.15/include/xen/ |
D | xenbus.h | 171 __scanf(4, 5)
|
/Linux-v5.15/lib/ |
D | test_scanf.c | 30 static void __scanf(4, 6) __init
|