Home
last modified time | relevance | path

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

/Linux-v5.10/include/linux/
Dstring.h279 extern char *__underlying_strncpy(char *p, const char *q, __kernel_size_t size) __RENAME(strncpy);
290 #define __underlying_strncpy __builtin_strncpy macro
300 return __underlying_strncpy(p, q, size); in strncpy()
496 #undef __underlying_strncpy