Searched refs:PRINTF (Results 1 – 3 of 3) sorted by relevance
/scripts/dtc/ |
D | util.h | 17 #define PRINTF(i, j) __attribute__((format (gnu_printf, i, j))) macro 19 #define PRINTF(i, j) __attribute__((format (printf, i, j))) macro 23 #define PRINTF(i, j) macro 32 static inline void NORETURN PRINTF(1, 2) die(const char *str, ...) in die() 66 extern int PRINTF(2, 3) xasprintf(char **strp, const char *fmt, ...); 67 extern int PRINTF(2, 3) xasprintf_append(char **strp, const char *fmt, ...);
|
D | srcpos.h | 96 extern void PRINTF(3, 0) srcpos_verror(struct srcpos *pos, const char *prefix, 98 extern void PRINTF(3, 4) srcpos_error(struct srcpos *pos, const char *prefix,
|
D | checks.c | 61 static inline void PRINTF(5, 6) check_msg(struct check *c, struct dt_info *dti, in check_msg()
|