HomeSort by relevance Sort by last modified time
    Searched defs:stpcpy (Results 1 - 25 of 59) sorted by null

1 2 3

  /bionic/libc/arch-arm/cortex-a15/bionic/
string_copy.S 56 #if !defined(STPCPY) && !defined(STRCPY)
57 #error "Either STPCPY or STRCPY must be defined."
67 #if defined(STPCPY)
86 #if defined(STPCPY)
102 #if defined(STPCPY)
103 ENTRY(stpcpy) function
120 #if defined(STPCPY)
193 #if defined(STPCPY)
207 #if defined(STPCPY)
219 #if defined(STPCPY)
    [all...]
  /bionic/libc/arch-arm/cortex-a9/bionic/
string_copy.S 56 #if !defined(STPCPY) && !defined(STRCPY)
57 #error "Either STPCPY or STRCPY must be defined."
67 #if defined(STPCPY)
86 #if defined(STPCPY)
102 #if defined(STPCPY)
103 ENTRY(stpcpy) function
119 #if defined(STPCPY)
160 #if defined(STPCPY)
168 #if defined(STPCPY)
187 #if defined(STPCPY)
    [all...]
  /toolchain/binutils/binutils-2.25/libiberty/
stpcpy.c 1 /* Implement the stpcpy function.
23 @deftypefn Supplemental char* stpcpy (char *@var{dst}, const char *@var{src})
39 stpcpy (char *dst, const char *src) function
  /external/bison/lib/
stpcpy.c 0 /* stpcpy.c -- copy a string and return pointer to end of new string
27 # undef stpcpy macro
31 # define __stpcpy stpcpy
48 weak_alias (__stpcpy, stpcpy)
  /external/syslinux/com32/lib/
stpcpy.c 2 * stpcpy.c
4 * stpcpy()
9 char *stpcpy(char *dst, const char *src) function
  /external/clang/INPUTS/
stpcpy-test.c 4 #define stpcpy(dest, src) __stpcpy (dest, src) macro
15 stpcpy (stpcpy (stpcpy (stpcpy (a, b), c), d), e)
16 stpcpy (stpcpy (stpcpy (stpcpy (a, b), c), d), e)
17 stpcpy (stpcpy (stpcpy (stpcpy (a, b), c), d), e
    [all...]
  /external/clang/test/Sema/
builtins-gnu-mode.c 6 int stpcpy; variable
  /prebuilts/gcc/linux-x86/host/x86_64-linux-glibc2.11-4.8/sysroot/usr/include/bits/
string3.h 39 # undef stpcpy macro
112 __NTH (stpcpy (char *__restrict __dest, __const char *__restrict __src)) function
  /prebuilts/gcc/linux-x86/host/x86_64-linux-glibc2.15-4.8/sysroot/usr/include/i386-linux-gnu/bits/
string3.h 39 # undef stpcpy macro
110 __NTH (stpcpy (char *__restrict __dest, __const char *__restrict __src)) function
  /prebuilts/gcc/linux-x86/host/x86_64-linux-glibc2.15-4.8/sysroot/usr/include/x86_64-linux-gnu/bits/
string3.h 39 # undef stpcpy macro
110 __NTH (stpcpy (char *__restrict __dest, __const char *__restrict __src)) function
  /bionic/libc/arch-arm64/generic/bionic/
string_copy.S 62 #if !defined(STPCPY) && !defined(STRCPY)
63 #error "Either STPCPY or STRCPY must be defined."
69 #if defined(STPCPY)
99 #if defined(STPCPY)
100 ENTRY(stpcpy) function
137 #if defined(STPCPY)
154 #if defined(STPCPY)
158 #if defined(STPCPY)
171 #if defined(STPCPY)
188 #if defined(STPCPY)
    [all...]
  /development/ndk/platforms/android-21/include/
string.h 56 extern char* stpcpy(char* __restrict, const char* __restrict);
113 char* stpcpy(char* __restrict dest, const char* __restrict src) { function
  /prebuilts/gcc/linux-x86/host/x86_64-linux-glibc2.11-4.8/lib/gcc/x86_64-linux/4.8/include/ssp/
string.h 51 #undef stpcpy macro
121 #define stpcpy(dest, src) \ macro
  /prebuilts/gcc/linux-x86/host/x86_64-linux-glibc2.15-4.8/lib/gcc/x86_64-linux/4.8/include/ssp/
string.h 51 #undef stpcpy macro
121 #define stpcpy(dest, src) \ macro
  /prebuilts/gcc/linux-x86/host/x86_64-w64-mingw32-4.8/lib/gcc/x86_64-w64-mingw32/4.8.3/include/ssp/
string.h 51 #undef stpcpy macro
121 #define stpcpy(dest, src) \ macro
  /prebuilts/ndk/r10/platforms/android-21/arch-arm/usr/include/
string.h 56 extern char* stpcpy(char* __restrict, const char* __restrict);
113 char* stpcpy(char* __restrict dest, const char* __restrict src) { function
  /prebuilts/ndk/r10/platforms/android-21/arch-arm64/usr/include/
string.h 56 extern char* stpcpy(char* __restrict, const char* __restrict);
113 char* stpcpy(char* __restrict dest, const char* __restrict src) { function
  /prebuilts/ndk/r10/platforms/android-21/arch-mips/usr/include/
string.h 56 extern char* stpcpy(char* __restrict, const char* __restrict);
113 char* stpcpy(char* __restrict dest, const char* __restrict src) { function
  /prebuilts/ndk/r10/platforms/android-21/arch-mips64/usr/include/
string.h 56 extern char* stpcpy(char* __restrict, const char* __restrict);
113 char* stpcpy(char* __restrict dest, const char* __restrict src) { function
  /prebuilts/ndk/r10/platforms/android-21/arch-x86/usr/include/
string.h 56 extern char* stpcpy(char* __restrict, const char* __restrict);
113 char* stpcpy(char* __restrict dest, const char* __restrict src) { function
  /prebuilts/ndk/r10/platforms/android-21/arch-x86_64/usr/include/
string.h 56 extern char* stpcpy(char* __restrict, const char* __restrict);
113 char* stpcpy(char* __restrict dest, const char* __restrict src) { function
  /prebuilts/ndk/r10/platforms/android-23/arch-arm/usr/include/
string.h 56 extern char* stpcpy(char* __restrict, const char* __restrict);
113 char* stpcpy(char* __restrict dest, const char* __restrict src) { function
  /prebuilts/ndk/r10/platforms/android-23/arch-arm64/usr/include/
string.h 56 extern char* stpcpy(char* __restrict, const char* __restrict);
113 char* stpcpy(char* __restrict dest, const char* __restrict src) { function
  /prebuilts/ndk/r10/platforms/android-23/arch-mips/usr/include/
string.h 56 extern char* stpcpy(char* __restrict, const char* __restrict);
113 char* stpcpy(char* __restrict dest, const char* __restrict src) { function
  /prebuilts/ndk/r10/platforms/android-23/arch-mips64/usr/include/
string.h 56 extern char* stpcpy(char* __restrict, const char* __restrict);
113 char* stpcpy(char* __restrict dest, const char* __restrict src) { function

Completed in 1401 milliseconds

1 2 3