Searched defs:stpcpy (Results 1 – 4 of 4) sorted by relevance
58 # define stpcpy(dest, src) __stpcpy(dest, src) macro395 stpcpy (char *dest, const char *src) in stpcpy() function
136 # define stpcpy __stpcpy macro1737 stpcpy (char *dest, const char *src) in stpcpy() function
31 static inline char * stpcpy (char *dest, const char * src) { in stpcpy() function
49 char *stpcpy(char *const dest __DIAGNOSE_PASS_OBJECT_SIZE, const char *src) in stpcpy() function