Home
last modified time | relevance | path

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

/linux-6.15/scripts/include/
H A Dxalloc.h44 static inline char *xstrndup(const char *s, size_t n) in xstrndup() function
/linux-6.15/scripts/dtc/
H A Dutil.h66 extern char *xstrndup(const char *s, size_t len);
H A Dutil.c36 char *xstrndup(const char *s, size_t n) in xstrndup() function
H A Dlivetree.c601 buf = xstrndup(label, slash - label); in get_node_by_ref()
/linux-6.15/scripts/kconfig/
H A Dpreprocess.c359 tmp = xstrndup(str, len); in eval_clause()