Searched defs:strcpy (Results 1 – 9 of 9) sorted by relevance
12 .globl strcpy symbol14 strcpy: label
18 .globl strcpy symbol22 strcpy: label
15 .globl strcpy symbol16 strcpy: label
23 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
12 static inline char *strcpy(char *__dest, const char *__src) in strcpy() function
96 static inline char *strcpy(char *dst, const char *src) in strcpy() function
17 char *strcpy(char *dest, const char *src) in strcpy() function
70 char *strcpy(char *dest, const char *src) in strcpy() function