Searched refs:strcpy (Results 1 – 3 of 3) sorted by relevance
56 strcpy(buf, "ERROR"); in android_fstrace_get_pathname()61 strcpy(buf, "ERROR"); in android_fstrace_get_pathname()
23 extern char * strcpy(char *,const char *);282 extern char *__underlying_strcpy(char *p, const char *q) __RENAME(strcpy);482 __FORTIFY_INLINE char *strcpy(char *p, const char *q) in strcpy() function
674 strcpy(__get_str(dst), (src) ? (const char *)(src) : "(null)");