Searched refs:xstrndup (Results 1 – 4 of 4) sorted by relevance
44 static inline char *xstrndup(const char *s, size_t n) in xstrndup() function
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()
1605 alias->builtin_modname = xstrndup(modname, modnamelen);