/third_party/musl/libc-test/src/functionalext/supplement/string/ |
D | mempcpy.c | 31 void *rev = mempcpy(dest, src, strlen(src)); in mempcpy_0100() 45 void *rev = mempcpy(dest, src + TEST_DATA_LEN, TEST_DATA_LEN * strlen(src)); in mempcpy_0200() 58 void *rev = mempcpy(dest, src, strlen(src)); in mempcpy_0300() 71 void *rev = mempcpy(dest, src, 0); in mempcpy_0400()
|
D | test_src_functionalext_supplement_string.gni | 62 "mempcpy",
|
/third_party/toybox/toys/pending/ |
D | arping.c | 49 extern void *mempcpy(void *dest, const void *src, size_t n); 111 ptr = mempcpy(ptr, &src_pk.sll_addr, src_pk.sll_halen); in send_packet() 112 ptr = mempcpy(ptr, &src_addr, 4); in send_packet() 113 ptr = mempcpy(ptr, in send_packet() 116 ptr = mempcpy(ptr, &dest_addr, 4); in send_packet()
|
/third_party/gettext/gettext-runtime/intl/ |
D | localealias.c | 78 # ifndef mempcpy 79 # define mempcpy __mempcpy macro 229 mempcpy (mempcpy (full_fname, fname, fname_len), in read_alias_file()
|
D | dcigettext.c | 156 static void *mempcpy (void *dest, const void *src, size_t n); 738 stpcpy ((char *) mempcpy (stpcpy (stpcpy (xdomainname, categoryname), "/"), in gl_dcigettext() 859 (char *) mempcpy (newp->msgid.appended, msgid1, in gl_dcigettext() 1211 *((char *) mempcpy (charset, charsetstr, len)) = '\0'; in __libc_lock_define_initialized() 1747 mempcpy (void *dest, const void *src, size_t n) in mempcpy() function
|
/third_party/eudev/src/shared/ |
D | strxcpyx.c | 36 *dest = mempcpy(*dest, src, size-1); in strpcpy() 40 *dest = mempcpy(*dest, src, len); in strpcpy()
|
/third_party/musl/src/string/ |
D | mempcpy.c | 4 void *mempcpy(void *dest, const void *src, size_t n) in mempcpy() function
|
/third_party/ltp/tools/sparse/sparse-src/Documentation/release-notes/ |
D | v0.4.1.rst | 27 * Added a prototype for mempcpy().
|
/third_party/musl/porting/uniproton/kernel/include/ |
D | string.h | 95 void *mempcpy(void *, const void *, size_t);
|
/third_party/musl/porting/linux/user/include/ |
D | string.h | 95 void *mempcpy(void *, const void *, size_t);
|
/third_party/musl/include/ |
D | string.h | 95 void *mempcpy(void *, const void *, size_t);
|
/third_party/musl/porting/liteos_m/user/include/ |
D | string.h | 95 void *mempcpy(void *, const void *, size_t);
|
/third_party/musl/ndk_musl_include/ |
D | string.h | 93 void *mempcpy(void *, const void *, size_t);
|
/third_party/musl/libc-test/src/functionalext/fortify/ |
D | string_ext.c | 596 mempcpy(dst, src, strlen(src)); in test_mempcpy_0010() 621 mempcpy(dst, src, strlen(src)); in test_mempcpy_0020() 656 mempcpy(dst, src, n); in test_mempcpy_0030()
|
/third_party/musl/porting/liteos_a/kernel/include/ |
D | string.h | 95 void *mempcpy(void *, const void *, size_t);
|
/third_party/musl/porting/liteos_m/kernel/include/ |
D | string.h | 95 void *mempcpy(void *, const void *, size_t);
|
/third_party/musl/porting/linux/user/include/fortify/ |
D | string.h | 73 void *mempcpy(void *const dest __DIAGNOSE_PASS_OBJECT_SIZE, const void *src, size_t copy_amount) in mempcpy() function
|
/third_party/elfio/tests/elf_examples/ |
D | ls.readelf | 245 0000006192a0 005400000007 R_X86_64_JUMP_SLO 0000000000000000 mempcpy + 0 355 84: 0000000000000000 0 FUNC GLOBAL DEFAULT UND mempcpy@GLIBC_2.2.5 (3)
|
/third_party/musl/ |
D | musl_template.gni | 317 "src/string/mempcpy.c", 631 "src/string/mempcpy.c",
|
/third_party/musl/porting/linux/user/src/fortify/ |
D | fortify.c | 217 return __DIAGNOSE_CALL_BYPASSING_FORTIFY(mempcpy)(dest, src, count); in __mempcpy_chk()
|
/third_party/eudev/ |
D | configure.ac | 98 [alarm dup2 ftruncate localtime_r mempcpy \
|
D | config.h.in | 98 /* Define to 1 if you have the `mempcpy' function. */
|
/third_party/gettext/gettext-runtime/m4/ |
D | intl.m4 | 240 AC_CHECK_FUNCS([getcwd getegid geteuid getgid getuid mempcpy munmap \
|
/third_party/gettext/gettext-tools/libgrep/ |
D | ChangeLog.0 | 278 * regex.c (mempcpy) [_LIBC]: New macro.
|
/third_party/skia/third_party/externals/swiftshader/third_party/llvm-10.0/llvm/include/llvm/Analysis/ |
D | TargetLibraryInfo.def | 1006 /// void *mempcpy(void *s1, const void *s2, size_t n); 1007 TLI_DEFINE_ENUM_INTERNAL(mempcpy) 1008 TLI_DEFINE_STRING_INTERNAL("mempcpy")
|