Searched refs:__printf (Results 1 – 2 of 2) sorted by relevance
/linux-2.6.39/include/linux/ | ||
D | compiler-gcc.h | 81 #define __printf(a,b) __attribute__((format(printf,a,b))) macro |
D | string.h | 130 int bprintf(u32 *bin_buf, size_t size, const char *fmt, ...) __printf(3, 4); |