Searched refs:xstrdup (Results 1 – 17 of 17) sorted by relevance
51 e->name = xstrdup(name); in env_add()52 e->value = xstrdup(value); in env_add()76 return xstrdup(e->value); in env_expand()89 return xstrdup(value); in env_expand()122 return xstrdup(""); in do_error_if()134 return xstrdup(""); in do_info()143 return xstrdup(buf); in do_lineno()183 return xstrdup(buf); in do_shell()191 return xstrdup(""); in do_warning_if()437 res = xstrdup(""); in eval_clause()[all …]
1392 configname = xstrdup(conf_get_configname()); in ConfigMainWindow()1545 configname = xstrdup(name); in loadConfig()1580 configname = xstrdup(name); in saveConfigAs()
486 /* empty */ { $$ = xstrdup(""); };
285 sym->def[def].val = xstrdup(p); in conf_set_sym_val()
907 new_name = xstrdup(name); in sym_lookup()
85 srcpos_set_line(xstrdup(fn.val), atoi(line) - 1);149 yylval.labelref = xstrdup(yytext);199 yylval.labelref = xstrdup(yytext+1);206 yylval.labelref = xstrdup(yytext+2);224 yylval.propnodename = xstrdup((yytext[0] == '\\') ?
107 fullname = xstrdup(fname); in try_open()155 fullname = xstrdup("<stdin>"); in srcfile_relative_open()224 node->dirname = xstrdup(dirname); in srcfile_add_search_path()
57 newchild = name_node(newchild, xstrdup(de->d_name)); in read_fstree()
65 extern char *xstrdup(const char *s);
661 return xstrdup(inb->base + offset); in flat_read_stringtable()744 node->name = xstrdup(nodename_from_path(parent_flatname, in unflatten_tree()747 node->name = xstrdup(flatname); in unflatten_tree()
46 new->name = xstrdup(name); in build_property()59 new->name = xstrdup(name); in build_property_delete()123 node->name = xstrdup(name); in name_node()
26 char *xstrdup(const char *s) in xstrdup() function
35 static inline char *xstrdup(const char *s) in xstrdup() function
76 #define xstrdup(str) ({ char *__str = strdup(str); \ macro
341 newnode->string = xstrdup(string); in mk_node()370 newnode->string = xstrdup(node->string); in copy_node()483 subsym = add_reference_symbol(xstrdup(sym->string), sym->tag, in read_reference()
159 source_file = xstrdup(cur_filename);
359 s->namespace = xstrdup(namespace); in sym_add_exported()627 char *munged = xstrdup(symname); in handle_symbol()
Completed in 38 milliseconds