Home
last modified time | relevance | path

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

/utopia/UTPA2-700.0.x/projects/build/scripts/kconfig/
H A Dnconf.c572 char new_str[256]; in item_add_str() local
579 vsnprintf(new_str, sizeof(new_str), fmt, ap); in item_add_str()
582 k_menu_items[index].str, new_str); in item_add_str()