Searched refs:__underlying_strcpy (Results 1 – 1 of 1) sorted by relevance
34 extern char *__underlying_strcpy(char *p, const char *q) __RENAME(strcpy);45 #define __underlying_strcpy __builtin_strcpy macro315 return __underlying_strcpy(p, q); in strcpy()334 #undef __underlying_strcpy
Completed in 3 milliseconds