/prebuilts/gcc/linux-x86/host/i686-linux-glibc2.7-4.4.3/sysroot/usr/lib/ |
librt-2.7.so | |
librt.so | |
librt.so.1 | |
/prebuilts/gcc/linux-x86/host/i686-linux-glibc2.7-4.6/sysroot/usr/lib/ |
libnss_nis-2.7.so | |
libnss_nis.so | |
libnss_nis.so.2 | |
librt-2.7.so | |
librt.so | |
librt.so.1 | |
/external/elfutils/libebl/ |
eblmachineflagname.c | 98 *((char *) mempcpy (cp, machstr, buf + len - cp - 1)) = '\0'; 102 cp = mempcpy (cp, machstr, machstrlen);
|
/prebuilts/gcc/linux-x86/host/i686-linux-glibc2.7-4.4.3/i686-linux/lib/ |
libssp.so | |
libssp.so.0 | |
libssp.so.0.0.0 | |
/prebuilts/gcc/linux-x86/host/i686-linux-glibc2.7-4.4.3/lib/gcc/i686-linux/4.4.3/include/ssp/ |
string.h | 50 #undef mempcpy macro 78 #define mempcpy(dest, src, len) \ macro
|
/prebuilts/gcc/linux-x86/host/i686-linux-glibc2.7-4.6/i686-linux/lib/ |
libssp.so | |
libssp.so.0 | |
libssp.so.0.0.0 | |
/prebuilts/gcc/linux-x86/host/i686-linux-glibc2.7-4.6/lib/gcc/i686-linux/4.6.x-google/include/ssp/ |
string.h | 50 #undef mempcpy macro 78 #define mempcpy(dest, src, len) \ macro
|
/prebuilts/gcc/linux-x86/host/x86_64-linux-glibc2.7-4.6/lib/gcc/x86_64-linux/4.6.x-google/include/ssp/ |
string.h | 50 #undef mempcpy macro 78 #define mempcpy(dest, src, len) \ macro
|
/external/elfutils/src/ |
findtextrel.c | 218 *((char *) mempcpy (stpcpy (mempcpy (new_fname, rootdir, rootdir_len), 369 strcpy (mempcpy (stpcpy (mempcpy (mempcpy (difname, rootdir,
|
/external/bison/m4/ |
string_h.m4 | 30 [ffsl ffsll memmem mempcpy memrchr rawmemchr stpcpy stpncpy strchrnul
|
/external/clang/INPUTS/ |
stpcpy-test.c | 8 #define mempcpy(dest, src, n) __mempcpy (dest, src, n) macro
|
/external/valgrind/main/memcheck/tests/ |
wrap8.c | 16 up the call stacks on ppc64-linux due to intercept of mempcpy.
|
/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))
|
/external/bison/lib/ |
string.in.h | 169 _GL_FUNCDECL_SYS (mempcpy, void *, 174 _GL_CXXALIAS_SYS (mempcpy, void *, 177 _GL_CXXALIASWARN (mempcpy); variable 179 # undef mempcpy macro 181 _GL_WARN_ON_USE (mempcpy, "mempcpy is unportable - " 182 "use gnulib module mempcpy for portability"); [all...] |