Searched defs:strcpy (Results 1 – 11 of 11) sorted by relevance
15 strcpy: label
23 strcpy: label
16 strcpy: label
23 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
19 static inline char *strcpy(char *__dest, const char *__src) in strcpy() function
120 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
422 __FORTIFY_INLINE char *strcpy(char *p, const char *q) in strcpy() function
88 char *strcpy(char *dest, const char *src) in strcpy() function