HomeSort by relevance Sort by last modified time
    Searched refs:__stpcpy_small (Results 1 - 4 of 4) sorted by null

  /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)))
  /prebuilts/gcc/linux-x86/host/i686-linux-glibc2.7-4.4.3/sysroot/usr/include/bits/
string2.h 590 ? __stpcpy_small (dest, __stpcpy_args (src), \
610 __STRING_INLINE char *__stpcpy_small (char *, __uint16_t, __uint16_t,
613 __stpcpy_small (char *__dest, function
699 __STRING_INLINE char *__stpcpy_small (char *, __STRING2_COPY_ARR2,
707 __stpcpy_small (char *__dest, function
    [all...]
  /prebuilts/gcc/linux-x86/host/i686-linux-glibc2.7-4.6/sysroot/usr/include/bits/
string2.h 590 ? __stpcpy_small (dest, __stpcpy_args (src), \
610 __STRING_INLINE char *__stpcpy_small (char *, __uint16_t, __uint16_t,
613 __stpcpy_small (char *__dest, function
699 __STRING_INLINE char *__stpcpy_small (char *, __STRING2_COPY_ARR2,
707 __stpcpy_small (char *__dest, function
    [all...]
  /prebuilts/gcc/linux-x86/host/x86_64-linux-glibc2.7-4.6/sysroot/usr/include/bits/
string2.h 590 ? __stpcpy_small (dest, __stpcpy_args (src), \
610 __STRING_INLINE char *__stpcpy_small (char *, __uint16_t, __uint16_t,
613 __stpcpy_small (char *__dest, function
699 __STRING_INLINE char *__stpcpy_small (char *, __STRING2_COPY_ARR2,
707 __stpcpy_small (char *__dest, function
    [all...]

Completed in 29 milliseconds