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

1 2 3 4 5 6

  /bionic/libc/arch-x86/silvermont/string/
sse2-stpcpy-slm.S 32 #define STRCPY stpcpy
  /bionic/libc/arch-x86_64/string/
sse2-stpcpy-slm.S 32 #define STRCPY stpcpy
  /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...]
  /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
  /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/elfutils/backends/
tilegx_regs.c 75 return stpcpy (name, "tp") + 1 - name;
79 return stpcpy (name, "sp") + 1 - name;
83 return stpcpy (name, "lr") + 1 - name;
87 return stpcpy (name, "sn") + 1 - name;
91 return stpcpy (name, "idn0") + 1 - name;
95 return stpcpy (name, "idn1") + 1 - name;
99 return stpcpy (name, "udn0") + 1 - name;
103 return stpcpy (name, "udn1") + 1 - name;
107 return stpcpy (name, "udn2") + 1 - name;
111 return stpcpy (name, "udn3") + 1 - name
    [all...]
alpha_regs.c 103 return stpcpy (name, "ra") + 1 - name;
106 return stpcpy (name, "t12") + 1 - name;
109 return stpcpy (name, "at") + 1 - name;
113 return stpcpy (name, "gp") + 1 - name;
117 return stpcpy (name, "sp") + 1 - name;
120 return stpcpy (name, "zero") + 1 - name;
143 return stpcpy (name, "f30") + 1 - name;
147 return stpcpy (name, "fpcr") + 1 - name;
151 return stpcpy (name, "pc") + 1 - name;
155 return stpcpy (name, "unique") + 1 - name
    [all...]
ppc_regs.c 101 return stpcpy (name, "cr") + 1 - name;
103 return stpcpy (name, "fpscr") + 1 - name;
105 return stpcpy (name, "msr") + 1 - name;
107 return stpcpy (name, "vscr") + 1 - name;
125 return stpcpy (name, "xer") + 1 - name;
127 return stpcpy (name, "lr") + 1 - name;
129 return stpcpy (name, "ctr") + 1 - name;
131 return stpcpy (name, "dsisr") + 1 - name;
133 return stpcpy (name, "dar") + 1 - name;
135 return stpcpy (name, "dec") + 1 - name
    [all...]
i386_regs.c 104 return stpcpy (name, "eflags") + 1 - name;
106 return stpcpy (name, "trapno") + 1 - name;
132 return stpcpy (name, "fctrl") + 1 - name;
135 return stpcpy (name, "fstat") + 1 - name;
137 return stpcpy (name, "mxcsr") + 1 - name;
x86_64_regs.c 159 return stpcpy (&name[1], "s.base") + 1 - name;
163 return stpcpy (name, "rflags") + 1 - name;
165 return stpcpy (name, "tr") + 1 - name;
167 return stpcpy (name, "ldtr") + 1 - name;
169 return stpcpy (name, "mxcsr") + 1 - name;
s390_regs.c 134 return stpcpy (name, "pswm") + 1 - name;
137 return stpcpy (name, "pswa") + 1 - name;
ia64_regs.c 133 return stpcpy (name, named_special[regno - 328]) + 1 - name;
140 return stpcpy (name, "bof") + 1 - name;
180 return stpcpy (name, named_ar[idx]) + 1 - name;
  /external/clang/test/Sema/
builtins-gnu-mode.c 6 int stpcpy; variable
  /bionic/libc/bionic/
__stpcpy_chk.cpp 43 * This stpcpy check is called if _FORTIFY_SOURCE is defined and
50 __fortify_chk_fail("stpcpy: prevented write past end of buffer",
54 return stpcpy(dest, src);
  /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/strace/
poll.c 136 outptr = stpcpy(outptr, ", ");
137 outptr = stpcpy(outptr, "???");
145 outptr = stpcpy(outptr, ", ");
147 outptr = stpcpy(outptr, "...");
159 outptr = stpcpy(outptr, "...");
162 outptr = stpcpy(outptr, fdstr);
163 outptr = stpcpy(outptr, flagstr);
175 outptr = stpcpy(outptr, outptr == outstr ? "left " : ", left ");
176 outptr = stpcpy(outptr, str);
178 outptr = stpcpy(outptr, ", ...")
    [all...]
open.c 85 p = stpcpy(outstr, "flags");
89 p = stpcpy(p, str);
99 p = stpcpy(p, x->str);
personality.c 61 p = stpcpy(outstr, type);
  /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...]
  /toolchain/binutils/binutils-2.25/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...]
  /toolchain/binutils/binutils-2.25/opcodes/
sysdep.h 56 extern char *stpcpy (char *__dest, const char *__src);
  /toolchain/binutils/binutils-2.25/bfd/hosts/
alphavms.h 53 extern char *stpcpy (char *, const char *);
  /external/valgrind/memcheck/tests/
str_tester.c 188 it = "stpcpy";
189 check ((stpcpy (one, "a") - one) == 1, 1);
192 check ((stpcpy (one, "ab") - one) == 2, 3);
195 check ((stpcpy (one, "abc") - one) == 3, 5);
198 check ((stpcpy (one, "abcd") - one) == 4, 7);
201 check ((stpcpy (one, "abcde") - one) == 5, 9);
204 check ((stpcpy (one, "abcdef") - one) == 6, 11);
207 check ((stpcpy (one, "abcdefg") - one) == 7, 13);
210 check ((stpcpy (one, "abcdefgh") - one) == 8, 15);
213 check ((stpcpy (one, "abcdefghi") - one) == 9, 17)
    [all...]
  /external/toybox/lib/
getmountlist.c 182 mt->dir = stpcpy(mt->type, me->mnt_type)+1;
183 mt->device = stpcpy(mt->dir, me->mnt_dir)+1;
184 mt->opts = stpcpy(mt->device, me->mnt_fsname)+1;
  /external/clang/test/CodeGen/
libcalls-fno-builtin.c 18 char *stpcpy(char *s1, const char *s2);
79 char *t13(char *x) { return stpcpy(x, "foo"); }
81 // CHECK: stpcpy

Completed in 4427 milliseconds

1 2 3 4 5 6