/bionic/libc/upstream-openbsd/lib/libc/string/ |
D | strcpy.c | 35 __warn_references(strcpy, 40 strcpy(char *to, const char *from) in strcpy() function
|
/bionic/tests/ |
D | fortify_test.cpp | 155 ASSERT_FORTIFY(strcpy(myfoo.empty, src)); in TEST_F() 167 ASSERT_FORTIFY(strcpy(myfoo.empty, src)); in TEST_F() 179 ASSERT_FORTIFY(strcpy(myfoo.one, src)); in TEST_F() 237 strcpy(myfoo.a, "01"); in TEST_F() 248 strcpy(myfoo.a, "01"); in TEST_F() 281 strcpy(src, "0123456789"); in TEST_F() 296 strcpy(myfoo.a, "012345678"); in TEST_F() 315 ASSERT_FORTIFY(strcpy(buf, orig)); in TEST_F() 327 ASSERT_FORTIFY(strcpy(buf, orig)); in TEST_F() 339 ASSERT_FORTIFY(strcpy(buf, orig)); in TEST_F() [all …]
|
D | sys_un_test.cpp | 25 strcpy(sun.sun_path, "hello"); in TEST()
|
D | sys_socket_test.cpp | 49 strcpy(addr.sun_path + 1, pdata->sock_path); in ConnectFn() 73 strcpy(addr.sun_path + 1, sock_path); in RunTest()
|
D | sys_uio_test.cpp | 53 strcpy(buf, "hello"); in TestPreadVPwriteV()
|
D | clang_fortify_tests.cpp | 189 EXPECT_FORTIFY_DEATH(strcpy(small_buffer, large_string)); in FORTIFY_TEST() 227 EXPECT_FORTIFY_DEATH_STRUCT(strcpy(split.tiny_buffer, small_string)); in FORTIFY_TEST()
|
D | string_test.cpp | 267 strcpy(state.ptr + state.MAX_LEN - 1, state.ptr1); in TEST() 279 ASSERT_EQ(buf, strcpy(buf, orig)); in TEST() 289 ASSERT_EQ(buf, strcpy(buf, orig)); in TEST() 303 ASSERT_EQ(buf, strcpy(buf, orig)); in TEST() 532 TEST(STRING_TEST, strcpy) { in TEST() argument 550 ASSERT_TRUE(strcpy(state.ptr2, state.ptr1) == state.ptr2); in TEST() 1111 ASSERT_EQ(dst, reinterpret_cast<uint8_t*>(strcpy(reinterpret_cast<char*>(dst), in DoStrcpyTest()
|
D | stdlib_test.cpp | 416 strcpy(entries[0].name, "charlie"); in TEST() 417 strcpy(entries[1].name, "bravo"); in TEST() 418 strcpy(entries[2].name, "alpha"); in TEST()
|
D | glob_test.cpp | 44 strcpy(d.d_name, fake_dir[fake_dir_offset++].c_str()); in fake_readdir()
|
/bionic/libc/tzcode/ |
D | asctime.c | 88 return strcpy(buf, "??? ??? ?? ??:??:?? ????\n"); in asctime_r() 113 return strcpy(buf, result); in asctime_r()
|
/bionic/libc/arch-arm/ |
D | static_function_dispatch.S | 40 FUNCTION_DELEGATE(strcpy, strcpy_generic)
|
D | dynamic_function_dispatch.cpp | 210 DEFINE_IFUNC_FOR(strcpy) { in DEFINE_IFUNC_FOR() argument
|
/bionic/libc/arch-x86/ |
D | static_function_dispatch.S | 41 FUNCTION_DELEGATE(strcpy, strcpy_generic)
|
D | dynamic_function_dispatch.cpp | 70 DEFINE_IFUNC_FOR(strcpy) { in DEFINE_IFUNC_FOR() argument
|
/bionic/libc/bionic/ |
D | realpath.cpp | 77 return result ? strcpy(result, dst) : strdup(dst); in realpath()
|
D | android_set_abort_message.cpp | 93 strcpy(new_magic_abort_message->msg.msg, msg); in android_set_abort_message()
|
/bionic/libc/arch-arm64/generic/bionic/ |
D | string_copy.S | 102 ENTRY(strcpy) 244 END(strcpy)
|
/bionic/tests/headers/posix/ |
D | string_h.c | 51 FUNCTION(strcpy, char* (*f)(char*, const char*)); in string_h()
|
/bionic/libc/dns/nameser/ |
D | ns_samedomain.c | 177 strcpy(dst, src); in ns_makecanon()
|
D | ns_ttl.c | 157 strcpy(*buf, tmp); in fmt1()
|
/bionic/libc/system_properties/ |
D | system_properties.cpp | 73 strcpy(property_filename_, filename); in Init() 101 strcpy(property_filename_, filename); in AreaInit()
|
/bionic/libc/dns/resolv/ |
D | res_init.c | 239 strcpy(statp->_u._ext.ext->nsuffix, "ip6.arpa"); in __res_vinit() 240 strcpy(statp->_u._ext.ext->nsuffix2, "ip6.int"); in __res_vinit() 452 strcpy(statp->defdname, cp + 1); in __res_vinit()
|
/bionic/libc/ |
D | Android.bp | 592 "upstream-openbsd/lib/libc/string/strcpy.c", 603 "upstream-openbsd/lib/libc/string/strcpy.c", 612 "upstream-openbsd/lib/libc/string/strcpy.c", 623 "upstream-openbsd/lib/libc/string/strcpy.c", 637 "upstream-openbsd/lib/libc/string/strcpy.c", 794 "arch-arm/generic/bionic/strcpy.S", 815 "arch-arm/cortex-a15/bionic/strcpy.S", 825 "arch-arm/cortex-a9/bionic/strcpy.S", 845 "arch-arm64/generic/bionic/strcpy.S", 903 "arch-x86/silvermont/string/sse2-strcpy-slm.S", [all …]
|
/bionic/libc/include/ |
D | string.h | 80 char* strcpy(char* __dst, const char* __src);
|
/bionic/libc/include/bits/fortify/ |
D | string.h | 89 char* strcpy(char* const dst __pass_object_size, const char* src) in strcpy() function
|