Home
last modified time | relevance | path

Searched defs:__printf (Results 1 – 14 of 14) sorted by relevance

/OK3568_Linux_fs/kernel/kernel/bpf/
H A Ddisasm.h22 typedef __printf(2, 3) void (*bpf_insn_print_t)(void *private_data, typedef
/OK3568_Linux_fs/kernel/tools/lib/perf/
H A Dcore.c3 #define __printf(a, b) __attribute__((format(printf, a, b))) macro
/OK3568_Linux_fs/kernel/tools/include/linux/
H A Dcompiler-gcc.h39 #define __printf(a, b) __attribute__((format(printf, a, b))) macro
/OK3568_Linux_fs/external/security/rk_tee_user/v1/export-user_ta/include/
H A Dcompiler.h42 #define __printf(a, b) __attribute__((format(printf, a, b))) macro
/OK3568_Linux_fs/external/security/rk_tee_user/v1/export-user_ta/host_include/
H A Dcompiler.h42 #define __printf(a, b) __attribute__((format(printf, a, b))) macro
/OK3568_Linux_fs/u-boot/include/linux/
H A Dcompiler-gcc.h120 #define __printf(a, b) __attribute__((format(printf, a, b))) macro
/OK3568_Linux_fs/kernel/include/linux/
H A Dcompiler_attributes.h167 #define __printf(a, b) __attribute__((__format__(printf, a, b))) macro
H A Dkdb.h168 typedef __printf(1, 2) int (*kdb_printf_t)(const char *, ...); typedef
/OK3568_Linux_fs/kernel/tools/virtio/linux/
H A Dkernel.h49 #define __printf(a,b) __attribute__((format(printf,a,b))) macro
/OK3568_Linux_fs/external/security/rk_tee_user/v2/export-ta_arm32/host_include/
H A Dcompiler.h28 #define __printf(a, b) __attribute__((format(printf, a, b))) macro
/OK3568_Linux_fs/external/security/rk_tee_user/v2/export-ta_arm64/include/
H A Dcompiler.h28 #define __printf(a, b) __attribute__((format(printf, a, b))) macro
/OK3568_Linux_fs/external/security/rk_tee_user/v2/export-ta_arm32/include/
H A Dcompiler.h28 #define __printf(a, b) __attribute__((format(printf, a, b))) macro
/OK3568_Linux_fs/external/security/rk_tee_user/v2/export-ta_arm64/host_include/
H A Dcompiler.h28 #define __printf(a, b) __attribute__((format(printf, a, b))) macro
/OK3568_Linux_fs/kernel/tools/lib/bpf/
H A Dlibbpf.c73 #define __printf(a, b) __attribute__((format(printf, a, b))) macro