/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 | 98 return stpcpy (name, "cr") + 1 - name; in ppc_register_info() 100 return stpcpy (name, "fpscr") + 1 - name; in ppc_register_info() 102 return stpcpy (name, "msr") + 1 - name; in ppc_register_info() 104 return stpcpy (name, "vscr") + 1 - name; in ppc_register_info() 122 return stpcpy (name, "xer") + 1 - name; in ppc_register_info() 124 return stpcpy (name, "lr") + 1 - name; in ppc_register_info() 126 return stpcpy (name, "ctr") + 1 - name; in ppc_register_info() 128 return stpcpy (name, "dsisr") + 1 - name; in ppc_register_info() 130 return stpcpy (name, "dar") + 1 - name; in ppc_register_info() 132 return stpcpy (name, "dec") + 1 - name; in ppc_register_info() [all …]
|
D | alpha_regs.c | 100 return stpcpy (name, "ra") + 1 - name; in alpha_register_info() 103 return stpcpy (name, "t12") + 1 - name; in alpha_register_info() 106 return stpcpy (name, "at") + 1 - name; in alpha_register_info() 110 return stpcpy (name, "gp") + 1 - name; in alpha_register_info() 114 return stpcpy (name, "sp") + 1 - name; in alpha_register_info() 117 return stpcpy (name, "zero") + 1 - name; in alpha_register_info() 140 return stpcpy (name, "f30") + 1 - name; in alpha_register_info() 144 return stpcpy (name, "fpcr") + 1 - name; in alpha_register_info() 148 return stpcpy (name, "pc") + 1 - name; in alpha_register_info() 152 return stpcpy (name, "unique") + 1 - name; in alpha_register_info()
|
D | i386_regs.c | 101 return stpcpy (name, "eflags") + 1 - name; in i386_register_info() 103 return stpcpy (name, "trapno") + 1 - name; in i386_register_info() 129 return stpcpy (name, "fctrl") + 1 - name; in i386_register_info() 132 return stpcpy (name, "fstat") + 1 - name; in i386_register_info() 134 return stpcpy (name, "mxcsr") + 1 - name; in i386_register_info()
|
D | x86_64_regs.c | 156 return stpcpy (&name[1], "s.base") + 1 - name; in x86_64_register_info() 160 return stpcpy (name, "rflags") + 1 - name; in x86_64_register_info() 162 return stpcpy (name, "tr") + 1 - name; in x86_64_register_info() 164 return stpcpy (name, "ldtr") + 1 - name; in x86_64_register_info() 166 return stpcpy (name, "mxcsr") + 1 - name; in x86_64_register_info()
|
D | ia64_regs.c | 130 return stpcpy (name, named_special[regno - 328]) + 1 - name; in ia64_register_info() 137 return stpcpy (name, "bof") + 1 - name; in ia64_register_info() 177 return stpcpy (name, named_ar[idx]) + 1 - name; in ia64_register_info()
|
D | s390_regs.c | 131 return stpcpy (name, "pswm") + 1 - name; in s390_register_info() 134 return stpcpy (name, "pswa") + 1 - name; in s390_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 …]
|
D | 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); in DCIGETTEXT() 570 stpcpy (mempcpy (stpcpy (stpcpy (xdomainname, categoryname), "/"), in DCIGETTEXT() 1172 stpcpy (char *dest, const char *src) in stpcpy() function
|
/external/bison/m4/ |
D | stpcpy.m4 | 1 # 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/ |
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/valgrind/main/memcheck/tests/ |
D | str_tester.c | 189 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/ |
D | stpcpy.c | 27 # undef stpcpy 31 # define __stpcpy stpcpy 48 weak_alias (__stpcpy, stpcpy)
|
D | string.in.h | 247 _GL_FUNCDECL_SYS (stpcpy, char *, 251 _GL_CXXALIAS_SYS (stpcpy, char *, 253 _GL_CXXALIASWARN (stpcpy); 255 # undef stpcpy 257 _GL_WARN_ON_USE (stpcpy, "stpcpy is unportable - "
|
/external/clang/test/Analysis/ |
D | taint-generic.c | 23 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()
|
D | string.c | 311 #define stpcpy(a,b) __stpcpy_chk(a,b,(size_t)-1) macro 315 #define stpcpy BUILTIN(stpcpy) macro 316 char *stpcpy(char *restrict s1, const char *restrict s2); 324 clang_analyzer_eval(stpcpy(x, y) == &x[strlen(y)]); // expected-warning{{TRUE}} in stpcpy_effect() 332 stpcpy(x, y); // expected-warning{{String copy function overflows destination buffer}} in stpcpy_overflow() 338 stpcpy(x, y); // no-warning in stpcpy_no_overflow()
|
/external/clang/test/CodeGen/ |
D | libcalls-fno-builtin.c | 18 char *stpcpy(char *s1, const char *s2); 79 char *t13(char *x) { return stpcpy(x, "foo"); } in t13()
|
/external/bison/src/ |
D | print-xml.c | 474 case '&': p = stpcpy (p, "&" ); break; in xml_escape_string() 475 case '<': p = stpcpy (p, "<" ); break; in xml_escape_string() 476 case '>': p = stpcpy (p, ">" ); break; in xml_escape_string() 477 case '"': p = stpcpy (p, """); break; in xml_escape_string()
|
D | files.c | 96 cp = stpcpy (res, str1); in concat2() 97 cp = stpcpy (cp, str2); in concat2()
|
/external/valgrind/main/exp-sgcheck/ |
D | h_intercepts.c | 291 STPCPY(VG_Z_LIBC_SONAME, stpcpy) 293 STPCPY(VG_Z_LD_LINUX_SO_2, stpcpy) 294 STPCPY(VG_Z_LD_LINUX_X86_64_SO_2, stpcpy)
|
/external/elfutils/libcpu/ |
D | i386_data.h | 319 cp = stpcpy (cp, in general_mod$r_m() 340 cp = stpcpy (cp, in general_mod$r_m() 952 cp = stpcpy (&bufp[*bufcntp], hiregs[modrm & 7]); in FCT_mod$r_m() 959 cp = stpcpy (&bufp[*bufcntp], dregs[modrm & 7] + is_16bit); in FCT_mod$r_m() 1038 char *cp = stpcpy (bufp + *bufcntp, hiregs[modrm & 7]); in FCT_mod$r_m$w() 1060 cp = stpcpy (&bufp[*bufcntp], hiregs[modrm & 7]); in FCT_mod$r_m$w() 1067 cp = stpcpy (&bufp[*bufcntp], dregs[modrm & 7] + is_16bit); in FCT_mod$r_m$w() 1144 cp = stpcpy (cp, in FCT_mod$64r_m() 1267 char* cp = stpcpy (d->bufp + *bufcntp, rex_8bit[byte]); in FCT_reg$w()
|
/external/elfutils/bionic-fixup/ |
D | AndroidFixup.h | 74 static inline char *stpcpy(char *dst, const char *src) in stpcpy() function
|
/external/bison/darwin-lib/ |
D | string.h | 559 _GL_FUNCDECL_SYS (stpcpy, char *, 563 _GL_CXXALIAS_SYS (stpcpy, char *, 565 _GL_CXXALIASWARN (stpcpy); 567 # undef stpcpy 569 _GL_WARN_ON_USE (stpcpy, "stpcpy is unportable - "
|
/external/bison/linux-lib/ |
D | string.h | 559 _GL_FUNCDECL_SYS (stpcpy, char *, 563 _GL_CXXALIAS_SYS (stpcpy, char *, 565 _GL_CXXALIASWARN (stpcpy); 567 # undef stpcpy 569 _GL_WARN_ON_USE (stpcpy, "stpcpy is unportable - "
|