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

/linux-master/include/linux/
H A Dfortify-string.h84 extern char *__underlying_strncpy(char *p, const char *q, __kernel_size_t size) __RENAME(strncpy);
108 #define __underlying_strncpy __builtin_strncpy macro
187 return __underlying_strncpy(p, q, size);
786 #undef __underlying_strncpy macro

Completed in 171 milliseconds