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

/linux-4.4.14/tools/perf/util/
H A Dwrapper.c15 char *xstrdup(const char *str) xstrdup() function
H A Dpath.c89 return xstrdup(path); perf_pathdup()
H A Dutil.h178 extern char *xstrdup(const char *str);
/linux-4.4.14/scripts/dtc/
H A Dfstree.c61 prop = build_property(xstrdup(de->d_name), read_fstree()
71 newchild = name_node(newchild, xstrdup(de->d_name)); read_fstree()
H A Dsrcpos.c76 fullname = xstrdup(fname); try_open()
124 fullname = xstrdup("<stdin>"); srcfile_relative_open()
190 node->dirname = xstrdup(dirname); srcfile_add_search_path()
H A Dflattree.c633 str = xstrdup(inb->ptr); flat_read_string()
675 return xstrdup(inb->base + offset); flat_read_stringtable()
740 return xstrdup(cpath + plen); nodename_from_path()
H A Dutil.c39 char *xstrdup(const char *s) xstrdup() function
H A Dutil.h61 extern char *xstrdup(const char *s);
/linux-4.4.14/scripts/genksyms/
H A Dgenksyms.h87 #define xstrdup(str) ({ char *__str = strdup(str); \ macro
H A Dgenksyms.c355 newnode->string = xstrdup(string); mk_node()
384 newnode->string = xstrdup(node->string); copy_node()
495 subsym = add_reference_symbol(xstrdup(sym->string), sym->tag, read_reference()

Completed in 310 milliseconds