/third_party/musl/libc-test/src/functionalext/supplement/string/ |
H A 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()
|
/third_party/elfutils/libdw/ |
H A D | dwarf_getalt.c | 66 char *c = mempcpy (path, dir, dirlen); in __libdw_filepath() 69 mempcpy (c, file, filelen + 1); in __libdw_filepath() 83 char *c = mempcpy (path, debugdir, debugdirlen); in __libdw_filepath() 86 c = mempcpy (c, dir, dirlen); in __libdw_filepath() 90 mempcpy (c, file, filelen + 1); in __libdw_filepath()
|
/third_party/toybox/toys/pending/ |
H A 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/elfutils/libebl/ |
H A D | eblmachineflagname.c | 76 *((char *) mempcpy (cp, machstr, buf + len - cp - 1)) = '\0'; in ebl_machine_flag_name() 80 cp = mempcpy (cp, machstr, machstrlen); in ebl_machine_flag_name()
|
/third_party/eudev/src/shared/ |
H A 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/ |
H A D | mempcpy.c | 4 void *mempcpy(void *dest, const void *src, size_t n) in mempcpy() function
|
/third_party/elfutils/lib/ |
H A D | xstrndup.c | 44 *((char *) mempcpy ((res = xmalloc (len + 1)), string, len)) = '\0'; in xstrndup()
|
H A D | system.h | 94 #define mempcpy(dest, src, n) \ macro
|
/third_party/elfutils/libasm/ |
H A D | disasm_str.c | 54 buffer->buf = mempcpy (buffer->buf, str, len); in buffer_cb()
|
H A D | asm_begin.c | 149 result->fname = stpcpy (mempcpy (result->tmp_fname, fname, fname_len), in asm_begin()
|
/third_party/musl/porting/liteos_m/user/include/ |
H A D | string.h | 95 void *mempcpy(void *, const void *, size_t);
|
/third_party/musl/porting/linux/user/include/ |
H A D | string.h | 97 void *mempcpy(void *, const void *, size_t);
|
/third_party/musl/porting/uniproton/kernel/include/ |
H A D | string.h | 95 void *mempcpy(void *, const void *, size_t);
|
/third_party/musl/include/ |
H A D | string.h | 97 void *mempcpy(void *, const void *, size_t);
|
/third_party/musl/libc-test/src/functionalext/fortify/ |
H A D | string_ext.c | 591 * @tc.desc : After adding fortify, test the normal mempcpy of the function. 598 mempcpy(dst, src, strlen(src)); in test_mempcpy_0010() 604 * @tc.desc : Ability to test the mempcpy Fortify runtime 623 mempcpy(dst, src, strlen(src)); in test_mempcpy_0020() 638 * @tc.desc : Ability to test the mempcpy Fortify runtime 658 mempcpy(dst, src, n); in test_mempcpy_0030()
|
/third_party/elfutils/libdwfl/ |
H A D | dwfl_build_id_find_elf.c | 97 memcpy (mempcpy (name, dir, dirlen), id_name, sizeof id_name); in __libdwfl_open_by_build_id()
|
/third_party/musl/porting/liteos_m/kernel/include/ |
H A D | string.h | 95 void *mempcpy(void *, const void *, size_t);
|
/third_party/musl/porting/liteos_a/kernel/include/ |
H A D | string.h | 97 void *mempcpy(void *, const void *, size_t);
|
/third_party/elfutils/src/ |
H A D | size.c | 350 cp = mempcpy (cp, prefix, prefix_len); in handle_ar() 644 cp = mempcpy (cp, prefix, prefix_len); in handle_elf()
|
H A D | objdump.c | 770 cp = mempcpy (cp, prefix, prefix_len); in handle_elf() 771 cp = mempcpy (cp, fname, fname_len); in handle_elf()
|
H A D | ar.c | 622 *((char *) mempcpy (truncfname, arhdr->ar_name, in do_oper_extract() 711 *((char *) mempcpy (truncfname, arhdr->ar_name, in do_oper_extract() 1465 char *p = mempcpy (arhdr.ar_name, all->name, namelen); in do_oper_insert()
|
/third_party/elfutils/libelf/ |
H A D | elf_begin.c | 762 *((char *) mempcpy (buf, hdr->ar_size, sizeof (hdr->ar_size))) = '\0'; in read_long_names() 890 *((char *) mempcpy (elf->state.ar.raw_name, ar_hdr->ar_name, 16)) = '\0'; in __libelf_next_arhdr_wrlock() 987 *((char *) mempcpy (buf, ar_hdr->FIELD, sizeof (ar_hdr->FIELD))) \ in __libelf_next_arhdr_wrlock() 1005 *((char *) mempcpy (buf, ar_hdr->FIELD, sizeof (ar_hdr->FIELD))) \ in __libelf_next_arhdr_wrlock()
|
/third_party/musl/porting/linux/user/include/fortify/ |
H A D | string.h | 73 void *mempcpy(void *const dest __DIAGNOSE_PASS_OBJECT_SIZE, const void *src, size_t copy_amount) 76 "'mempcpy' " CALLED_WITH_STRING_BIGGER_BUFFER)
|
/third_party/musl/include/fortify/linux/ |
H A D | string.h | 73 void *mempcpy(void *const dest __DIAGNOSE_PASS_OBJECT_SIZE, const void *src, size_t copy_amount) 76 "'mempcpy' " CALLED_WITH_STRING_BIGGER_BUFFER)
|
/third_party/elfutils/libdwelf/ |
H A D | dwelf_strtab.c | 299 *freep = (char *) mempcpy (*freep, nodep->string, nodep->len); in copystrings()
|