Home
last modified time | relevance | path

Searched defs:fmt (Results 1 – 19 of 19) sorted by relevance

/scripts/dtc/
Ddtc-lexer.l37 #define DPRINT(fmt, ...) fprintf(stderr, fmt, ##__VA_ARGS__) argument
39 #define DPRINT(fmt, ...) do { } while (0) argument
Dutil.c47 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()
Dsrcpos.c374 const char *fmt, va_list va) in srcpos_verror()
388 const char *fmt, ...) in srcpos_error()
Dfdtget.c60 char fmt[3]; in show_data() local
Dfdtput.c65 char fmt[3]; in encode_value() local
Dflattree.c115 #define ASM_EMIT_BELONG(f, fmt, ...) \ argument
Dchecks.c17 #define TRACE(c, fmt, ...) do { } while (0) argument
64 const char *fmt, ...) in check_msg()
/scripts/
Dgenerate_rust_target.rs31 fn fmt(&self, formatter: &mut Formatter<'_>) -> Result { in fmt() method
93 fn fmt(&self, formatter: &mut Formatter<'_>) -> Result { in fmt() method
Dasn1_compiler.c314 #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()
Dsign-file.c114 #define ERR(cond, fmt, ...) \ argument
/scripts/mod/
Dmodpost.h216 #define warn(fmt, args...) modpost_log(LOG_WARN, fmt, ##args) argument
217 #define error(fmt, args...) modpost_log(LOG_ERROR, fmt, ##args) argument
218 #define fatal(fmt, args...) modpost_log(LOG_FATAL, fmt, ##args) argument
Dmodpost.c66 modpost_log(enum loglevel loglevel, const char *fmt, ...) in modpost_log()
1751 const char *fmt, ...) in buf_printf()
/scripts/kconfig/
Dutil.c66 void str_printf(struct gstr *gs, const char *fmt, ...) in str_printf()
Dparser.y17 #define printd(mask, fmt...) if (cdebug & (mask)) printf(fmt) argument
Dmenu.c22 void menu_warn(struct menu *menu, const char *fmt, ...) in menu_warn()
32 static void prop_warn(struct property *prop, const char *fmt, ...) in prop_warn()
Dconfdata.c158 static void conf_warning(const char *fmt, ...) in conf_warning()
183 static void conf_message(const char *fmt, ...) in conf_message()
Dnconf.c535 static void item_make(struct menu *menu, char tag, const char *fmt, ...) in item_make()
575 static void item_add_str(const char *fmt, ...) in item_add_str()
/scripts/kconfig/lxdialog/
Dutil.c593 void item_make(const char *fmt, ...) in item_make()
610 void item_add_str(const char *fmt, ...) in item_add_str()
/scripts/genksyms/
Dgenksyms.c702 void error_with_pos(const char *fmt, ...) in error_with_pos()