Home
last modified time | relevance | path

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

/kernel/linux/linux-5.10/scripts/kconfig/
Dnconf.c569 char new_str[256]; in item_add_str() local
576 vsnprintf(new_str, sizeof(new_str), fmt, ap); in item_add_str()
579 k_menu_items[index].str, new_str); in item_add_str()
/kernel/linux/linux-5.10/tools/perf/util/
Dpmu.c241 char **new_str) in perf_pmu_assign_str() argument
246 if (*new_str) { /* Have new string, check with old */ in perf_pmu_assign_str()
247 if (strcasecmp(*old_str, *new_str)) in perf_pmu_assign_str()
254 *old_str = *new_str; in perf_pmu_assign_str()
255 *new_str = NULL; in perf_pmu_assign_str()