Home
last modified time | relevance | path

Searched refs:xstrndup (Results 1 – 4 of 4) sorted by relevance

/linux/scripts/include/
H A Dxalloc.h44 static inline char *xstrndup(const char *s, size_t n) in xstrndup() function
/linux/scripts/gendwarfksyms/
H A Dtypes.c462 fragment = xstrndup(&str[start], pos - start); in type_parse()
471 fragment = xstrndup(&str[pos], end - pos); in type_parse()
/linux/scripts/kconfig/
H A Dpreprocess.c359 tmp = xstrndup(str, len); in eval_clause()
/linux/scripts/mod/
H A Dfile2alias.c1605 alias->builtin_modname = xstrndup(modname, modnamelen);