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

  /bionic/libc/upstream-openbsd/lib/libc/string/
stpcpy.c 1 /* $OpenBSD: stpcpy.c,v 1.2 2014/07/09 17:08:21 naddy Exp $ */
35 __warn_references(stpcpy,
36 "warning: stpcpy() is dangerous; do not use it");
40 stpcpy(char *to, const char *from) function
  /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.27/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/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.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
string2.h 598 # define stpcpy(dest, src) __stpcpy (dest, src) macro
    [all...]
string.h 676 # define stpcpy(dest, src) __stpcpy ((dest), (src)) macro
    [all...]
  /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
string2.h 598 # define stpcpy(dest, src) __stpcpy (dest, src) macro
    [all...]
  /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...]
  /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
  /external/e2fsprogs/intl/
l10nflist.c 19 /* Tell glibc's <string.h> to provide a prototype for stpcpy().
56 # ifndef stpcpy
57 # define stpcpy(dest, src) __stpcpy(dest, src) macro
61 #define stpcpy(dest, src) my_stpcpy(dest, src) macro
62 static char *stpcpy (char *dest, const char *src);
226 cp = stpcpy (cp, language);
231 cp = stpcpy (cp, territory);
236 cp = stpcpy (cp, codeset);
241 cp = stpcpy (cp, normalized_codeset);
248 cp = stpcpy (cp, modifier)
416 stpcpy (char *dest, const char *src) function
    [all...]
dcigettext.c 142 # ifndef stpcpy
143 # define stpcpy __stpcpy macro
158 #define stpcpy(dest, src) my_stpcpy(dest, src) macro
159 static char *stpcpy (char *dest, const char *src);
558 stpcpy (stpcpy (strchr (dirname, '\0'), "/"), binding->dirname);
570 stpcpy (mempcpy (stpcpy (stpcpy (xdomainname, categoryname), "/"),
1167 avoid the non-standard function stpcpy. In GNU C Library thi
1172 stpcpy (char *dest, const char *src) function
    [all...]
  /toolchain/binutils/binutils-2.27/intl/
l10nflist.c 19 /* Tell glibc's <string.h> to provide a prototype for stpcpy().
56 # ifndef stpcpy
57 # define stpcpy(dest, src) __stpcpy(dest, src) macro
61 static char *stpcpy PARAMS ((char *dest, const char *src));
254 cp = stpcpy (cp, language);
259 cp = stpcpy (cp, territory);
264 cp = stpcpy (cp, codeset);
269 cp = stpcpy (cp, normalized_codeset);
276 cp = stpcpy (cp, modifier);
281 cp = stpcpy (cp, special)
445 stpcpy (dest, src) function
    [all...]
dcigettext.c 142 # ifndef stpcpy
143 # define stpcpy __stpcpy macro
154 static char *stpcpy PARAMS ((char *dest, const char *src));
562 stpcpy (stpcpy (strchr (dirname, '\0'), "/"), binding->dirname);
574 stpcpy (mempcpy (stpcpy (stpcpy (xdomainname, categoryname), "/"),
1178 avoid the non-standard function stpcpy. In GNU C Library this
1183 stpcpy (dest, src function
    [all...]
  /external/strace/
util.c 109 stpcpy(char *dst, const char *src) function
501 s = stpcpy(s, " /* ");
582 s = stpcpy(s, " */");
599 s = stpcpy(s, " */");
defs.h 70 /* Some libc have stpcpy, some don't. Sigh...
73 #undef stpcpy macro
74 #define stpcpy strace_stpcpy macro
75 extern char *stpcpy(char *dst, const char *src);
    [all...]
  /external/clang/test/Analysis/
string.c 307 // stpcpy()
315 #define stpcpy(a,b) __stpcpy_chk(a,b,(size_t)-1) macro
319 #define stpcpy BUILTIN(stpcpy) macro
320 char *stpcpy(char *restrict s1, const char *restrict s2);
328 clang_analyzer_eval(stpcpy(x, y) == &x[strlen(y)]); // expected-warning{{TRUE}}
336 stpcpy(x, y); // expected-warning{{String copy function overflows destination buffer}}
342 stpcpy(x, y); // no-warning
    [all...]

Completed in 544 milliseconds