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
63 char* stpcpy(char* const dst __pass_object_size, const char* src) in stpcpy() function
251 DEFINE_IFUNC(stpcpy) { in DEFINE_IFUNC() argument
508 TEST(STRING_TEST, stpcpy) { in TEST() argument