Home
last modified time | relevance | path

Searched defs:stpcpy (Results 1 – 4 of 4) sorted by relevance

/third_party/gettext/gettext-runtime/intl/
Dl10nflist.c58 # define stpcpy(dest, src) __stpcpy(dest, src) macro
395 stpcpy (char *dest, const char *src) in stpcpy() function
Ddcigettext.c136 # define stpcpy __stpcpy macro
1737 stpcpy (char *dest, const char *src) in stpcpy() function
/third_party/popt/src/
Dsystem.h31 static inline char * stpcpy (char *dest, const char * src) { in stpcpy() function
/third_party/musl/porting/linux/user/include/fortify/
Dstring.h49 char *stpcpy(char *const dest __DIAGNOSE_PASS_OBJECT_SIZE, const char *src) in stpcpy() function