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

/linux-master/include/linux/
H A Dfortify-string.h100 extern char *__underlying_strncpy(char *p, const char *q, __kernel_size_t size) __RENAME(strncpy);
125 #define __underlying_strncpy __builtin_strncpy macro
205 return __underlying_strncpy(p, q, size);
806 #undef __underlying_strncpy macro

Completed in 106 milliseconds