Home
last modified time | relevance | path

Searched defs:xstrdup (Results 1 – 2 of 2) 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