Searched refs:__scanf (Results 1 – 7 of 7) sorted by relevance
| /Linux-v6.6/include/linux/ |
| D | sprintf.h | 20 __scanf(2, 3) int sscanf(const char *, const char *, ...); 21 __scanf(2, 0) int vsscanf(const char *, const char *, va_list);
|
| D | compiler_attributes.h | 172 #define __scanf(a, b) __attribute__((__format__(scanf, a, b))) macro
|
| /Linux-v6.6/tools/perf/util/ |
| D | pmu.h | 228 int perf_pmu__scan_file(struct perf_pmu *pmu, const char *name, const char *fmt, ...) __scanf(3, 4); 230 const char *fmt, ...) __scanf(4, 5);
|
| D | config.h | 32 int perf_config_scan(const char *name, const char *fmt, ...) __scanf(2, 3);
|
| /Linux-v6.6/tools/include/linux/ |
| D | compiler-gcc.h | 42 #define __scanf(a, b) __attribute__((format(scanf, a, b))) macro
|
| /Linux-v6.6/include/xen/ |
| D | xenbus.h | 169 __scanf(4, 5)
|
| /Linux-v6.6/lib/ |
| D | test_scanf.c | 30 static void __scanf(4, 6) __init
|