/scripts/dtc/ |
A D | dtc-lexer.l | 37 #define DPRINT(fmt, ...) fprintf(stderr, fmt, ##__VA_ARGS__) argument 39 #define DPRINT(fmt, ...) do { } while (0) argument
|
A D | util.c | 47 int xavsprintf_append(char **strp, const char *fmt, va_list ap) in xavsprintf_append() 69 int xasprintf_append(char **strp, const char *fmt, ...) in xasprintf_append() 81 int xasprintf(char **strp, const char *fmt, ...) in xasprintf() 345 int utilfdt_decode_type(const char *fmt, int *type, int *size) in utilfdt_decode_type()
|
A D | srcpos.c | 376 const char *fmt, va_list va) in srcpos_verror() 390 const char *fmt, ...) in srcpos_error()
|
A D | fdtget.c | 60 char fmt[3]; in show_data() local
|
A D | fdtput.c | 65 char fmt[3]; in encode_value() local
|
A D | flattree.c | 115 #define ASM_EMIT_BELONG(f, fmt, ...) \ argument
|
A D | checks.c | 17 #define TRACE(c, fmt, ...) do { } while (0) argument 64 const char *fmt, ...) in check_msg()
|
/scripts/ |
A D | ssl-common.h | 25 #define ERR(cond, fmt, ...) \ argument
|
A D | generate_rust_target.rs | 47 fn fmt(&self, formatter: &mut Formatter<'_>) -> Result { in fmt() method 117 fn fmt(&self, formatter: &mut Formatter<'_>) -> Result { in fmt() method
|
A D | asn1_compiler.c | 314 #define verbose(fmt, ...) do { if (verbose_opt) printf(fmt, ## __VA_ARGS__); } while (0) argument 315 #define debug(fmt, ...) do { if (debug_opt) printf(fmt, ## __VA_ARGS__); } while (0) argument 1264 static void render_opcode(FILE *out, const char *fmt, ...) in render_opcode() 1278 static void render_more(FILE *out, const char *fmt, ...) in render_more()
|
/scripts/kconfig/ |
A D | util.c | 82 void str_printf(struct gstr *gs, const char *fmt, ...) in str_printf()
|
A D | parser.y | 19 #define printd(mask, fmt...) if (cdebug & (mask)) printf(fmt) argument
|
A D | menu.c | 42 void menu_warn(const struct menu *menu, const char *fmt, ...) in menu_warn() 52 static void prop_warn(const struct property *prop, const char *fmt, ...) in prop_warn()
|
A D | confdata.c | 169 static void conf_warning(const char *fmt, ...) in conf_warning() 194 static void conf_message(const char *fmt, ...) in conf_message()
|
A D | nconf.c | 537 static void item_make(struct menu *menu, char tag, const char *fmt, ...) in item_make() 577 static void item_add_str(const char *fmt, ...) in item_add_str()
|
/scripts/mod/ |
A D | modpost.h | 240 #define warn(fmt, args...) modpost_log(false, fmt, ##args) argument 241 #define error(fmt, args...) modpost_log(true, fmt, ##args) argument 242 #define fatal(fmt, args...) do { error(fmt, ##args); exit(1); } while (1) argument
|
A D | modpost.c | 77 void modpost_log(bool is_error, const char *fmt, ...) in modpost_log() 1670 const char *fmt, ...) in buf_printf()
|
A D | file2alias.c | 49 const char *fmt, ...) in module_alias_printf()
|
/scripts/kconfig/lxdialog/ |
A D | util.c | 565 void item_make(const char *fmt, ...) in item_make() 582 void item_add_str(const char *fmt, ...) in item_add_str()
|
/scripts/genksyms/ |
A D | genksyms.c | 707 void error_with_pos(const char *fmt, ...) in error_with_pos()
|
/scripts/gendwarfksyms/ |
A D | dwarf.c | 183 static void process_fmt(struct die *cache, const char *fmt, ...) in process_fmt()
|