Home
last modified time | relevance | path

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

/Linux-v5.4/tools/perf/util/
Dpmu.c239 char **new_str) in perf_pmu_assign_str() argument
244 if (*new_str) { /* Have new string, check with old */ in perf_pmu_assign_str()
245 if (strcasecmp(*old_str, *new_str)) in perf_pmu_assign_str()
252 *old_str = *new_str; in perf_pmu_assign_str()
253 *new_str = NULL; in perf_pmu_assign_str()
/Linux-v5.4/scripts/kconfig/
Dnconf.c568 char new_str[256]; in item_add_str() local
575 vsnprintf(new_str, sizeof(new_str), fmt, ap); in item_add_str()
578 k_menu_items[index].str, new_str); in item_add_str()