Searched defs:strcpy (Results 1 – 4 of 4) sorted by relevance
40 strcpy(char *to, const char *from) __overloadable in strcpy() function
170 strcpy (char *to, const char *from) __overloadable in strcpy() function
193 char* strcpy(char* _Nonnull __restrict const dst __pass_object_size, in strcpy() function
532 TEST(STRING_TEST, strcpy) { in TEST() argument