Home
last modified time | relevance | path

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

/linux-4.1.27/scripts/dtc/
Ddtc-lexer.l92 srcpos_set_line(xstrdup(fn), atoi(line) - 1);
143 yylval.labelref = xstrdup(yytext);
149 yylval.literal = xstrdup(yytext);
156 yylval.literal = xstrdup(yytext+1);
163 yylval.labelref = xstrdup(yytext+1);
170 yylval.labelref = xstrdup(yytext+2);
188 yylval.propnodename = xstrdup((yytext[0] == '\\') ?
Dfstree.c61 prop = build_property(xstrdup(de->d_name), in read_fstree()
71 newchild = name_node(newchild, xstrdup(de->d_name)); in read_fstree()
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()
Dutil.h59 extern char *xstrdup(const char *s);
Dflattree.c633 str = xstrdup(inb->ptr); in flat_read_string()
675 return xstrdup(inb->base + offset); in flat_read_stringtable()
740 return xstrdup(cpath + plen); in nodename_from_path()
Dutil.c39 char *xstrdup(const char *s) in xstrdup() function
Ddtc-lexer.lex.c_shipped969 srcpos_set_line(xstrdup(fn), atoi(line) - 1);
1048 yylval.labelref = xstrdup(yytext);
1057 yylval.literal = xstrdup(yytext);
1068 yylval.literal = xstrdup(yytext+1);
1078 yylval.labelref = xstrdup(yytext+1);
1088 yylval.labelref = xstrdup(yytext+2);
1115 yylval.propnodename = xstrdup((yytext[0] == '\\') ?
/linux-4.1.27/tools/perf/util/
Dwrapper.c15 char *xstrdup(const char *str) in xstrdup() function
Dpath.c89 return xstrdup(path); in perf_pathdup()
Dutil.h184 extern char *xstrdup(const char *str);
/linux-4.1.27/scripts/genksyms/
Dgenksyms.h87 #define xstrdup(str) ({ char *__str = strdup(str); \ macro
Dgenksyms.c355 newnode->string = xstrdup(string); in mk_node()
384 newnode->string = xstrdup(node->string); in copy_node()
495 subsym = add_reference_symbol(xstrdup(sym->string), sym->tag, in read_reference()
Dlex.l172 source_file = xstrdup(cur_filename);
Dlex.lex.c_shipped1981 source_file = xstrdup(cur_filename);