new_str           568 scripts/kconfig/nconf.c 	char new_str[256];
new_str           575 scripts/kconfig/nconf.c 	vsnprintf(new_str, sizeof(new_str), fmt, ap);
new_str           578 scripts/kconfig/nconf.c 			k_menu_items[index].str, new_str);
new_str           239 tools/perf/util/pmu.c 				char **new_str)
new_str           244 tools/perf/util/pmu.c 	if (*new_str) {	/* Have new string, check with old */
new_str           245 tools/perf/util/pmu.c 		if (strcasecmp(*old_str, *new_str))
new_str           252 tools/perf/util/pmu.c 	*old_str = *new_str;
new_str           253 tools/perf/util/pmu.c 	*new_str = NULL;