Home
last modified time | relevance | path

Searched refs:menu_warn (Results 1 – 4 of 4) sorted by relevance

/external/toybox/kconfig/
Dmenu.c18 static void menu_warn(struct menu *menu, const char *fmt, ...) in menu_warn() function
117 menu_warn(current_entry, "type of '%s' redefined from '%s' to '%s'", in menu_set_type()
317 menu_warn(menu, "choice value must have a prompt"); in menu_finalize()
351 menu_warn(parent, "config symbol defined without type"); in menu_finalize()
354 menu_warn(parent, "choice must have a prompt"); in menu_finalize()
/external/u-boot/scripts/kconfig/
Dmenu.c21 void menu_warn(struct menu *menu, const char *fmt, ...) in menu_warn() function
121 menu_warn(current_entry, in menu_set_type()
504 menu_warn(menu, "choice value must have a prompt"); in menu_finalize()
581 menu_warn(parent, "config symbol defined without type"); in menu_finalize()
584 menu_warn(parent, "choice must have a prompt"); in menu_finalize()
Dlkc.h100 void menu_warn(struct menu *menu, const char *fmt, ...);
Dsymbol.c1416 menu_warn(current_entry, "redefining environment symbol from %s", in prop_add_env()
1431 menu_warn(current_entry, "environment variable %s undefined", env); in prop_add_env()