Lines Matching refs:STPCPY
81 20200 STPCPY
1111 /*---------------------- stpcpy ----------------------*/
1115 #define STPCPY(soname, fnname) \
1133 RECORD_OVERLAP_ERROR("stpcpy", dst_orig, src_orig, 0); \
1139 STPCPY(VG_Z_LIBC_SONAME, stpcpy)
1140 STPCPY(VG_Z_LIBC_SONAME, __GI_stpcpy)
1141 STPCPY(VG_Z_LIBC_SONAME, __stpcpy_sse2)
1142 STPCPY(VG_Z_LIBC_SONAME, __stpcpy_sse2_unaligned)
1143 STPCPY(VG_Z_LD_LINUX_SO_2, stpcpy)
1144 STPCPY(VG_Z_LD_LINUX_X86_64_SO_2, stpcpy)
1147 //STPCPY(VG_Z_LIBC_SONAME, stpcpy)
1148 //STPCPY(VG_Z_DYLD, stpcpy)
1151 STPCPY(VG_Z_LIBC_SONAME, stpcpy)
1440 /* glibc variant of stpcpy that checks the dest is big enough.