Home
last modified time | relevance | path

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

/linux-6.12.1/include/linux/
Dfortify-string.h97 extern char *__underlying_strcpy(char *p, const char *q) __RENAME(strcpy);
122 #define __underlying_strcpy __builtin_strcpy macro
783 return __underlying_strcpy(p, q); in strcpy()
799 #undef __underlying_strcpy