Searched defs:__printf (Results 1 - 14 of 14) sorted by relevance
| /kernel/linux/linux-5.10/tools/lib/perf/ |
| H A D | core.c | 3 #define __printf(a, b) __attribute__((format(printf, a, b))) macro
|
| /kernel/linux/linux-6.6/tools/lib/perf/ |
| H A D | core.c | 3 #define __printf(a, b) __attribute__((format(printf, a, b))) macro
|
| /kernel/linux/linux-5.10/tools/include/linux/ |
| H A D | compiler-gcc.h | 39 #define __printf(a, b) __attribute__((format(printf, a, b))) macro
|
| /kernel/linux/linux-6.6/tools/include/linux/ |
| H A D | compiler-gcc.h | 41 #define __printf(a, b) __attribute__((format(printf, a, b))) macro
|
| /third_party/fsverity-utils/common/ |
| H A D | win32_defs.h | 36 # define __printf(fmt_idx, vargs_idx) \ macro
|
| H A D | common_defs.h | 34 # define __printf(fmt_idx, vargs_idx) \ macro
|
| /kernel/linux/linux-5.10/tools/virtio/linux/ |
| H A D | kernel.h | 50 #define __printf(a,b) __attribute__((format(printf,a,b))) macro
|
| /kernel/linux/linux-5.10/include/linux/ |
| H A D | compiler_attributes.h | 167 #define __printf(a, b) __attribute__((__format__(printf, a, b))) macro
|
| /kernel/linux/linux-6.6/include/linux/ |
| H A D | compiler_attributes.h | 171 #define __printf(a, b) __attribute__((__format__(printf, a, b))) macro
|
| /kernel/linux/linux-6.6/tools/virtio/linux/ |
| H A D | kernel.h | 51 #define __printf(a,b) __attribute__((format(printf,a,b))) macro
|
| /kernel/linux/patches/linux-4.19/prebuilts/usr/include/linux/ |
| H A D | compiler_types.h | 149 #define __printf(a, b) __attribute__((format(printf, a, b))) macro
|
| /kernel/linux/linux-5.10/tools/lib/bpf/ |
| H A D | libbpf.c | 73 #define __printf(a, b) __attribute__((format(printf, a, b))) macro
|
| /kernel/linux/linux-6.6/tools/lib/bpf/ |
| H A D | libbpf.c | 69 #define __printf(a, b) __attribute__((format(printf, a, b))) macro
|
| /third_party/libbpf/src/ |
| H A D | libbpf.c | 73 #define __printf(a, b) __attribute__((format(printf, a, b))) macro
|
Completed in 48 milliseconds