Home
last modified time | relevance | path

Searched refs:xstrdup (Results 1 – 17 of 17) sorted by relevance

/linux/scripts/kconfig/
A Dpreprocess.c51 e->name = xstrdup(name); in env_add()
52 e->value = xstrdup(value); in env_add()
76 return xstrdup(e->value); in env_expand()
89 return xstrdup(value); in env_expand()
122 return xstrdup(""); in do_error_if()
134 return xstrdup(""); in do_info()
143 return xstrdup(buf); in do_lineno()
183 return xstrdup(buf); in do_shell()
191 return xstrdup(""); in do_warning_if()
437 res = xstrdup(""); in eval_clause()
[all …]
A Dqconf.cc1392 configname = xstrdup(conf_get_configname()); in ConfigMainWindow()
1545 configname = xstrdup(name); in loadConfig()
1580 configname = xstrdup(name); in saveConfigAs()
A Dparser.y486 /* empty */ { $$ = xstrdup(""); };
A Dconfdata.c285 sym->def[def].val = xstrdup(p); in conf_set_sym_val()
A Dsymbol.c907 new_name = xstrdup(name); in sym_lookup()
/linux/scripts/dtc/
A Ddtc-lexer.l85 srcpos_set_line(xstrdup(fn.val), atoi(line) - 1);
149 yylval.labelref = xstrdup(yytext);
199 yylval.labelref = xstrdup(yytext+1);
206 yylval.labelref = xstrdup(yytext+2);
224 yylval.propnodename = xstrdup((yytext[0] == '\\') ?
A Dsrcpos.c107 fullname = xstrdup(fname); in try_open()
155 fullname = xstrdup("<stdin>"); in srcfile_relative_open()
224 node->dirname = xstrdup(dirname); in srcfile_add_search_path()
A Dfstree.c57 newchild = name_node(newchild, xstrdup(de->d_name)); in read_fstree()
A Dutil.h65 extern char *xstrdup(const char *s);
A Dflattree.c661 return xstrdup(inb->base + offset); in flat_read_stringtable()
744 node->name = xstrdup(nodename_from_path(parent_flatname, in unflatten_tree()
747 node->name = xstrdup(flatname); in unflatten_tree()
A Dlivetree.c46 new->name = xstrdup(name); in build_property()
59 new->name = xstrdup(name); in build_property_delete()
123 node->name = xstrdup(name); in name_node()
A Dutil.c26 char *xstrdup(const char *s) in xstrdup() function
/linux/scripts/include/
A Dxalloc.h35 static inline char *xstrdup(const char *s) in xstrdup() function
/linux/scripts/genksyms/
A Dgenksyms.h76 #define xstrdup(str) ({ char *__str = strdup(str); \ macro
A Dgenksyms.c341 newnode->string = xstrdup(string); in mk_node()
370 newnode->string = xstrdup(node->string); in copy_node()
483 subsym = add_reference_symbol(xstrdup(sym->string), sym->tag, in read_reference()
A Dlex.l159 source_file = xstrdup(cur_filename);
/linux/scripts/mod/
A Dmodpost.c359 s->namespace = xstrdup(namespace); in sym_add_exported()
627 char *munged = xstrdup(symname); in handle_symbol()

Completed in 38 milliseconds