/scripts/dtc/ |
D | dtc-lexer.l | 52 #define DPRINT(fmt, ...) fprintf(stderr, fmt, ##__VA_ARGS__) argument 54 #define DPRINT(fmt, ...) do { } while (0) argument
|
D | srcpos.c | 275 const char *fmt, va_list va) in srcpos_verror() 289 const char *fmt, ...) in srcpos_error()
|
D | util.c | 50 int xasprintf(char **strp, const char *fmt, ...) in xasprintf() 340 int utilfdt_decode_type(const char *fmt, int *type, int *size) in utilfdt_decode_type()
|
D | fdtget.c | 74 char fmt[3]; in show_data() local
|
D | fdtput.c | 79 char fmt[3]; in encode_value() local
|
D | checks.c | 31 #define TRACE(c, fmt, ...) do { } while (0) argument 78 static inline void check_msg(struct check *c, const char *fmt, ...) in check_msg()
|
D | flattree.c | 130 #define ASM_EMIT_BELONG(f, fmt, ...) \ argument
|
/scripts/kconfig/ |
D | confdata.c | 35 static void conf_warning(const char *fmt, ...) in conf_warning() 46 static void conf_default_message_callback(const char *fmt, va_list ap) in conf_default_message_callback() 55 void conf_set_message_callback(void (*fn) (const char *fmt, va_list ap)) in conf_set_message_callback() 60 static void conf_message(const char *fmt, ...) in conf_message()
|
D | util.c | 115 void str_printf(struct gstr *gs, const char *fmt, ...) in str_printf()
|
D | menu.c | 21 void menu_warn(struct menu *menu, const char *fmt, ...) in menu_warn() 31 static void prop_warn(struct property *prop, const char *fmt, ...) in prop_warn()
|
D | zconf.y | 16 #define printd(mask, fmt...) if (cdebug & (mask)) printf(fmt) argument
|
D | nconf.c | 523 static void item_make(struct menu *menu, char tag, const char *fmt, ...) in item_make() 563 static void item_add_str(const char *fmt, ...) in item_add_str() 1211 static void conf_message_callback(const char *fmt, va_list ap) in conf_message_callback()
|
D | mconf.c | 776 static void conf_message_callback(const char *fmt, va_list ap) in conf_message_callback()
|
/scripts/ |
D | extract-cert.c | 62 #define ERR(cond, fmt, ...) \ argument
|
D | asn1_compiler.c | 318 #define verbose(fmt, ...) do { if (verbose_opt) printf(fmt, ## __VA_ARGS__); } while (0) argument 319 #define debug(fmt, ...) do { if (debug_opt) printf(fmt, ## __VA_ARGS__); } while (0) argument 1268 static void render_opcode(FILE *out, const char *fmt, ...) in render_opcode() 1282 static void render_more(FILE *out, const char *fmt, ...) in render_more()
|
D | sign-file.c | 99 #define ERR(cond, fmt, ...) \ argument
|
D | pnmtologo.c | 419 static void die(const char *fmt, ...) in die()
|
/scripts/kconfig/lxdialog/ |
D | util.c | 606 void item_make(const char *fmt, ...) in item_make() 623 void item_add_str(const char *fmt, ...) in item_add_str()
|
/scripts/mod/ |
D | modpost.c | 52 PRINTF void fatal(const char *fmt, ...) in fatal() 65 PRINTF void warn(const char *fmt, ...) in warn() 76 PRINTF void merror(const char *fmt, ...) in merror() 2033 const char *fmt, ...) in buf_printf()
|
/scripts/genksyms/ |
D | genksyms.c | 715 void error_with_pos(const char *fmt, ...) in error_with_pos()
|