Searched defs:strcpy (Results 1 – 10 of 10) sorted by relevance
37 strcpy(char * __restrict to, const char * __restrict from) in strcpy() function
36 strcpy(char * __restrict to, const char * __restrict from) in strcpy() function
125 #define strcpy gdb_strcpy macro138 strcpy (char *dst, const char *src) in strcpy() function
110 #define strcpy(dest, src) \ macro
496 strcpy ( in strcpy() function
168 #define strcpy(dst, src) __builtin_strcpy((dst), (src)) macro
202 #define strcpy(dst, src) __builtin_strcpy((dst), (src)) macro
665 #define strcpy OS_DO_NOT_USE_strcpy macro
176 strcpy keyword
1736 strcpy (unsigned char *dest, const unsigned char *src) in strcpy() function