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