Searched defs:stpcpy (Results 1 – 6 of 6) sorted by relevance
29 #define stpcpy stpcpy_generic macro
40 stpcpy(char *to, const char *from) in stpcpy() function
108 DEFINE_IFUNC_FOR(stpcpy) { in DEFINE_IFUNC_FOR() argument
247 DEFINE_IFUNC_FOR(stpcpy) { in DEFINE_IFUNC_FOR() argument
103 char* _Nonnull stpcpy(char* _Nonnull const dst __pass_object_size, const char* _Nonnull src) in stpcpy() function
520 TEST(STRING_TEST, stpcpy) { in TEST() argument