/external/clang/INPUTS/ |
D | 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) 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/ |
D | ppc_regs.c | 101 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 …]
|
D | tilegx_regs.c | 75 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 …]
|
D | alpha_regs.c | 103 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()
|
D | i386_regs.c | 105 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()
|
D | riscv_regs.c | 64 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()
|
D | x86_64_regs.c | 160 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/ |
D | l10nflist.c | 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); 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/ |
D | poll.c | 99 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()
|
D | open.c | 86 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/ |
D | stpcpy-1.ll | 1 ; 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
|
D | stpcpy-2.ll | 1 ; 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/ |
D | stpcpy-1.ll | 1 ; 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
|
D | stpcpy-2.ll | 1 ; 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/ |
D | strcpy-nobuiltin.ll | 7 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/ |
D | strcpy-nobuiltin.ll | 7 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/ |
D | str-nobuiltin.ll | 11 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/ |
D | str-nobuiltin.ll | 11 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/ |
D | str-nobuiltin.ll | 11 declare i8* @stpcpy(i8* %a, i8* %b) 19 ; CHECK: call{{.*}}@stpcpy{{.*}} #[[ATTR]] 29 tail call i8* @stpcpy(i8* %a, i8* %b)
|
/external/toybox/lib/ |
D | portability.c | 152 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/ |
D | str-nobuiltin.ll | 11 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/ |
D | str-nobuiltin.ll | 11 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/ |
D | str-nobuiltin.ll | 11 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/ |
D | str-nobuiltin.ll | 11 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/ |
D | str-nobuiltin.ll | 11 declare i8* @stpcpy(i8* %a, i8* %b) 19 ; CHECK: call{{.*}}@stpcpy{{.*}} #[[ATTR]] 29 tail call i8* @stpcpy(i8* %a, i8* %b)
|