Searched defs:xstrdup (Results 1 – 8 of 8) sorted by relevance
48 #define xstrdup(_str) (strcpy((malloc(strlen(_str)+1) ? : vmefail()), (_str))) macro53 #define xstrdup(_str) strdup(_str) macro
38 xstrdup (const char *string) in xstrdup() function
44 #define xstrdup(s) (fail_on_null(strdup(s), 0, __FILE__, __LINE__)) macro
33 char *xstrdup(const char *src) in xstrdup() function
48 xstrdup (const char *s) in xstrdup() function
168 xstrdup(const char *s) in xstrdup() function
106 char *xstrdup(char *s) in xstrdup() function
282 xstrdup(const char *s) in xstrdup() function