Home
last modified time | relevance | path

Searched refs:xstrdup (Results 1 – 10 of 10) sorted by relevance

/xen/xen/tools/kconfig/
A Dpreprocess.c49 e->name = xstrdup(name); in env_add()
50 e->value = xstrdup(value); in env_add()
74 return xstrdup(e->value); in env_expand()
87 return xstrdup(value); in env_expand()
129 return xstrdup(""); in do_info()
138 return xstrdup(buf); in do_lineno()
178 return xstrdup(buf); in do_shell()
187 return xstrdup(""); in do_warning_if()
272 res = xstrdup(v->value); in variable_expand()
430 res = xstrdup(""); in eval_clause()
[all …]
A Dutil.c25 file->name = xstrdup(name); in file_lookup()
109 char *xstrdup(const char *s) in xstrdup() function
A Dlkc.h88 char *xstrdup(const char *s);
A Dqconf.cc1395 configname = xstrdup(conf_get_configname()); in ConfigMainWindow()
1540 configname = xstrdup(name); in loadConfig()
1575 configname = xstrdup(name); in saveConfigAs()
A Dsymbol.c148 sym->curr.val = xstrdup(str); in sym_validate_range()
825 new_name = xstrdup(name); in sym_lookup()
A Dparser.y484 /* empty */ { $$ = xstrdup(""); };
A Dconfdata.c280 sym->def[def].val = xstrdup(p); in conf_set_sym_val()
/xen/tools/xl/
A Dxl_utils.h138 char *xstrdup(const char *x);
A Dxl_utils.c104 char *xstrdup(const char *x) in xstrdup() function
A Dxl_parse.c244 char *ptr, *saveptr = NULL, *buf = xstrdup(cpu); in parse_cpurange()
405 *str = xstrdup(val); in replace_string()
2220 chn->u.socket.path = xstrdup(path); in parse_config_data()
2852 s = xstrdup(str); in split_string_into_pair()
2859 aa = xstrdup(p); in split_string_into_pair()
2865 bb = xstrdup(p); in split_string_into_pair()

Completed in 19 milliseconds