Searched refs:_printf_format_ (Results 1 – 7 of 7) sorted by relevance
/external/kmod/tools/ |
D | log.h | 29 void log_printf(int prio, const char *fmt, ...) _printf_format_(2, 3);
|
D | log.c | 65 _printf_format_(6, 0)
|
D | modprobe.c | 146 _printf_format_(1, 2)
|
D | depmod.c | 111 _printf_format_(1, 2)
|
/external/kmod/shared/ |
D | macro.h | 58 #define _printf_format_(a,b) __attribute__((format (printf, a, b))) macro
|
/external/kmod/libkmod/ |
D | libkmod-internal.h | 13 static _always_inline_ _printf_format_(2, 3) void
|
D | libkmod.c | 104 _printf_format_(6, 0)
|