xstrdup           618 scripts/dtc/flattree.c 	str = xstrdup(inb->ptr);
xstrdup           660 scripts/dtc/flattree.c 	return xstrdup(inb->base + offset);
xstrdup           727 scripts/dtc/flattree.c 	return xstrdup(cpath + plen);
xstrdup            46 scripts/dtc/fstree.c 				prop = build_property(xstrdup(de->d_name),
xstrdup            57 scripts/dtc/fstree.c 			newchild = name_node(newchild, xstrdup(de->d_name));
xstrdup           790 scripts/dtc/livetree.c 	name_node(node, xstrdup(name));
xstrdup           105 scripts/dtc/srcpos.c 		fullname = xstrdup(fname);
xstrdup           153 scripts/dtc/srcpos.c 		fullname = xstrdup("<stdin>");
xstrdup           222 scripts/dtc/srcpos.c 	node->dirname = xstrdup(dirname);
xstrdup            58 scripts/dtc/util.h extern char *xstrdup(const char *s);
xstrdup           343 scripts/genksyms/genksyms.c 	newnode->string = xstrdup(string);
xstrdup           372 scripts/genksyms/genksyms.c 	newnode->string = xstrdup(node->string);
xstrdup           485 scripts/genksyms/genksyms.c 		subsym = add_reference_symbol(xstrdup(sym->string), sym->tag,
xstrdup           280 scripts/kconfig/confdata.c 			sym->def[def].val = xstrdup(p);
xstrdup            88 scripts/kconfig/lkc.h char *xstrdup(const char *s);
xstrdup           484 scripts/kconfig/parser.y 	/* empty */		{ $$ = xstrdup(""); };
xstrdup            49 scripts/kconfig/preprocess.c 	e->name = xstrdup(name);
xstrdup            50 scripts/kconfig/preprocess.c 	e->value = xstrdup(value);
xstrdup            74 scripts/kconfig/preprocess.c 			return xstrdup(e->value);
xstrdup            87 scripts/kconfig/preprocess.c 	return xstrdup(value);
xstrdup           122 scripts/kconfig/preprocess.c 	return xstrdup(current_file->name);
xstrdup           129 scripts/kconfig/preprocess.c 	return xstrdup("");
xstrdup           138 scripts/kconfig/preprocess.c 	return xstrdup(buf);
xstrdup           178 scripts/kconfig/preprocess.c 	return xstrdup(buf);
xstrdup           187 scripts/kconfig/preprocess.c 	return xstrdup("");
xstrdup           272 scripts/kconfig/preprocess.c 		res = xstrdup(v->value);
xstrdup           301 scripts/kconfig/preprocess.c 		v->name = xstrdup(name);
xstrdup           311 scripts/kconfig/preprocess.c 		new_value = xstrdup(value);
xstrdup           364 scripts/kconfig/preprocess.c 		res = xstrdup(argv[n - 1]);
xstrdup           430 scripts/kconfig/preprocess.c 	res = xstrdup("");
xstrdup           466 scripts/kconfig/preprocess.c 		return xstrdup("$");
xstrdup          1396 scripts/kconfig/qconf.cc 	configname = xstrdup(conf_get_configname());
xstrdup          1541 scripts/kconfig/qconf.cc 	configname = xstrdup(name);
xstrdup          1576 scripts/kconfig/qconf.cc 	configname = xstrdup(name);
xstrdup           148 scripts/kconfig/symbol.c 	sym->curr.val = xstrdup(str);
xstrdup           825 scripts/kconfig/symbol.c 		new_name = xstrdup(name);
xstrdup            25 scripts/kconfig/util.c 	file->name = xstrdup(name);