Searched defs:stpcpy (Results 1 – 5 of 5) sorted by relevance
29 #define stpcpy stpcpy_generic macro
40 stpcpy(char *to, const char *from) in stpcpy() function
77 char* stpcpy(char* const dst __pass_object_size, const char* src) in stpcpy() function
239 DEFINE_IFUNC_FOR(stpcpy) { in DEFINE_IFUNC_FOR() argument
508 TEST(STRING_TEST, stpcpy) { in TEST() argument