Searched defs:stpcpy (Results 1 – 8 of 8) sorted by relevance
29 #define stpcpy stpcpy_generic macro
31 #define stpcpy stpcpy_gc macro
40 stpcpy(char *to, const char *from) in stpcpy() function
104 DEFINE_IFUNC_FOR(stpcpy) { in DEFINE_IFUNC_FOR() argument
87 DEFINE_IFUNC_FOR(stpcpy) { in DEFINE_IFUNC_FOR() argument
81 char* _Nonnull stpcpy(char* _Nonnull const dst __pass_object_size, const char* _Nonnull src) in stpcpy() function
239 DEFINE_IFUNC_FOR(stpcpy) { in DEFINE_IFUNC_FOR() argument
520 TEST(STRING_TEST, stpcpy) { in TEST() argument