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