Searched defs:strcpy (Results 1 – 9 of 9) sorted by relevance
13 .globl strcpy symbol15 strcpy: label
19 .globl strcpy symbol23 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
98 static inline char *strcpy(char *dst, const char *src) in strcpy() function
18 char *strcpy(char *dest, const char *src) in strcpy() function
72 char *strcpy(char *dest, const char *src) in strcpy() function