Searched refs:PRINTF (Results 1 – 4 of 4) sorted by relevance
/scripts/dtc/ |
D | util.h | 15 #define PRINTF(i, j) __attribute__((format (printf, i, j))) macro 18 #define PRINTF(i, j) macro 27 static inline void NORETURN PRINTF(1, 2) die(const char *str, ...) in die() 60 extern int PRINTF(2, 3) xasprintf(char **strp, const char *fmt, ...); 61 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()
|
/scripts/mod/ |
D | modpost.c | 55 #define PRINTF __attribute__ ((format (printf, 1, 2))) macro 57 PRINTF void fatal(const char *fmt, ...) in fatal() 70 PRINTF void warn(const char *fmt, ...) in warn() 81 PRINTF void merror(const char *fmt, ...) in merror()
|