Home
last modified time | relevance | path

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

/linux-4.4.14/scripts/kconfig/
Dnconf.c567 char new_str[256]; in item_add_str() local
574 vsnprintf(new_str, sizeof(new_str), fmt, ap); in item_add_str()
577 k_menu_items[index].str, new_str); in item_add_str()