| /openbmc/openbmc/poky/meta/recipes-core/glibc/glibc/ |
| H A D | 0014-localedef-add-to-archive-uses-a-hard-coded-locale-pa.patch | 36 - strcpy (archivefname + prefix_len, ARCHIVE_NAME); 41 + strcpy (archivefname, envarchive); 49 + strcpy (archivefname + prefix_len, ARCHIVE_NAME); 51 strcpy (stpcpy (fname, archivefname), ".XXXXXX"); 61 - strcpy (default_fname + prefix_len, ARCHIVE_NAME); 67 + strcpy (default_fname + prefix_len, ARCHIVE_NAME);
|
| /openbmc/u-boot/board/Arcturus/ucp1020/ |
| H A D | cmd_arc.c | 57 strcpy(smac[3], argv[1]); in set_arc_product() 58 strcpy(smac[2], argv[2]); in set_arc_product() 59 strcpy(smac[1], argv[3]); in set_arc_product() 60 strcpy(smac[0], argv[4]); in set_arc_product()
|
| /openbmc/qemu/target/xtensa/ |
| H A D | xtensa-isa.c | 49 strcpy(xtisa_error_msg, "out of memory"); \ 58 strcpy(xtisa_error_msg, "out of memory"); \ 163 strcpy(xtisa_error_msg, "output buffer too small for instruction"); in xtensa_insnbuf_to_chars() 479 strcpy(xtisa_error_msg, "invalid format specifier"); \ 489 strcpy(xtisa_error_msg, "invalid slot specifier"); \ 511 strcpy(xtisa_error_msg, "invalid format name"); in xtensa_format_lookup() 538 strcpy(xtisa_error_msg, "cannot decode instruction format"); in xtensa_format_decode() 623 strcpy(xtisa_error_msg, "invalid opcode specifier"); \ 636 strcpy(xtisa_error_msg, "invalid opcode name"); in xtensa_opcode_lookup() 675 strcpy(xtisa_error_msg, "cannot decode opcode"); in xtensa_opcode_decode() [all …]
|
| /openbmc/openbmc/poky/meta/recipes-extended/tcp-wrappers/tcp-wrappers-7.6/ |
| H A D | have_strerror.patch | 11 + strcpy(bp, strerror(errno)); 14 strcpy(bp, sys_errlist[errno]);
|
| H A D | rfc931.diff | 22 - strcpy(request->user, unknown); 23 + strcpy(dest, unknown);
|
| /openbmc/u-boot/tools/easylogo/ |
| H A D | easylogo.c | 352 strcpy(compcmd, "gzip"); in image_save_header() 356 strcpy(compcmd, "lzma"); in image_save_header() 416 strcpy (def_name, varname); in image_save_header() 452 strcpy (app, str); in image_save_header() 547 strcpy (inputfile, argv[optind]); in main() 550 strcpy (varname, argv[optind + 1]); in main() 554 strcpy (varname, inputfile); in main() 561 strcpy (outputfile, argv[optind + 2]); in main() 564 strcpy (outputfile, inputfile); in main()
|
| /openbmc/gpioplus/test/ |
| H A D | chip.cpp | 80 strcpy(info.name, expected_info.name.c_str()); in TEST_F() 82 strcpy(info.label, expected_info.label.c_str()); in TEST_F() 107 strcpy(info.name, expected_info.name.c_str()); in TEST_F() 109 strcpy(info.consumer, expected_info.consumer.c_str()); in TEST_F()
|
| /openbmc/openbmc/meta-openembedded/meta-oe/recipes-devtools/libubox/libubox/ |
| H A D | 0001-blobmsg-fix-array-out-of-bounds-GCC-10-warning.patch | 11 …blobmsg.c:234:2: error: 'strcpy' offset 6 from the object at 'attr' is out of the bounds of refere… 12 234 | strcpy((char *) hdr->name, (const char *)name); 35 - strcpy((char *) hdr->name, (const char *)name);
|
| /openbmc/u-boot/drivers/net/ |
| H A D | sandbox-raw-bus.c | 37 strcpy(ub_ifname, ub_ifname_pfx); in eth_raw_bus_post_bind() 45 strcpy(priv->host_ifname, i->if_name); in eth_raw_bus_post_bind()
|
| /openbmc/u-boot/env/ |
| H A D | attr.c | 57 strcpy(entry_cpy, entry); in env_attr_walk() 140 strcpy(cbp->regex, regex); in regex_callback() 149 strcpy(cbp->attributes, attributes); in regex_callback() 189 strcpy(attributes, priv.attributes); in env_attr_lookup()
|
| /openbmc/openbmc/meta-openembedded/meta-networking/recipes-daemons/tftp-hpa/files/ |
| H A D | tftp-hpa-0.49-fortify-strcpy-crash.patch | 18 - strcpy(cp, name); 21 - strcpy(cp, mode);
|
| H A D | tftp-0.49-cmd_arg.patch | 81 strcpy(line, partial); 82 strcpy(line + len, eline); 101 + strcpy(remote_pth, targ); 113 strcpy(cp, tail(argv[n]));
|
| /openbmc/u-boot/board/freescale/b4860qds/ |
| H A D | eth_b4860qds.c | 410 strcpy(alias, "phy_xaui_slot1"); in board_ft_fman_fixup_port() 413 strcpy(alias, "phy_xaui_slot2"); in board_ft_fman_fixup_port() 420 strcpy(alias, "phy_xaui_slot1"); in board_ft_fman_fixup_port() 425 strcpy(alias, "phy_xaui_slot2"); in board_ft_fman_fixup_port()
|
| /openbmc/openbmc/meta-openembedded/meta-oe/recipes-devtools/android-tools/android-tools/core/ |
| H A D | 0002-adb-Use-local-sockets-where-appropriate.patch | 35 strcpy(__adb_error, "service name too long"); 48 strcpy(__adb_error, "cannot connect to daemon"); 55 strcpy(__adb_error, "write failure during connection");
|
| /openbmc/u-boot/test/dm/ |
| H A D | pci.c | 80 strcpy(ptr, "This is a TesT"); in dm_test_pci_swapcase() 101 strcpy(ptr, "This is a TesT"); in dm_test_pci_swapcase() 162 strcpy(ptr, "This is a TesT oN dYNAMIc"); in dm_test_pci_mixed() 186 strcpy(ptr, "This is a TesT oN sTATIc"); in dm_test_pci_mixed()
|
| /openbmc/openbmc/meta-openembedded/meta-networking/recipes-connectivity/rdist/rdist-6.1.5/ |
| H A D | rdist-6.1.5-links.patch | 39 - (void) strcpy(lp->pathname, target); 40 - (void) strcpy(lp->src, source); 44 - (void) strcpy(lp->target, Tdest);
|
| /openbmc/u-boot/arch/x86/cpu/ |
| H A D | cpu_x86.c | 36 strcpy(buf, vendor); in cpu_x86_get_vendor() 50 strcpy(buf, ptr); in cpu_x86_get_desc()
|
| /openbmc/u-boot/board/nokia/rx51/ |
| H A D | rx51.c | 135 strcpy(boot_reason_ptr, t->u.boot_reason.reason_str); in reuse_omap_atags() 142 strcpy(hw_build_ptr, version); in reuse_omap_atags() 145 strcpy(nolo_version_ptr, version); in reuse_omap_atags() 148 strcpy(boot_mode_ptr, version); in reuse_omap_atags() 271 strcpy(t->u.boot_reason.reason_str, in setup_board_tags() 280 strcpy(t->u.version.version, setup_boot_mode_atag); in setup_board_tags()
|
| /openbmc/u-boot/board/freescale/ls2080ardb/ |
| H A D | eth_ls2080rdb.c | 107 gd->jt->strcpy = strcpy; in board_eth_init()
|
| /openbmc/u-boot/lib/dhry/ |
| H A D | dhry_1.c | 132 strcpy (Ptr_Glob->variant.var_1.Str_Comp, in dhry() 134 strcpy (Str_1_Loc, "DHRYSTONE PROGRAM, 1'ST STRING"); in dhry() 191 strcpy (Str_2_Loc, "DHRYSTONE PROGRAM, 2'ND STRING"); in dhry() 214 strcpy (Str_2_Loc, "DHRYSTONE PROGRAM, 3'RD STRING"); in dhry()
|
| /openbmc/u-boot/include/ |
| H A D | _exports.h | 74 EXPORT_FUNC(strcpy, char *, strcpy, char *dest, const char *src)
|
| /openbmc/u-boot/disk/ |
| H A D | part.c | 358 strcpy((char *)info->type, BOOT_PART_TYPE); in part_get_info_whole_disk() 359 strcpy((char *)info->name, "Whole Disk"); in part_get_info_whole_disk() 456 strcpy((char *)info->type, BOOT_PART_TYPE); in blk_get_device_part_str() 457 strcpy((char *)info->name, "Sandbox host"); in blk_get_device_part_str() 482 strcpy((char *)info->type, BOOT_PART_TYPE); in blk_get_device_part_str() 483 strcpy((char *)info->name, "UBI"); in blk_get_device_part_str()
|
| /openbmc/u-boot/common/ |
| H A D | stdio.c | 89 strcpy (dev.name, "serial"); in drv_system_init() 100 strcpy (dev.name, "nulldev"); in drv_system_init() 256 strcpy(temp_names[l], "nulldev"); in stdio_deregister_dev()
|
| /openbmc/u-boot/arch/powerpc/include/asm/ |
| H A D | string.h | 18 extern char * strcpy(char *,const char *);
|
| /openbmc/u-boot/arch/m68k/include/asm/ |
| H A D | string.h | 20 extern char * strcpy(char *,const char *);
|