Home
last modified time | relevance | path

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

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