Searched defs:strcpy (Results 1 – 6 of 6) sorted by relevance
40 strcpy(char *to, const char *from) in strcpy() function
82 DEFINE_IFUNC_FOR(strcpy) { in DEFINE_IFUNC_FOR() argument
170 strcpy (char *to, const char *from) in strcpy() function
74 char* strcpy(char* const dst __pass_object_size, const char* src) in strcpy() function
222 DEFINE_IFUNC(strcpy) { in DEFINE_IFUNC() argument
532 TEST(STRING_TEST, strcpy) { in TEST() argument