Searched defs:strcpy (Results 1 – 6 of 6) sorted by relevance
40 strcpy(char *to, const char *from) in strcpy() function
91 DEFINE_IFUNC_FOR(strcpy) { in DEFINE_IFUNC_FOR() argument
70 DEFINE_IFUNC_FOR(strcpy) { in DEFINE_IFUNC_FOR() argument
89 char* strcpy(char* const dst __pass_object_size, const char* src) in strcpy() function
210 DEFINE_IFUNC_FOR(strcpy) { in DEFINE_IFUNC_FOR() argument
532 TEST(STRING_TEST, strcpy) { in TEST() argument