Searched defs:xstrdup (Results 1 – 3 of 3) sorted by relevance
109 char *xstrdup(const char *s) in xstrdup() function
76 #define xstrdup(str) ({ char *__str = strdup(str); \ macro
26 char *xstrdup(const char *s) in xstrdup() function
Completed in 5 milliseconds