Searched defs:__stpcpy (Results 1 – 7 of 7) sorted by relevance
/aosp_15_r20/prebuilts/gcc/linux-x86/host/x86_64-linux-glibc2.17-4.8/sysroot/usr/include/x86_64-linux-gnu/bits/ |
D | string2.h | 576 # define __stpcpy(dest, src) __builtin_stpcpy (dest, src) macro 578 # define __stpcpy(dest, src) \ macro 586 # define __stpcpy(dest, src) \ macro
|
D | string.h | 668 # define __stpcpy(dest, src) \ macro
|
/aosp_15_r20/prebuilts/gcc/linux-x86/host/x86_64-linux-glibc2.17-4.8/sysroot/usr/include/i386-linux-gnu/bits/ |
D | string2.h | 576 # define __stpcpy(dest, src) __builtin_stpcpy (dest, src) macro 578 # define __stpcpy(dest, src) \ macro 586 # define __stpcpy(dest, src) \ macro
|
D | string.h | 668 # define __stpcpy(dest, src) \ macro
|
/aosp_15_r20/external/musl/src/string/ |
H A D | stpcpy.c | 10 char *__stpcpy(char *restrict d, const char *restrict s) in __stpcpy() function
|
/aosp_15_r20/external/trusty/musl/src/string/ |
D | stpcpy.c | 10 char *__stpcpy(char *restrict d, const char *restrict s) in __stpcpy() function
|
/aosp_15_r20/external/clang/INPUTS/ |
H A D | stpcpy-test.c | 3 #define __stpcpy(dest, src) (__extension__ (__builtin_constant_p (src) ? (__string2_1bptr_p (src) &… macro
|