HomeSort by relevance Sort by last modified time
    Searched full:mempcpy (Results 26 - 50 of 171) sorted by null

12 3 4 5 6 7

  /external/elfutils/libasm/
asm_begin.c 125 result->fname = stpcpy (mempcpy (result->tmp_fname, fname, fname_len),
  /external/valgrind/main/memcheck/tests/
wrap8.c 16 up the call stacks on ppc64-linux due to intercept of mempcpy.
str_tester.c     [all...]
  /ndk/sources/host-tools/sed-4.2.1/lib/
string.in.h 92 extern void *mempcpy (void *restrict __dest, void const *restrict __src,
96 # undef mempcpy macro
97 # define mempcpy(a,b,n) \ macro
98 (GL_LINK_WARNING ("mempcpy is unportable - " \
99 "use gnulib module mempcpy for portability"), \
100 mempcpy (a, b, n))
  /prebuilt/linux-x86/toolchain/i686-linux-glibc2.7-4.4.3/i686-linux/lib/
libssp.a 357   .(memmove-chk.c__memmove_chk__chk_failmemmove(   " / 5 @DH Q { ?mempcpy-chk.o/ 1316764869 28587 5000 100640 2472 `
383   I &?*1?,f-?1?%-??src-??len.!?.!? ? ??? /tmp/gcc32/toolchain-src/gcc/gcc-4.4.3/libssp/tmp/gcc32/build/1/gcc/./gcc/includemempcpy-chk.cstddef.h/f?Y?????| 1AB m? tt0u01t ?3__mempcpy_chk1slenunsigned intsize_tGNU C 4.4.3dest/tmp/gcc32/toolchain-src/gcc/gcc-4.4.3/libssp/mempcpy-chk.c__mempcpy_chkGCC: (GNU) 4.4.3.symtab.strtab.shstrtab.rel.text.data.bss.debug_abbrev.rel.debug_info.rel.debug_line.rel.debug_frame.debug_loc.rel.debug_pubnames.rel.debug_aranges.debug_str.comment.note.GNU-stack41 ?%h+h0hvB??>  pRq?N x b4^ ? 
391   1(mempcpy-chk.c__mempcpy_chk__chk_failmemcpy(   " / 5 @DH Q { ?memset-chk.o/ 1316764869 28587 5000 100640 2460 `
    [all...]
  /prebuilt/linux-x86/toolchain/i686-linux-glibc2.7-4.4.3/sysroot/usr/lib/
libresolv-2.7.so 
libresolv.so 
libresolv.so.2 
libpthread-2.7.so 
libpthread.so.0 
libnsl-2.7.so 
libnsl.so 
libnsl.so.1 
  /external/e2fsprogs/intl/
dcigettext.c 19 /* Tell glibc's <string.h> to provide a prototype for mempcpy().
162 static void *mempcpy (void *dest, const void *src, size_t n);
570 stpcpy (mempcpy (stpcpy (stpcpy (xdomainname, categoryname), "/"),
657 mempcpy (newp->msgid, msgid1, msgid_len);
1182 mempcpy (void *dest, const void *src, size_t n) function
    [all...]
loadmsgcat.c 19 /* Tell glibc's <string.h> to provide a prototype for mempcpy().
815 *((char *) mempcpy (charset, charsetstr, len)) = '\0';
    [all...]
  /external/elfutils/libebl/
eblgstrtab.c 304 *freep = (char *) mempcpy (*freep, nodep->string, nodep->len * nodep->width);
eblopenbackend.c 243 strcpy (mempcpy (symname, machines[cnt].prefix,
eblstrtab.c 293 *freep = (char *) mempcpy (*freep, nodep->string, nodep->len);
  /external/oprofile/libpopt/
config.h 134 /* Define to 1 if you have the `mempcpy' function. */
  /external/valgrind/main/
glibc-2.4.supp 83 fun:mempcpy
xfree-4.supp 399 fun:mempcpy
  /external/elfutils/src/
size.c 380 cp = mempcpy (cp, prefix, prefix_len);
681 cp = mempcpy (cp, prefix, prefix_len);
nm.c     [all...]
  /external/valgrind/main/memcheck/
mc_replace_strmem.c 923 /* mempcpy */
938 RECORD_OVERLAP_ERROR("mempcpy", dst, src, len); \
956 GLIBC25_MEMPCPY(VG_Z_LIBC_SONAME, mempcpy)
958 GLIBC25_MEMPCPY(VG_Z_LD_SO_1, mempcpy) /* ld.so.1 */
    [all...]
  /prebuilt/linux-x86/toolchain/i686-linux-glibc2.7-4.4.3/sysroot/usr/include/
string.h 234 extern void *mempcpy (void *__restrict __dest,

Completed in 1598 milliseconds

12 3 4 5 6 7