Home
last modified time | relevance | path

Searched refs:__scanf (Results 1 – 7 of 7) sorted by relevance

/linux-6.15/include/linux/
H A Dsprintf.h20 __scanf(2, 3) int sscanf(const char *, const char *, ...);
21 __scanf(2, 0) int vsscanf(const char *, const char *, va_list);
H A Dcompiler_attributes.h159 #define __scanf(a, b) __attribute__((__format__(scanf, a, b))) macro
/linux-6.15/tools/perf/util/
H A Dpmu.h261 __scanf(3, 4);
263 const char *fmt, ...) __scanf(4, 5);
H A Dconfig.h32 int perf_config_scan(const char *name, const char *fmt, ...) __scanf(2, 3);
/linux-6.15/tools/include/linux/
H A Dcompiler-gcc.h42 #define __scanf(a, b) __attribute__((format(scanf, a, b))) macro
/linux-6.15/include/xen/
H A Dxenbus.h166 __scanf(4, 5)
/linux-6.15/lib/tests/
H A Dscanf_kunit.c25 static void __scanf(7, 9)