Home
last modified time | relevance | path

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

/scripts/kconfig/
Dnconf.c581 char new_str[256]; in item_add_str() local
588 vsnprintf(new_str, sizeof(new_str), fmt, ap); in item_add_str()
591 k_menu_items[index].str, new_str); in item_add_str()