Searched defs:xstrdup (Results 1 – 7 of 7) sorted by relevance
109 char *xstrdup(const char *s) in xstrdup() function
158 char *xstrdup(const char *s) in xstrdup() function
76 #define xstrdup(str) ({ char *__str = strdup(str); \ macro
39 char *xstrdup(const char *s) in xstrdup() function
26 char *xstrdup(const char *s) in xstrdup() function
100 static char *xstrdup(const char *s) in xstrdup() function
135 #define xstrdup strdup macro