Searched defs:xstrdup (Results 1 – 9 of 9) sorted by relevance
72 #define xstrdup(_str) (strcpy((malloc(strlen(_str)+1) ? : vmefail()), (_str))) macro74 #define xstrdup(_str) strdup(_str) macro
36 xstrdup (string) in xstrdup() function
15 char *xstrdup(const char *str) in xstrdup() function
69 #define xstrdup(str) strdup(str) macro
112 char *xstrdup(const char *s) in xstrdup() function
119 xstrdup (char const *string) in xstrdup() function
288 xstrdup(const char *str) in xstrdup() function
74 #define xstrdup(_str) \ macro
735 xstrdup(const char *s) in xstrdup() function