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

/linux-master/include/linux/
H A Dfortify-string.h81 extern char *__underlying_strcpy(char *p, const char *q) __RENAME(strcpy);
105 #define __underlying_strcpy __builtin_strcpy macro
767 return __underlying_strcpy(p, q);
783 #undef __underlying_strcpy macro

Completed in 98 milliseconds