Searched refs:menu_warn (Results 1 – 3 of 3) sorted by relevance
/l4re-core-master/uclibc/lib/contrib/uclibc/extra/config/ |
A D | menu.c | 21 void menu_warn(struct menu *menu, const char *fmt, ...) in menu_warn() function 122 menu_warn(current_entry, "type of '%s' redefined from '%s' to '%s'", in menu_set_type() 374 menu_warn(menu, "choice value must have a prompt"); in menu_finalize() 422 menu_warn(parent, "config symbol defined without type"); in menu_finalize() 425 menu_warn(parent, "choice must have a prompt"); in menu_finalize()
|
A D | lkc.h | 108 void menu_warn(struct menu *menu, const char *fmt, ...);
|
A D | symbol.c | 1365 menu_warn(current_entry, "redefining environment symbol from %s", in prop_add_env() 1380 menu_warn(current_entry, "environment variable %s undefined", env); in prop_add_env()
|
Completed in 6 milliseconds