Home
last modified time | relevance | path

Searched refs:stpcpy (Results 1 – 25 of 126) sorted by relevance

123456

/external/clang/INPUTS/
Dstpcpy-test.c4 #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)
18 stpcpy (stpcpy (stpcpy (stpcpy (a, b), c), d), e)
19 stpcpy (stpcpy (stpcpy (stpcpy (a, b), c), d), e)
20 stpcpy (stpcpy (stpcpy (stpcpy (a, b), c), d), e)
21 stpcpy (stpcpy (stpcpy (stpcpy (a, b), c), d), e)
22 stpcpy (stpcpy (stpcpy (stpcpy (a, b), c), d), e)
23 stpcpy (stpcpy (stpcpy (stpcpy (a, b), c), d), e)
[all …]
/external/elfutils/backends/
Dtilegx_regs.c75 return stpcpy (name, "tp") + 1 - name; in tilegx_register_info()
79 return stpcpy (name, "sp") + 1 - name; in tilegx_register_info()
83 return stpcpy (name, "lr") + 1 - name; in tilegx_register_info()
87 return stpcpy (name, "sn") + 1 - name; in tilegx_register_info()
91 return stpcpy (name, "idn0") + 1 - name; in tilegx_register_info()
95 return stpcpy (name, "idn1") + 1 - name; in tilegx_register_info()
99 return stpcpy (name, "udn0") + 1 - name; in tilegx_register_info()
103 return stpcpy (name, "udn1") + 1 - name; in tilegx_register_info()
107 return stpcpy (name, "udn2") + 1 - name; in tilegx_register_info()
111 return stpcpy (name, "udn3") + 1 - name; in tilegx_register_info()
[all …]
Dppc_regs.c101 return stpcpy (name, "cr") + 1 - name; in ppc_register_info()
103 return stpcpy (name, "fpscr") + 1 - name; in ppc_register_info()
105 return stpcpy (name, "msr") + 1 - name; in ppc_register_info()
107 return stpcpy (name, "vscr") + 1 - name; in ppc_register_info()
125 return stpcpy (name, "xer") + 1 - name; in ppc_register_info()
127 return stpcpy (name, "lr") + 1 - name; in ppc_register_info()
129 return stpcpy (name, "ctr") + 1 - name; in ppc_register_info()
131 return stpcpy (name, "dsisr") + 1 - name; in ppc_register_info()
133 return stpcpy (name, "dar") + 1 - name; in ppc_register_info()
135 return stpcpy (name, "dec") + 1 - name; in ppc_register_info()
[all …]
Dalpha_regs.c103 return stpcpy (name, "ra") + 1 - name; in alpha_register_info()
106 return stpcpy (name, "t12") + 1 - name; in alpha_register_info()
109 return stpcpy (name, "at") + 1 - name; in alpha_register_info()
113 return stpcpy (name, "gp") + 1 - name; in alpha_register_info()
117 return stpcpy (name, "sp") + 1 - name; in alpha_register_info()
120 return stpcpy (name, "zero") + 1 - name; in alpha_register_info()
143 return stpcpy (name, "f30") + 1 - name; in alpha_register_info()
147 return stpcpy (name, "fpcr") + 1 - name; in alpha_register_info()
151 return stpcpy (name, "pc") + 1 - name; in alpha_register_info()
155 return stpcpy (name, "unique") + 1 - name; in alpha_register_info()
Di386_regs.c104 return stpcpy (name, "eflags") + 1 - name; in i386_register_info()
106 return stpcpy (name, "trapno") + 1 - name; in i386_register_info()
132 return stpcpy (name, "fctrl") + 1 - name; in i386_register_info()
135 return stpcpy (name, "fstat") + 1 - name; in i386_register_info()
137 return stpcpy (name, "mxcsr") + 1 - name; in i386_register_info()
Dx86_64_regs.c159 return stpcpy (&name[1], "s.base") + 1 - name; in x86_64_register_info()
163 return stpcpy (name, "rflags") + 1 - name; in x86_64_register_info()
165 return stpcpy (name, "tr") + 1 - name; in x86_64_register_info()
167 return stpcpy (name, "ldtr") + 1 - name; in x86_64_register_info()
169 return stpcpy (name, "mxcsr") + 1 - name; in x86_64_register_info()
Dia64_regs.c133 return stpcpy (name, named_special[regno - 328]) + 1 - name; in ia64_register_info()
140 return stpcpy (name, "bof") + 1 - name; in ia64_register_info()
180 return stpcpy (name, named_ar[idx]) + 1 - name; in ia64_register_info()
Ds390_regs.c134 return stpcpy (name, "pswm") + 1 - name; in s390_register_info()
137 return stpcpy (name, "pswa") + 1 - name; in s390_register_info()
/external/e2fsprogs/intl/
Dl10nflist.c56 # 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); in _nl_make_l10nflist()
231 cp = stpcpy (cp, territory); in _nl_make_l10nflist()
236 cp = stpcpy (cp, codeset); in _nl_make_l10nflist()
241 cp = stpcpy (cp, normalized_codeset); in _nl_make_l10nflist()
248 cp = stpcpy (cp, modifier); in _nl_make_l10nflist()
253 cp = stpcpy (cp, special); in _nl_make_l10nflist()
[all …]
Ddcigettext.c142 # 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); in DCIGETTEXT()
570 stpcpy (mempcpy (stpcpy (stpcpy (xdomainname, categoryname), "/"), in DCIGETTEXT()
1172 stpcpy (char *dest, const char *src) in stpcpy() function
/external/strace/
Dpoll.c98 outptr = stpcpy(outptr, ", "); in decode_poll_exiting()
107 outptr = stpcpy(outptr, ", "); in decode_poll_exiting()
109 outptr = stpcpy(outptr, "..."); in decode_poll_exiting()
122 outptr = stpcpy(outptr, "..."); in decode_poll_exiting()
125 outptr = stpcpy(outptr, fdstr); in decode_poll_exiting()
126 outptr = stpcpy(outptr, flagstr); in decode_poll_exiting()
139 outptr = stpcpy(outptr, outptr == outstr ? "left " : ", left "); in decode_poll_exiting()
140 outptr = stpcpy(outptr, str); in decode_poll_exiting()
142 outptr = stpcpy(outptr, ", ..."); in decode_poll_exiting()
Dopen.c90 p = stpcpy(outstr, "flags"); in sprint_open_modes()
94 p = stpcpy(p, str); in sprint_open_modes()
104 p = stpcpy(p, x->str); in sprint_open_modes()
/external/bison/m4/
Dstpcpy.m41 # stpcpy.m4 serial 8
9 dnl Persuade glibc <string.h> to declare stpcpy().
12 dnl The stpcpy() declaration in lib/string.in.h uses 'restrict'.
16 AC_CHECK_FUNCS([stpcpy])
22 # Prerequisites of lib/stpcpy.c.
/external/llvm/test/Transforms/InstCombine/
Dstpcpy-1.ll1 ; Test that the stpcpy library call simplifier works correctly.
12 declare i8* @stpcpy(i8*, i8*)
20 %ret = call i8* @stpcpy(i8* %dst, i8* %src)
31 %ret = call i8* @stpcpy(i8* %dst, i8* %dst)
43 %ret = call i8* @stpcpy(i8* %dst, i8* %src)
44 ; CHECK: call i8* @stpcpy
Dstpcpy-2.ll1 ; Test that the stpcpy library call simplifier works correctly.
11 declare i16* @stpcpy(i8*, i8*)
19 call i16* @stpcpy(i8* %dst, i8* %src)
20 ; CHECK: call i16* @stpcpy
/external/valgrind/memcheck/tests/
Dstr_tester.c189 check ((stpcpy (one, "a") - one) == 1, 1); in test_stpcpy()
192 check ((stpcpy (one, "ab") - one) == 2, 3); in test_stpcpy()
195 check ((stpcpy (one, "abc") - one) == 3, 5); in test_stpcpy()
198 check ((stpcpy (one, "abcd") - one) == 4, 7); in test_stpcpy()
201 check ((stpcpy (one, "abcde") - one) == 5, 9); in test_stpcpy()
204 check ((stpcpy (one, "abcdef") - one) == 6, 11); in test_stpcpy()
207 check ((stpcpy (one, "abcdefg") - one) == 7, 13); in test_stpcpy()
210 check ((stpcpy (one, "abcdefgh") - one) == 8, 15); in test_stpcpy()
213 check ((stpcpy (one, "abcdefghi") - one) == 9, 17); in test_stpcpy()
216 check ((stpcpy (one, "x") - one) == 1, 19); in test_stpcpy()
[all …]
/external/bison/lib/
Dstpcpy.c27 # undef stpcpy
31 # define __stpcpy stpcpy
48 weak_alias (__stpcpy, stpcpy)
/external/llvm/test/CodeGen/SystemZ/
Dstrcpy-nobuiltin.ll7 declare i8 *@stpcpy(i8 *%dest, i8 *%src)
19 ; Check stpcpy.
23 ; CHECK: brasl %r14, stpcpy
25 %res = call i8 *@stpcpy(i8 *%dest, i8 *%src) nobuiltin
Dstrcpy-01.ll6 declare i8 *@stpcpy(i8 *%dest, i8 *%src)
22 ; Check stpcpy.
31 %res = call i8 *@stpcpy(i8 *%dest, i8 *%src)
/external/llvm/test/Instrumentation/EfficiencySanitizer/
Dstr-nobuiltin.ll11 declare i8* @stpcpy(i8* %a, i8* %b)
19 ; CHECK: call{{.*}}@stpcpy{{.*}} #[[ATTR]]
29 tail call i8* @stpcpy(i8* %a, i8* %b)
/external/llvm/test/Instrumentation/ThreadSanitizer/
Dstr-nobuiltin.ll11 declare i8* @stpcpy(i8* %a, i8* %b)
19 ; CHECK: call{{.*}}@stpcpy{{.*}} #[[ATTR]]
29 tail call i8* @stpcpy(i8* %a, i8* %b)
/external/llvm/test/Instrumentation/AddressSanitizer/
Dstr-nobuiltin.ll11 declare i8* @stpcpy(i8* %a, i8* %b)
19 ; CHECK: call{{.*}}@stpcpy{{.*}} #[[ATTR]]
29 tail call i8* @stpcpy(i8* %a, i8* %b)
/external/llvm/test/Instrumentation/MemorySanitizer/
Dstr-nobuiltin.ll11 declare i8* @stpcpy(i8* %a, i8* %b)
19 ; CHECK: call{{.*}}@stpcpy{{.*}} #[[ATTR]]
29 tail call i8* @stpcpy(i8* %a, i8* %b)
/external/clang/test/Analysis/
Dtaint-generic.c23 char *stpcpy(char *restrict s1, const char *restrict s2);
88 stpcpy(*(++p), s); // this generates __inline. in testUncontrolledFormatString()
92 stpcpy(spcpy, s); in testUncontrolledFormatString()
96 spcpyret = stpcpy(spcpy, s); in testUncontrolledFormatString()
/external/syslinux/com32/modules/
Dsanboot.c53 q = stpcpy(q, "sanboot"); in sanboot()
57 q = stpcpy(q, *args); in sanboot()

123456