Searched refs:strcpy (Results 1 - 25 of 30) 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 Dsystem_properties.cpp584 strcpy(property_filename, filename);
614 strcpy(name, pi->name);
H A Dlibc_logging.cpp678 strcpy(new_abort_message->msg, msg);
/bionic/libc/tzcode/
H A Dasctime.c88 return strcpy(buf, "??? ??? ?? ??:??:?? ????\n");
113 return strcpy(buf, result);
H A Dlocaltime.c1238 (void) strcpy(lcl_TZname, name);
1259 (void) strcpy(lclptr->chars, gmt);
/bionic/libstdc++/include/
H A Dcstring53 using ::strcpy;
/bionic/tests/
H A Dfortify_test.cpp211 ASSERT_EXIT(strcpy(myfoo.empty, src),
229 ASSERT_EXIT(strcpy(myfoo.empty, src),
247 ASSERT_EXIT(strcpy(myfoo.one, src),
297 strcpy(myfoo.a, "01");
314 strcpy(myfoo.a, "01");
364 strcpy(src, "0123456789");
382 strcpy(myfoo.a, "012345678");
403 ASSERT_EXIT(strcpy(buf, orig), testing::KilledBySignal(SIGABRT), "");
416 ASSERT_EXIT(strcpy(buf, orig), testing::KilledBySignal(SIGABRT), "");
429 ASSERT_EXIT(strcpy(bu
[all...]
H A Dstdlib_test.cpp126 strcpy(entries[0].name, "charlie");
127 strcpy(entries[1].name, "bravo");
128 strcpy(entries[2].name, "alpha");
H A Dsys_socket_test.cpp59 strcpy(addr.sun_path + 1, SOCK_PATH);
83 strcpy(addr.sun_path + 1, SOCK_PATH);
H A Dstring_test.cpp212 strcpy(state.ptr + state.MAX_LEN - 1, state.ptr1);
224 ASSERT_EQ(buf, strcpy(buf, orig));
234 ASSERT_EQ(buf, strcpy(buf, orig));
248 ASSERT_EQ(buf, strcpy(buf, orig));
476 TEST(string, strcpy) {
496 ASSERT_TRUE(strcpy(state.ptr2, state.ptr1) == state.ptr2);
1094 ASSERT_EQ(dst, reinterpret_cast<uint8_t*>(strcpy(reinterpret_cast<char*>(dst),
/bionic/libc/arch-arm/generic/bionic/
H A Dstrcpy.S35 ENTRY(strcpy) function
133 END(strcpy)
/bionic/libc/dns/nameser/
H A Dns_samedomain.c177 strcpy(dst, src);
H A Dns_ttl.c163 strcpy(*buf, tmp);
/bionic/libc/arch-arm64/generic/bionic/
H A Dstring_copy.S102 ENTRY(strcpy) function
244 END(strcpy)
/bionic/libc/arch-mips64/
H A Dmips64.mk37 upstream-openbsd/lib/libc/string/strcpy.c \
/bionic/libc/arch-x86_64/
H A Dx86_64.mk58 arch-x86_64/string/sse2-strcpy-slm.S \
/bionic/libc/arch-mips/
H A Dmips.mk54 upstream-openbsd/lib/libc/string/strcpy.c \
/bionic/libc/include/
H A Dstring.h57 extern char* strcpy(char* __restrict, const char* __restrict);
120 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);
H A Dres_debug.c394 strcpy(name + newlen, ".");
/bionic/libc/arch-arm/cortex-a15/bionic/
H A Dstring_copy.S105 ENTRY(strcpy) function
512 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
534 END(strcpy)

Completed in 447 milliseconds

12