Searched refs:xstrdup (Results 1 – 20 of 20) 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 …]
479 /* empty */ { $$ = xstrdup(""); };
285 sym->def[def].val = xstrdup(p); in conf_set_sym_val()
924 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
81 #define xstrdup(str) ({ char *__str = strdup(str); \ macro
283 sym->name = xstrdup(name); in __add_symbol()347 newnode->string = xstrdup(string); in mk_node()376 newnode->string = xstrdup(node->string); in copy_node()
167 source_file = xstrdup(cur_filename);
234 rule->target = xstrdup(get_rule_field(&rule_str, &left)); in kabi_read_rules()235 rule->value = xstrdup(get_rule_field(&rule_str, &left)); in kabi_read_rules()
140 df->data.str = xstrdup(str); in die_map_add_string()
127 e->name = xstrdup(name); in type_map_add()
204 cache->fqn = xstrdup(fqn->fqn); in update_fqn()1151 fqn = xstrdup(name); in resolve_fqns()
365 s->namespace = xstrdup(namespace); in sym_add_exported()636 char *munged = xstrdup(symname); in handle_symbol()
Completed in 35 milliseconds