Searched refs:__scanf (Results 1 – 7 of 7) sorted by relevance
| /OK3568_Linux_fs/kernel/tools/include/linux/ |
| H A D | compiler-gcc.h | 40 #define __scanf(a, b) __attribute__((format(scanf, a, b))) macro
|
| /OK3568_Linux_fs/kernel/include/linux/ |
| H A D | compiler_attributes.h | 168 #define __scanf(a, b) __attribute__((__format__(scanf, a, b))) macro
|
| H A D | kernel.h | 493 extern __scanf(2, 3) 495 extern __scanf(2, 0)
|
| /OK3568_Linux_fs/kernel/tools/perf/util/ |
| H A D | pmu.h | 108 int perf_pmu__scan_file(struct perf_pmu *pmu, const char *name, const char *fmt, ...) __scanf(3, 4);
|
| /OK3568_Linux_fs/u-boot/include/linux/ |
| H A D | compiler-gcc.h | 121 #define __scanf(a, b) __attribute__((format(scanf, a, b))) macro
|
| /OK3568_Linux_fs/kernel/include/xen/ |
| H A D | xenbus.h | 165 __scanf(4, 5)
|
| /OK3568_Linux_fs/buildroot/board/roseapplepi/patches/uboot/ |
| H A D | 0001-compiler-.h-sync-include-linux-compiler-.h-with-Linu.patch | 167 +#define __scanf(a, b) __attribute__((format(scanf, a, b))) 282 -#define __scanf(a, b) __attribute__((format(scanf, a, b)))
|