Home
last modified time | relevance | path

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

/u-boot/scripts/kconfig/
A Dpreprocess.c46 e->name = xstrdup(name); in env_add()
47 e->value = xstrdup(value); in env_add()
71 return xstrdup(e->value); in env_expand()
84 return xstrdup(value); in env_expand()
126 return xstrdup(""); in do_info()
135 return xstrdup(buf); in do_lineno()
175 return xstrdup(buf); in do_shell()
184 return xstrdup(""); in do_warning_if()
269 res = xstrdup(v->value); in variable_expand()
427 res = xstrdup(""); in eval_clause()
[all …]
A Dutil.c26 file->name = xstrdup(name); in file_lookup()
110 char *xstrdup(const char *s) in xstrdup() function
A Dlkc.h103 char *xstrdup(const char *s);
A Dsymbol.c150 sym->curr.val = xstrdup(str); in sym_validate_range()
828 new_name = xstrdup(name); in sym_lookup()
A Dzconf.y524 /* empty */ { $$ = xstrdup(""); };
A Dconfdata.c213 sym->def[def].val = xstrdup(p); in conf_set_sym_val()
/u-boot/scripts/dtc/
A Ddtc-lexer.l100 srcpos_set_line(xstrdup(fn.val), atoi(line) - 1);
164 yylval.labelref = xstrdup(yytext);
214 yylval.labelref = xstrdup(yytext+1);
221 yylval.labelref = xstrdup(yytext+2);
239 yylval.propnodename = xstrdup((yytext[0] == '\\') ?
A Dfstree.c61 prop = build_property(xstrdup(de->d_name), in read_fstree()
71 newchild = name_node(newchild, xstrdup(de->d_name)); in read_fstree()
A Dsrcpos.c76 fullname = xstrdup(fname); in try_open()
124 fullname = xstrdup("<stdin>"); in srcfile_relative_open()
190 node->dirname = xstrdup(dirname); in srcfile_add_search_path()
A Dutil.h72 extern char *xstrdup(const char *s);
A Dflattree.c633 str = xstrdup(inb->ptr); in flat_read_string()
675 return xstrdup(inb->base + offset); in flat_read_stringtable()
742 return xstrdup(cpath + plen); in nodename_from_path()
A Dutil.c39 char *xstrdup(const char *s) in xstrdup() function
A Dlivetree.c791 name_node(node, xstrdup(name)); in build_and_name_child_node()
/u-boot/common/
A Dcli_hush.c134 #define xstrdup strdup macro
1603 name = xstrdup(child->argv[i]);

Completed in 71 milliseconds