Home
last modified time | relevance | path

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

/scripts/include/
Dxalloc.h44 static inline char *xstrndup(const char *s, size_t n) in xstrndup() function
/scripts/dtc/
Dutil.h66 extern char *xstrndup(const char *s, size_t len);
Dutil.c36 char *xstrndup(const char *s, size_t n) in xstrndup() function
Dlivetree.c601 buf = xstrndup(label, slash - label); in get_node_by_ref()
/scripts/gendwarfksyms/
Dtypes.c462 fragment = xstrndup(&str[start], pos - start); in type_parse()
471 fragment = xstrndup(&str[pos], end - pos); in type_parse()
/scripts/kconfig/
Dpreprocess.c359 tmp = xstrndup(str, len); in eval_clause()