Home
last modified time | relevance | path

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

/linux-5.19.10/scripts/kconfig/
Dnconf.c573 char new_str[256]; in item_add_str() local
580 vsnprintf(new_str, sizeof(new_str), fmt, ap); in item_add_str()
583 k_menu_items[index].str, new_str); in item_add_str()
/linux-5.19.10/tools/perf/util/
Dpmu.c245 char **new_str) in perf_pmu_assign_str() argument
250 if (*new_str) { /* Have new string, check with old */ in perf_pmu_assign_str()
251 if (strcasecmp(*old_str, *new_str)) in perf_pmu_assign_str()
258 *old_str = *new_str; in perf_pmu_assign_str()
259 *new_str = NULL; in perf_pmu_assign_str()