Searched defs:PRINTF_ATTRIBUTE (Results 1 – 3 of 3) sorted by relevance
/external/e2fsprogs/lib/ext2fs/ |
D | tdb.h | 73 #define PRINTF_ATTRIBUTE(a1, a2) __attribute__ ((format (__printf__, a1, a2))) macro 75 #define PRINTF_ATTRIBUTE(a1, a2) macro
|
D | tdb.c | 101 #define PRINTF_ATTRIBUTE(a1, a2) __attribute__ ((format (__printf__, a1, a2))) macro 103 #define PRINTF_ATTRIBUTE(a1, a2) macro
|
/external/dynamic_depth/internal/base/ |
D | port.h | 396 #define PRINTF_ATTRIBUTE(string_index, first_to_check) \ macro 727 #define PRINTF_ATTRIBUTE(string_index, first_to_check) macro
|