Home
last modified time | relevance | path

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

/Linux-v6.6/include/linux/
Dfortify-string.h44 extern char *__underlying_strncpy(char *p, const char *q, __kernel_size_t size) __RENAME(strncpy);
68 #define __underlying_strncpy __builtin_strncpy macro
151 return __underlying_strncpy(p, q, size); in strncpy()
813 #undef __underlying_strncpy