Searched defs:strcpy (Results 1 – 10 of 10) sorted by relevance
15 strcpy: label
12 strcpy: label
11 static inline char *strcpy(char *__dest, const char *__src) in strcpy() function
19 static inline char *strcpy(char *__dest, const char *__src) in strcpy() function
19 char *strcpy(char *dest, const char *src) in strcpy() function
87 char *strcpy(char *dest, const char *src) in strcpy() function
158 static inline char *strcpy(char *dst, const char *src) in strcpy() function
308 __FORTIFY_INLINE char *strcpy(char *p, const char *q) in strcpy() function
84 char *strcpy(char *dest, const char *src) in strcpy() function
2409 char *strcpy(char *dst, const char *src) in strcpy() function
Completed in 21 milliseconds