Searched refs:xstrdup (Results 1 – 14 of 14) sorted by relevance
92 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] == '\\') ?
61 prop = build_property(xstrdup(de->d_name), in read_fstree()71 newchild = name_node(newchild, xstrdup(de->d_name)); in read_fstree()
76 fullname = xstrdup(fname); in try_open()124 fullname = xstrdup("<stdin>"); in srcfile_relative_open()190 node->dirname = xstrdup(dirname); in srcfile_add_search_path()
59 extern char *xstrdup(const char *s);
633 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()
39 char *xstrdup(const char *s) in xstrdup() function
969 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] == '\\') ?
15 char *xstrdup(const char *str) in xstrdup() function
89 return xstrdup(path); in perf_pathdup()
184 extern char *xstrdup(const char *str);
87 #define xstrdup(str) ({ char *__str = strdup(str); \ macro
355 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()
172 source_file = xstrdup(cur_filename);
1981 source_file = xstrdup(cur_filename);