Searched defs:stpcpy (Results 1 – 4 of 4) sorted by relevance
39 stpcpy(char * __restrict to, const char * __restrict from) in stpcpy() function
22 .set stpcpy, __stpcpy define
121 #define stpcpy(dst, src) __ssp_bos_check2(stpcpy, global() macro
320 INTERCEPTOR(char *, stpcpy, char *dest, const char *src) { in INTERCEPTOR() argument