Searched defs:xstrdup (Results 1 – 2 of 2) sorted by relevance
27 char *xstrdup(const char *s) in xstrdup() function
85 #define xstrdup(str) ({ char *__str = strdup(str); \ macro