Searched refs:xstrndup (Results 1 – 6 of 6) sorted by relevance
44 static inline char *xstrndup(const char *s, size_t n) in xstrndup() function
66 extern char *xstrndup(const char *s, size_t len);
36 char *xstrndup(const char *s, size_t n) in xstrndup() function
601 buf = xstrndup(label, slash - label); in get_node_by_ref()
462 fragment = xstrndup(&str[start], pos - start); in type_parse()471 fragment = xstrndup(&str[pos], end - pos); in type_parse()
359 tmp = xstrndup(str, len); in eval_clause()