Home
last modified time | relevance | path

Searched defs:xstrdup (Results 1 – 3 of 3) sorted by relevance

/linux/scripts/include/
H A Dxalloc.h35 static inline char *xstrdup(const char *s) in xstrdup() function
/linux/scripts/genksyms/
H A Dgenksyms.h81 #define xstrdup(str) ({ char *__str = strdup(str); \ macro
/linux/scripts/dtc/
H A Dutil.c26 char *xstrdup(const char *s) in xstrdup() function