Home
last modified time | relevance | path

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

/scripts/dtc/
A Ddtc-lexer.l52 #define DPRINT(fmt, ...) fprintf(stderr, fmt, ##__VA_ARGS__) argument
54 #define DPRINT(fmt, ...) do { } while (0) argument
A Dsrcpos.c267 const char *fmt, va_list va) in srcpos_verror()
281 const char *fmt, ...) in srcpos_error()
A Dutil.c61 int xasprintf(char **strp, const char *fmt, ...) in xasprintf()
350 int utilfdt_decode_type(const char *fmt, int *type, int *size) in utilfdt_decode_type()
A Dchecks.c31 #define TRACE(c, fmt, ...) do { } while (0) argument
78 const char *fmt, ...) in check_msg()
A Dflattree.c130 #define ASM_EMIT_BELONG(f, fmt, ...) \ argument
/scripts/kconfig/
A Dutil.c67 void str_printf(struct gstr *gs, const char *fmt, ...) in str_printf()
A Dzconf.y16 #define printd(mask, fmt...) if (cdebug & (mask)) printf(fmt) argument
A Dmenu.c21 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()
A Dconfdata.c93 static void conf_warning(const char *fmt, ...) in conf_warning()
118 static void conf_message(const char *fmt, ...) in conf_message()
A Dnconf.c525 static void item_make(struct menu *menu, char tag, const char *fmt, ...) in item_make()
565 static void item_add_str(const char *fmt, ...) in item_add_str()
/scripts/kconfig/lxdialog/
A Dutil.c593 void item_make(const char *fmt, ...) in item_make()
610 void item_add_str(const char *fmt, ...) in item_add_str()

Completed in 18 milliseconds