Searched defs:stpcpy (Results 1 – 3 of 3) sorted by relevance
40 stpcpy(char * __restrict to, const char * __restrict from) in stpcpy() function
22 .set stpcpy, __stpcpy define
320 INTERCEPTOR(char *, stpcpy, char *dest, const char *src) { in INTERCEPTOR() argument