Searched refs:x_strdup (Results 1 – 1 of 1) sorted by relevance
255 #define xstrdup(p) x_strdup((p), __FILE__, __LINE__)307 static char *x_strdup(const char *, const char *, int)418 x_strdup(const char *s, const char *file, int line) in x_strdup() function