Searched refs:xstrdup (Results 1 – 9 of 9) sorted by relevance
100 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] == '\\') ?
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()
69 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()742 return xstrdup(cpath + plen); in nodename_from_path()
39 char *xstrdup(const char *s) in xstrdup() function
976 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] == '\\') ?
767 name_node(node, xstrdup(name)); in build_and_name_child_node()
136 #define xstrdup strdup macro1605 name = xstrdup(child->argv[i]);