Searched refs:new_str (Results 1 - 4 of 4) sorted by relevance
/kernel/linux/linux-5.10/scripts/kconfig/ |
H A D | nconf.c | 569 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-6.6/scripts/kconfig/ |
H A D | nconf.c | 579 char new_str[256]; in item_add_str() local 586 vsnprintf(new_str, sizeof(new_str), fmt, ap); in item_add_str() 589 k_menu_items[index].str, new_str); in item_add_str()
|
/kernel/linux/linux-5.10/tools/perf/util/ |
H A D | pmu.c | 241 char **new_str) in perf_pmu_assign_str() 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() 240 perf_pmu_assign_str(char *name, const char *field, char **old_str, char **new_str) perf_pmu_assign_str() argument
|
/kernel/linux/linux-6.6/tools/perf/util/ |
H A D | pmu.c | 438 const char *new_str) in assign_str() 440 if (!*old_str && new_str) { in assign_str() 441 *old_str = strdup(new_str); in assign_str() 445 if (!new_str || !strcasecmp(*old_str, new_str)) in assign_str() 449 name, field, *old_str, new_str); in assign_str() 451 *old_str = strdup(new_str); in assign_str() 437 assign_str(const char *name, const char *field, char **old_str, const char *new_str) assign_str() argument
|
Completed in 9 milliseconds