Searched refs:strcpy (Results 1 - 25 of 36) sorted by relevance

12

/bionic/libc/upstream-openbsd/lib/libc/string/
H A Dstrcpy.c1 /* $OpenBSD: strcpy.c,v 1.9 2014/06/10 04:17:37 deraadt Exp $ */
35 __warn_references(strcpy,
36 "warning: strcpy() is almost always misused, please use strlcpy()");
40 strcpy(char *to, const char *from) function
/bionic/libc/bionic/
H A D__strcpy_chk.cpp43 * This strcpy check is called if _FORTIFY_SOURCE is defined and
50 __fortify_chk_fail("strcpy: prevented write past end of buffer",
54 return strcpy(dest, src);
H A Dsystem_properties_compat.c112 strcpy(name, pi->name);
H A Difaddrs.cpp207 strcpy(new_addr->name, addr->name);
/bionic/libc/tzcode/
H A Dasctime.c88 return strcpy(buf, "??? ??? ?? ??:??:?? ????\n");
113 return strcpy(buf, result);
/bionic/libstdc++/include/
H A Dcstring53 using ::strcpy;
/bionic/tests/
H A Dfortify_test.cpp194 ASSERT_FORTIFY(strcpy(myfoo.empty, src));
210 ASSERT_FORTIFY(strcpy(myfoo.empty, src));
226 ASSERT_FORTIFY(strcpy(myfoo.one, src));
270 strcpy(myfoo.a, "01");
285 strcpy(myfoo.a, "01");
330 strcpy(src, "0123456789");
346 strcpy(myfoo.a, "012345678");
365 ASSERT_FORTIFY(strcpy(buf, orig));
377 ASSERT_FORTIFY(strcpy(buf, orig));
389 ASSERT_FORTIFY(strcpy(bu
[all...]
H A Dsys_uio_test.cpp53 strcpy(buf, "hello");
H A Dfortify_compilation_test.cpp102 strcpy(buf, "foobar"); // NOLINT(runtime/printf)
H A Dsys_socket_test.cpp47 strcpy(addr.sun_path + 1, pdata->sock_path);
71 strcpy(addr.sun_path + 1, sock_path);
H A Dstdlib_test.cpp207 strcpy(entries[0].name, "charlie");
208 strcpy(entries[1].name, "bravo");
209 strcpy(entries[2].name, "alpha");
H A Dstring_test.cpp267 strcpy(state.ptr + state.MAX_LEN - 1, state.ptr1);
279 ASSERT_EQ(buf, strcpy(buf, orig));
289 ASSERT_EQ(buf, strcpy(buf, orig));
303 ASSERT_EQ(buf, strcpy(buf, orig));
532 TEST(STRING_TEST, strcpy) {
550 ASSERT_TRUE(strcpy(state.ptr2, state.ptr1) == state.ptr2);
1111 ASSERT_EQ(dst, reinterpret_cast<uint8_t*>(strcpy(reinterpret_cast<char*>(dst),
/bionic/libc/arch-arm/generic/bionic/
H A Dstrcpy.S37 ENTRY(strcpy) function
135 END(strcpy)
/bionic/libc/arch-arm/
H A Darm.mk8 arch-arm/generic/bionic/strcpy.S \
16 upstream-openbsd/lib/libc/string/strcpy.c \
/bionic/libc/arch-arm64/
H A Darm64.mk16 arch-arm64/generic/bionic/strcpy.S \
34 upstream-openbsd/lib/libc/string/strcpy.c \
/bionic/libc/arch-x86_64/
H A Dx86_64.mk12 upstream-openbsd/lib/libc/string/strcpy.c \
42 arch-x86_64/string/sse2-strcpy-slm.S \
/bionic/libc/dns/nameser/
H A Dns_samedomain.c177 strcpy(dst, src);
H A Dns_ttl.c157 strcpy(*buf, tmp);
/bionic/libc/arch-arm64/generic/bionic/
H A Dstring_copy.S102 ENTRY(strcpy) function
244 END(strcpy)
/bionic/libc/arch-x86/
H A Dx86.mk24 arch-x86/silvermont/string/sse2-strcpy-slm.S \
86 upstream-openbsd/lib/libc/string/strcpy.c \
/bionic/libc/include/
H A Dstring.h72 extern char* strcpy(char* __restrict, const char* __restrict);
206 char* strcpy(char* __restrict dest, const char* __restrict src) { function
/bionic/libc/dns/resolv/
H A Dres_init.c240 strcpy(statp->_u._ext.ext->nsuffix, "ip6.arpa");
241 strcpy(statp->_u._ext.ext->nsuffix2, "ip6.int");
451 strcpy(statp->defdname, cp + 1);
/bionic/libc/arch-arm/cortex-a15/bionic/
H A Dstring_copy.S105 ENTRY(strcpy) function
519 END(strcpy)
/bionic/linker/
H A Ddebugger.cpp158 strcpy(thread_name, "<name unknown>");
/bionic/libc/arch-arm/cortex-a9/bionic/
H A Dstring_copy.S105 ENTRY(strcpy) function
541 END(strcpy)

Completed in 387 milliseconds

12