Searched defs:xstrndup (Results 1 – 2 of 2) sorted by relevance
95 xstrndup(char *str, size_t len) in xstrndup() function
256 #define xstrndup(p, size) x_strndup((p), (size), __FILE__, __LINE__) macro