Home
last modified time | relevance | path

Searched refs:PRINTF (Results 1 – 3 of 3) sorted by relevance

/scripts/dtc/
A Dutil.h29 #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 Dsrcpos.h109 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 Dchecks.c75 static inline void PRINTF(5, 6) check_msg(struct check *c, struct dt_info *dti, in check_msg()

Completed in 8 milliseconds