Searched refs:xstrndup (Results 1 – 3 of 3) sorted by relevance
46 char *xstrndup(char *, size_t);
95 xstrndup(char *str, size_t len) in xstrndup() function
256 #define xstrndup(p, size) x_strndup((p), (size), __FILE__, __LINE__) macro1329 ts->file = xstrndup(line, p - line); in parse_test_list_line()1341 option = xstrndup(p, end - p); in parse_test_list_line()1374 ts->command[i++] = xstrndup(p, end - p); in parse_test_list_line()