Home
last modified time | relevance | path

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

12345

/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/
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 …]
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 …]
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.c105 return stpcpy (name, "eflags") + 1 - name; in i386_register_info()
107 return stpcpy (name, "trapno") + 1 - name; in i386_register_info()
133 return stpcpy (name, "fctrl") + 1 - name; in i386_register_info()
136 return stpcpy (name, "fstat") + 1 - name; in i386_register_info()
138 return stpcpy (name, "mxcsr") + 1 - name; in i386_register_info()
Driscv_regs.c64 return stpcpy (name, "zero") + 1 - name; in riscv_register_info()
68 return stpcpy (name, "ra") + 1 - name; in riscv_register_info()
72 return stpcpy (name, "sp") + 1 - name; in riscv_register_info()
76 return stpcpy (name, "gp") + 1 - name; in riscv_register_info()
80 return stpcpy (name, "tp") + 1 - name; in riscv_register_info()
Dx86_64_regs.c160 return stpcpy (&name[1], "s.base") + 1 - name; in x86_64_register_info()
164 return stpcpy (name, "rflags") + 1 - name; in x86_64_register_info()
166 return stpcpy (name, "tr") + 1 - name; in x86_64_register_info()
168 return stpcpy (name, "ldtr") + 1 - name; in x86_64_register_info()
170 return stpcpy (name, "mxcsr") + 1 - name; in x86_64_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 …]
/external/strace/
Dpoll.c99 outptr = stpcpy(outptr, ", "); in decode_poll_exiting()
108 outptr = stpcpy(outptr, ", "); in decode_poll_exiting()
110 outptr = stpcpy(outptr, "..."); in decode_poll_exiting()
123 outptr = stpcpy(outptr, "..."); in decode_poll_exiting()
126 outptr = stpcpy(outptr, fdstr); in decode_poll_exiting()
127 outptr = stpcpy(outptr, flagstr); in decode_poll_exiting()
140 outptr = stpcpy(outptr, outptr == outstr ? "left " : ", left "); in decode_poll_exiting()
141 outptr = stpcpy(outptr, str); in decode_poll_exiting()
143 outptr = stpcpy(outptr, ", ..."); in decode_poll_exiting()
Dopen.c86 p = stpcpy(outstr, "flags"); in sprint_open_modes()
90 p = stpcpy(p, str); in sprint_open_modes()
100 p = stpcpy(p, x->str); in sprint_open_modes()
/external/swiftshader/third_party/llvm-7.0/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/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/swiftshader/third_party/llvm-7.0/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
/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
/external/swiftshader/third_party/llvm-7.0/llvm/test/Instrumentation/ThreadSanitizer/
Dstr-nobuiltin.ll11 declare i8* @stpcpy(i8* %a, i8* %b) nounwind
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/swiftshader/third_party/llvm-7.0/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/toybox/lib/
Dportability.c152 mt->dir = stpcpy(mt->type, me->mnt_type)+1; in xgetmountlist()
153 mt->device = stpcpy(mt->dir, me->mnt_dir)+1; in xgetmountlist()
154 mt->opts = stpcpy(mt->device, me->mnt_fsname)+1; in xgetmountlist()
/external/swiftshader/third_party/llvm-7.0/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/swiftshader/third_party/llvm-7.0/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/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/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/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)

12345