Home
last modified time | relevance | path

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/
Dstring2.h576 # define __stpcpy(dest, src) __builtin_stpcpy (dest, src) macro
578 # define __stpcpy(dest, src) \ macro
586 # define __stpcpy(dest, src) \ macro
Dstring.h668 # 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/
Dstring2.h576 # define __stpcpy(dest, src) __builtin_stpcpy (dest, src) macro
578 # define __stpcpy(dest, src) \ macro
586 # define __stpcpy(dest, src) \ macro
Dstring.h668 # define __stpcpy(dest, src) \ macro
/aosp_15_r20/external/musl/src/string/
H A Dstpcpy.c10 char *__stpcpy(char *restrict d, const char *restrict s) in __stpcpy() function
/aosp_15_r20/external/trusty/musl/src/string/
Dstpcpy.c10 char *__stpcpy(char *restrict d, const char *restrict s) in __stpcpy() function
/aosp_15_r20/external/clang/INPUTS/
H A Dstpcpy-test.c3 #define __stpcpy(dest, src) (__extension__ (__builtin_constant_p (src) ? (__string2_1bptr_p (src) &… macro