/external/clang/INPUTS/ |
stpcpy-test.c | 3 #define __stpcpy(dest, src) (__extension__ (__builtin_constant_p (src) ? (__string2_1bptr_p (src) && strlen (src) + 1 <= 8 ? __stpcpy_small (dest, __stpcpy_args (src), strlen (src) + 1) : ((char *) __mempcpy (dest, src, strlen (src) + 1) - 1)) : __stpcpy (dest, src))) 5 #define __stpcpy_args(src) __extension__ __STRING2_SMALL_GET16 (src, 0), __extension__ __STRING2_SMALL_GET16 (src, 4), __extension__ __STRING2_SMALL_GET32 (src, 0), __extension__ __STRING2_SMALL_GET32 (src, 4) macro
|
/prebuilts/gcc/linux-x86/host/x86_64-linux-glibc2.11-4.8/sysroot/usr/include/bits/ |
string2.h | 590 ? __stpcpy_small (dest, __stpcpy_args (src), \ 604 # define __stpcpy_args(src) \ macro 671 # define __stpcpy_args(src) \ macro [all...] |
/prebuilts/gcc/linux-x86/host/x86_64-linux-glibc2.15-4.8/sysroot/usr/include/i386-linux-gnu/bits/ |
string2.h | 590 ? __stpcpy_small (dest, __stpcpy_args (src), \ 604 # define __stpcpy_args(src) \ macro 671 # define __stpcpy_args(src) \ macro [all...] |
/prebuilts/gcc/linux-x86/host/x86_64-linux-glibc2.15-4.8/sysroot/usr/include/x86_64-linux-gnu/bits/ |
string2.h | 590 ? __stpcpy_small (dest, __stpcpy_args (src), \ 604 # define __stpcpy_args(src) \ macro 671 # define __stpcpy_args(src) \ macro [all...] |