Searched defs:xstrdup (Results 1 – 7 of 7) sorted by relevance
39 xstrdup (const char *string) in xstrdup() function
48 #define xstrdup(_str) (strcpy((malloc(strlen(_str)+1) ? : vmefail()), (_str))) macro53 #define xstrdup(_str) strdup(_str) macro
55 static char *xstrdup(const char *s) in xstrdup() function
46 char *xstrdup(const char *s) in xstrdup() function
168 xstrdup(const char *s) in xstrdup() function
106 char *xstrdup(char *s) in xstrdup() function
539 xstrdup(char const *str) in xstrdup() function