Home
last modified time | relevance | path

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

/openbmc/linux/include/linux/
H A Dfortify-string.h56 extern char *__underlying_strncpy(char *p, const char *q, __kernel_size_t size) __RENAME(strncpy);
81 #define __underlying_strncpy __builtin_strncpy macro
165 return __underlying_strncpy(p, q, size); in strncpy()
827 #undef __underlying_strncpy