Searched refs:PRINTF (Results 1 – 3 of 3) sorted by relevance
| /scripts/dtc/ |
| A D | util.h | 29 #define PRINTF(i, j) __attribute__((format (printf, i, j))) macro 32 #define PRINTF(i, j) macro 41 static inline void NORETURN PRINTF(1, 2) die(const char *str, ...) in die() 75 extern int PRINTF(2, 3) xasprintf(char **strp, const char *fmt, ...);
|
| A D | srcpos.h | 109 extern void PRINTF(3, 0) srcpos_verror(struct srcpos *pos, const char *prefix, 111 extern void PRINTF(3, 4) srcpos_error(struct srcpos *pos, const char *prefix,
|
| A D | checks.c | 75 static inline void PRINTF(5, 6) check_msg(struct check *c, struct dt_info *dti, in check_msg()
|
Completed in 8 milliseconds