Searched refs:xstrdup (Results 1 – 9 of 9) sorted by relevance
101 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);
61 prop = build_property(xstrdup(de->d_name), in read_fstree()71 newchild = name_node(newchild, xstrdup(de->d_name)); in read_fstree()
56 fullname = xstrdup("<stdin>"); in srcfile_relative_open()60 fullname = xstrdup(fname); in srcfile_relative_open()
630 str = xstrdup(inb->ptr); in flat_read_string()672 return xstrdup(inb->base + offset); in flat_read_stringtable()739 return xstrdup(cpath + plen); in nodename_from_path()
933 yylval.labelref = xstrdup(yytext);942 yylval.literal = xstrdup(yytext);952 yylval.labelref = xstrdup(yytext+1);962 yylval.labelref = xstrdup(yytext+2);989 yylval.propnodename = xstrdup(yytext);
53 extern char *xstrdup(const char *s);
27 char *xstrdup(const char *s) in xstrdup() function
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()
85 #define xstrdup(str) ({ char *__str = strdup(str); \ macro