/openbsd/gnu/usr.bin/gcc/gcc/testsuite/gcc.c-torture/execute/ |
H A D | string-opt-10.c | 21 strcpy (dst, s1); in main() 24 strcpy (dst, s1); in main() 27 strcpy (dst, s1); d2 = dst; in main() 30 strcpy (dst, s1); d2 = dst; in main() 33 strcpy (dst, s1); d2 = dst; in main() 36 strcpy (dst, s1); d2 = dst; in main() 39 strcpy (dst, s1); d2 = dst; in main() 44 strcpy (dst, s1); in main() 47 strcpy (dst, s1); in main() 50 strcpy (dst, s1); in main() [all …]
|
H A D | string-opt-13.c | 12 extern char *strcpy (char *, const char *); 21 strcpy (ptr, "nts"); in main() 25 strcpy (ptr, "nts"); in main() 29 strcpy (ptr, "nts"); in main() 33 strcpy (ptr, "nts"); in main() 37 strcpy (ptr, "nts"); in main() 41 strcpy (ptr, "nts"); in main()
|
H A D | string-opt-12.c | 11 extern char *strcpy (char *, const char *); 28 strcpy (dst, s1); in main() 31 strcpy (dst, s1); d2 = dst; in main() 34 strcpy (dst, s1); d2 = dst; in main() 39 strcpy (dst, s1); in main() 42 strcpy (dst, s1); d2 = dst; in main() 45 strcpy (dst, s1); d2 = dst; in main()
|
H A D | string-opt-11.c | 11 extern char *strcpy (char *, const char *); 28 strcpy (dst, s1); in main() 31 strcpy (dst, s1); d2 = dst; in main() 34 strcpy (dst, s1); d2 = dst; in main() 39 strcpy (dst, s1); in main() 42 strcpy (dst, s1); d2 = dst; in main() 45 strcpy (dst, s1); d2 = dst; in main()
|
H A D | string-opt-9.c | 11 extern char *strcpy (char *, const char *); 20 strcpy (dst, s1); in main() 23 strcpy (dst, s1); in main() 26 strcpy (dst, s1); d2 = dst; in main() 29 strcpy (dst, s1); d2 = dst; in main() 32 strcpy (dst, s1); d2 = dst; in main() 38 strcpy (dst, s1); in main()
|
H A D | string-opt-6.c | 8 extern char *strcpy (char *, const char *); 17 if (strcpy (p, "abcde") != p || memcmp (p, "abcde", 6)) in main() 19 if (strcpy (p + 16, "vwxyz" + 1) != p + 16 || memcmp (p + 16, "wxyz", 5)) in main() 21 if (strcpy (p + 1, "") != p + 1 || memcmp (p, "a\0cde", 6)) in main() 23 if (strcpy (p + 3, "fghij") != p + 3 || memcmp (p, "a\0cfghij", 9)) in main() 49 strcpy (char *d, const char *s) in strcpy() function
|
/openbsd/gnu/usr.bin/binutils/gdb/ |
H A D | valarith.c | 373 strcpy (ptr, "+"); in value_x_binop() 376 strcpy (ptr, "-"); in value_x_binop() 379 strcpy (ptr, "*"); in value_x_binop() 421 strcpy (ptr, "+="); in value_x_binop() 424 strcpy (ptr, "-="); in value_x_binop() 427 strcpy (ptr, "*="); in value_x_binop() 430 strcpy (ptr, "/="); in value_x_binop() 433 strcpy (ptr, "%="); in value_x_binop() 436 strcpy (ptr, "&="); in value_x_binop() 439 strcpy (ptr, "|="); in value_x_binop() [all …]
|
H A D | kod-cisco.c | 71 strcpy (buffer, "Cisco IOS/Classic/13.4 0.0.0"); in cisco_kod_open() 139 strcpy (command, "aL"); in cisco_kod_request() 154 strcpy (buffer, "KAL,01,1,f500005f;f500005f;"); in cisco_kod_request() 156 strcpy (buffer, "KAL,02,0,a500005a;a500005a;de02869f;"); in cisco_kod_request() 258 strcpy (command, "aI,"); in cisco_kod_request() 265 strcpy (buffer, "KAI,"); in cisco_kod_request()
|
H A D | i386-stub.c | 810 strcpy (remcomOutBuffer, "OK"); in handle_exception() 820 strcpy (remcomOutBuffer, "OK"); in handle_exception() 824 strcpy (remcomOutBuffer, "E01"); in handle_exception() 840 strcpy (remcomOutBuffer, "E03"); in handle_exception() 847 strcpy (remcomOutBuffer, "E01"); in handle_exception() 864 strcpy (remcomOutBuffer, "E03"); in handle_exception() 869 strcpy (remcomOutBuffer, "OK"); in handle_exception() 876 strcpy (remcomOutBuffer, "E02"); in handle_exception()
|
/openbsd/gnu/gcc/gcc/config/alpha/ |
H A D | vms-ld.c | 173 strcpy (ptr, ".a"); in locate_lib() 177 strcpy (ptr, ".olb"); in locate_lib() 181 strcpy (ptr, ".exe"); in locate_lib() 188 strcpy (ptr, ".exe"); in locate_lib() 192 strcpy (ptr, ".a"); in locate_lib() 196 strcpy (ptr, ".olb"); in locate_lib() 223 strcpy (lib, "lib"); in expand_lib() 271 strcpy (buff, "/share="); in preprocess_args() 273 strcpy (buff, "/exe="); in preprocess_args() 320 strcpy (nbuff, ptr); in process_args() [all …]
|
/openbsd/gnu/usr.bin/gcc/gcc/config/alpha/ |
H A D | vms-ld.c | 174 strcpy (ptr, ".a"); 178 strcpy (ptr, ".olb"); 182 strcpy (ptr, ".exe"); 189 strcpy (ptr, ".exe"); 193 strcpy (ptr, ".a"); 197 strcpy (ptr, ".olb"); 225 strcpy (lib, "lib"); 276 strcpy (buff, "/share="); 278 strcpy (buff, "/exe="); 327 strcpy (nbuff, ptr); [all …]
|
/openbsd/gnu/usr.bin/binutils/opcodes/ |
H A D | ia64-dis.c | 200 case 16: strcpy (regname, "ar.rsc"); break; in print_insn_ia64() 201 case 17: strcpy (regname, "ar.bsp"); break; in print_insn_ia64() 202 case 18: strcpy (regname, "ar.bspstore"); break; in print_insn_ia64() 203 case 19: strcpy (regname, "ar.rnat"); break; in print_insn_ia64() 204 case 32: strcpy (regname, "ar.ccv"); break; in print_insn_ia64() 205 case 36: strcpy (regname, "ar.unat"); break; in print_insn_ia64() 206 case 40: strcpy (regname, "ar.fpsr"); break; in print_insn_ia64() 207 case 44: strcpy (regname, "ar.itc"); break; in print_insn_ia64() 208 case 64: strcpy (regname, "ar.pfs"); break; in print_insn_ia64() 209 case 65: strcpy (regname, "ar.lc"); break; in print_insn_ia64() [all …]
|
/openbsd/gnu/usr.bin/binutils-2.17/opcodes/ |
H A D | ia64-dis.c | 200 case 16: strcpy (regname, "ar.rsc"); break; in print_insn_ia64() 201 case 17: strcpy (regname, "ar.bsp"); break; in print_insn_ia64() 202 case 18: strcpy (regname, "ar.bspstore"); break; in print_insn_ia64() 203 case 19: strcpy (regname, "ar.rnat"); break; in print_insn_ia64() 204 case 32: strcpy (regname, "ar.ccv"); break; in print_insn_ia64() 205 case 36: strcpy (regname, "ar.unat"); break; in print_insn_ia64() 206 case 40: strcpy (regname, "ar.fpsr"); break; in print_insn_ia64() 207 case 44: strcpy (regname, "ar.itc"); break; in print_insn_ia64() 208 case 64: strcpy (regname, "ar.pfs"); break; in print_insn_ia64() 209 case 65: strcpy (regname, "ar.lc"); break; in print_insn_ia64() [all …]
|
/openbsd/gnu/usr.bin/perl/ext/DynaLoader/ |
H A D | dl_aix.xs | 205 strcpy(str, msg); in strerrorcpy() 236 strcpy(dl_errbuf, "Newz: "); in dlopen() 243 strcpy(dl_errbuf, "savepv: "); in dlopen() 264 strcpy(dl_errbuf, "dlopen: "); in dlopen() 302 strcpy(dl_errbuf, "loadbind: "); in dlopen() 459 strcpy(dl_errbuf, "readExports: "); 539 strcpy(dl_errbuf, "readExports: "); 576 strcpy(dl_errbuf, "readExports: "); 627 strcpy(dl_errbuf, "findMain: "); 636 strcpy(dl_errbuf, "findMain: "); [all …]
|
/openbsd/gnu/usr.bin/cvs/vms/ |
H A D | filutils.c | 39 strcpy (out, in); 84 strcpy(tem + size, p + 1); 122 strcpy (out, "[."); 139 strcpy (out + size, emergency_dir); 204 ptr = strcpy (dst, src); /* upper case for getenv */ 224 strcpy (dst, src); 230 strcpy (dst, src); 241 strcpy (dst, src); 289 strcpy (buf, ptr); 312 strcpy (dst, src);
|
/openbsd/gnu/usr.bin/gcc/gcc/testsuite/g++.old-deja/g++.brendan/ |
H A D | nest21.C | 36 std::strcpy(output, tempout); 44 std::strcpy (output, tempout); 51 std::strcpy (output, tempout); 58 std::strcpy (output, tempout); 65 std::strcpy (output, tempout); 72 std::strcpy (output, tempout);
|
/openbsd/gnu/gcc/gcc/ |
H A D | mips-tdump.c | 471 strcpy (p1, "nil"); in type_to_string() 479 strcpy (p1, "char"); in type_to_string() 487 strcpy (p1, "short"); in type_to_string() 495 strcpy (p1, "int"); in type_to_string() 503 strcpy (p1, "long"); in type_to_string() 511 strcpy (p1, "float"); in type_to_string() 566 strcpy (p1, "set"); in type_to_string() 594 strcpy (p1, "bit"); in type_to_string() 602 strcpy (p1, "void"); in type_to_string() 678 strcpy (p2, "far "); in type_to_string() [all …]
|
/openbsd/gnu/usr.bin/gcc/gcc/config/ |
H A D | darwin.h | 749 strcpy (buffer_, stub_); \ 752 strcpy (buffer_ + (STUB_LENGTH) - 1, "_binder\""); \ 756 strcpy (buffer_ + (STUB_LENGTH), "_binder"); \ 770 strcpy (buffer_, symbol_); \ 783 strcpy (buffer_, "\"L"); \ 784 strcpy (buffer_ + 2, symbol_ + 1); \ 785 strcpy (buffer_ + (SYMBOL_LENGTH), "$lazy_ptr\""); \ 789 strcpy (buffer_, "\"L"); \ 790 strcpy (buffer_ + 2, symbol_); \ 795 strcpy (buffer_, "L"); \ [all …]
|
/openbsd/gnu/usr.bin/gcc/gcc/ |
H A D | mips-tdump.c | 463 strcpy (p1, "nil"); 471 strcpy (p1, "char"); 479 strcpy (p1, "short"); 487 strcpy (p1, "int"); 495 strcpy (p1, "long"); 503 strcpy (p1, "float"); 558 strcpy (p1, "set"); 586 strcpy (p1, "bit"); 594 strcpy (p1, "void"); 670 strcpy (p2, "far "); [all …]
|
/openbsd/gnu/usr.bin/perl/vms/ |
H A D | munchconfig.c | 105 strcpy(WorkString, argv[i]); in main() 111 strcpy(TildeSub[TildeSubCount].Tag, WorkString); in main() 112 strcpy(TildeSub[TildeSubCount].Value, TempValue); in main() 134 strcpy(WorkString, LineBuffer); in main() 140 strcpy(TildeSub[TildeSubCount].Tag, WorkString); in main() 141 strcpy(TildeSub[TildeSubCount].Value, TempValue); in main() 208 strcpy(ConfigSub[ConfigSubCount].Tag, LineBuffer); in main() 210 strcpy(ConfigSub[ConfigSubCount].Value, TempValue); in main() 442 strcpy(LineBuffer, TempBuffer); in tilde_sub()
|
/openbsd/gnu/gcc/gcc/config/ |
H A D | darwin.h | 775 strcpy (buffer_, stub_); \ 778 strcpy (buffer_ + (STUB_LENGTH) - 1, "_binder\""); \ 782 strcpy (buffer_ + (STUB_LENGTH), "_binder"); \ 796 strcpy (buffer_, symbol_); \ 809 strcpy (buffer_, "\"L"); \ 810 strcpy (buffer_ + 2, symbol_ + 1); \ 811 strcpy (buffer_ + (SYMBOL_LENGTH), "$lazy_ptr\""); \ 815 strcpy (buffer_, "\"L"); \ 816 strcpy (buffer_ + 2, symbol_); \ 821 strcpy (buffer_, "L"); \ [all …]
|
/openbsd/gnu/usr.bin/gcc/gcc/java/ |
H A D | jcf-path.c | 171 strcpy (f2, filename); 252 strcpy (try, cp); in jcf_path_init() 259 strcpy (try + len, "share"); in jcf_path_init() 268 strcpy (&try[strlen (try) in jcf_path_init() 278 strcpy (try + len, DIR_UP); in jcf_path_init() 289 strcpy (&try[strlen (try) in jcf_path_init() 305 strcpy (extdirs, LIBGCJ_ZIP_FILE); in jcf_path_init() 306 strcpy (&extdirs[strlen (LIBGCJ_ZIP_FILE) in jcf_path_init() 382 strcpy (name, buf);
|
/openbsd/gnu/lib/libiberty/src/ |
H A D | make-temp-file.c | 127 strcpy (tmpdir, base); in choose_tmpdir() 164 strcpy (temp_filename, base); in make_temp_file() 165 strcpy (temp_filename + base_len, TEMP_FILE); in make_temp_file() 166 strcpy (temp_filename + base_len + TEMP_FILE_LEN, suffix); in make_temp_file()
|
/openbsd/gnu/usr.bin/texinfo/info/ |
H A D | filesys.c | 150 strcpy (local_temp_filename, temp); in info_find_fullpath() 191 strcpy (temp, temp_dirname); in info_file_in_path() 202 strcpy (temp + pre_suffix_length, info_suffixes[i]); in info_file_in_path() 240 strcpy (temp + pre_compress_suffix_length, in info_file_in_path() 364 strcpy (infopath, DEFAULT_INFOPATH); in maybe_initialize_infopath() 387 strcpy (infopath, path); in info_add_path() 396 strcpy (infopath, path); in info_add_path() 694 strcpy (trydir, "dir"); in is_dir_name() 703 strcpy (dir_compressed, trydir); in is_dir_name()
|
/openbsd/gnu/usr.bin/binutils-2.17/bfd/ |
H A D | xtensa-isa.c | 49 strcpy (xtisa_error_msg, "out of memory"); \ 59 strcpy (xtisa_error_msg, "out of memory"); \ 497 strcpy (xtisa_error_msg, "invalid format specifier"); \ 508 strcpy (xtisa_error_msg, "invalid slot specifier"); \ 532 strcpy (xtisa_error_msg, "invalid format name"); in xtensa_format_lookup() 647 strcpy (xtisa_error_msg, "invalid opcode specifier"); \ 662 strcpy (xtisa_error_msg, "invalid opcode name"); in xtensa_opcode_lookup() 703 strcpy (xtisa_error_msg, "cannot decode opcode"); in xtensa_opcode_decode() 1048 strcpy (xtisa_error_msg, "operand has no field"); in xtensa_operand_encode() 1472 strcpy (xtisa_error_msg, "invalid state name"); in xtensa_state_lookup() [all …]
|