Home
last modified time | relevance | path

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

/linux-3.4.99/scripts/dtc/
Ddtc-lexer.l101 yylval.labelref = xstrdup(yytext);
107 yylval.literal = xstrdup(yytext);
114 yylval.labelref = xstrdup(yytext+1);
121 yylval.labelref = xstrdup(yytext+2);
139 yylval.propnodename = xstrdup(yytext);
Dfstree.c61 prop = build_property(xstrdup(de->d_name), in read_fstree()
71 newchild = name_node(newchild, xstrdup(de->d_name)); in read_fstree()
Dutil.h53 extern char *xstrdup(const char *s);
Dutil.c27 char *xstrdup(const char *s) in xstrdup() function
Dsrcpos.c57 fullname = xstrdup("<stdin>"); in srcfile_relative_open()
61 fullname = xstrdup(fname); in srcfile_relative_open()
Dflattree.c630 str = xstrdup(inb->ptr); in flat_read_string()
672 return xstrdup(inb->base + offset); in flat_read_stringtable()
737 return xstrdup(cpath + plen); in nodename_from_path()
Ddtc-lexer.lex.c_shipped902 yylval.labelref = xstrdup(yytext);
910 yylval.literal = xstrdup(yytext);
919 yylval.labelref = xstrdup(yytext+1);
928 yylval.labelref = xstrdup(yytext+2);
952 yylval.propnodename = xstrdup(yytext);
/linux-3.4.99/tools/perf/util/
Dwrapper.c14 char *xstrdup(const char *str) in xstrdup() function
Dpath.c85 return xstrdup(path); in perf_pathdup()
Dutil.h177 extern char *xstrdup(const char *str);
/linux-3.4.99/scripts/genksyms/
Dgenksyms.h87 #define xstrdup(str) ({ char *__str = strdup(str); \ macro
Dgenksyms.c356 newnode->string = xstrdup(string); in mk_node()
385 newnode->string = xstrdup(node->string); in copy_node()
496 subsym = add_reference_symbol(xstrdup(sym->string), sym->tag, in read_reference()
Dlex.l171 source_file = xstrdup(cur_filename);
Dlex.lex.c_shipped1980 source_file = xstrdup(cur_filename);