Home
last modified time | relevance | path

Searched refs:PRINTF_ATTRIBUTE (Results 1 – 4 of 4) sorted by relevance

/third_party/e2fsprogs/lib/ext2fs/
Dtdb.h67 #ifndef PRINTF_ATTRIBUTE
73 #define PRINTF_ATTRIBUTE(a1, a2) __attribute__ ((format (__printf__, a1, a2))) macro
75 #define PRINTF_ATTRIBUTE(a1, a2) macro
138 …db_log_func)(struct tdb_context *, enum tdb_debug_level, const char *, ...) PRINTF_ATTRIBUTE(3, 4);
Dtdb.c101 #ifndef PRINTF_ATTRIBUTE
107 #define PRINTF_ATTRIBUTE(a1, a2) __attribute__ ((format (__printf__, a1, a2))) macro
109 #define PRINTF_ATTRIBUTE(a1, a2) macro
3822 …(struct tdb_context *tdb, enum tdb_debug_level level, const char *fmt, ...) PRINTF_ATTRIBUTE(3, 4);
/third_party/e2fsprogs/lib/ext2fs/tdb/patches/
Dreplace-includes76 +#ifndef PRINTF_ATTRIBUTE
82 +#define PRINTF_ATTRIBUTE(a1, a2) __attribute__ ((format (__printf__, a1, a2)))
84 +#define PRINTF_ATTRIBUTE(a1, a2)
/third_party/skia/third_party/externals/swiftshader/third_party/subzero/src/DartARM32/
Dassembler_arm.h425 void Comment(const char *format, ...) PRINTF_ATTRIBUTE(2, 3);