Searched defs:xstrdup (Results 1 – 12 of 12) sorted by relevance
109 char *xstrdup(const char *s) in xstrdup() function
76 char *xstrdup () const in xstrdup() function
46 static char * xstrdup(const char * s) in xstrdup() function
69 static char * xstrdup(const char * s) in xstrdup() function
170 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
84 #define xstrdup(s) Xstrdup(s) macro
99 static char *xstrdup(const char *s) in xstrdup() function
136 #define xstrdup strdup macro