Home
last modified time | relevance | path

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

/rk3399_rockchip-uboot/scripts/dtc/
H A Ddtc-lexer.l100 srcpos_set_line(xstrdup(fn.val), atoi(line) - 1);
157 yylval.labelref = xstrdup(yytext);
207 yylval.labelref = xstrdup(yytext+1);
214 yylval.labelref = xstrdup(yytext+2);
232 yylval.propnodename = xstrdup((yytext[0] == '\\') ?
H 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()
H 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()
H A Dutil.h69 extern char *xstrdup(const char *s);
H 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()
H A Dutil.c39 char *xstrdup(const char *s) in xstrdup() function
H A Ddtc-lexer.lex.c_shipped976 srcpos_set_line(xstrdup(fn.val), atoi(line) - 1);
1063 yylval.labelref = xstrdup(yytext);
1123 yylval.labelref = xstrdup(yytext+1);
1133 yylval.labelref = xstrdup(yytext+2);
1160 yylval.propnodename = xstrdup((yytext[0] == '\\') ?
H A Dlivetree.c767 name_node(node, xstrdup(name)); in build_and_name_child_node()
/rk3399_rockchip-uboot/common/
H A Dcli_hush.c136 #define xstrdup strdup macro
1605 name = xstrdup(child->argv[i]);