Home
last modified time | relevance | path

Searched refs:strcpy (Results 1 – 25 of 176) sorted by relevance

12345678

/u-boot/test/
A Dbootm.c34 strcpy(buf, "test"); in bootm_test_nop()
76 strcpy(buf, CONSOLE_STR); in bootm_test_silent()
107 strcpy(buf, "something"); in bootm_test_silent()
127 strcpy(buf, "some${var}thing"); in bootm_test_subst()
133 strcpy(buf, "some${var}thing"); in bootm_test_subst()
139 strcpy(buf, "some${var}thing"); in bootm_test_subst()
145 strcpy(buf, "some${var}thing"); in bootm_test_subst()
151 strcpy(buf, "some${VAR}thing"); in bootm_test_subst()
156 strcpy(buf, "some${var}thing"); in bootm_test_subst()
171 strcpy(buf, "a${var}c"); in bootm_test_subst()
[all …]
A Dstr_ut.c32 strcpy(out, str2); in str_upper()
41 strcpy(out, str2); in str_upper()
67 strcpy(out, str); in run_strtoul()
/u-boot/test/lib/
A Dsscanf.c44 strcpy(buffer, ""); in lib_sscanf()
49 strcpy(buffer, "0x519"); in lib_sscanf()
53 strcpy(buffer, "0x51a"); in lib_sscanf()
57 strcpy(buffer, "0x51g"); in lib_sscanf()
79 strcpy(buffer, "123"); in lib_sscanf()
/u-boot/test/cmd/
A Dmem_search.c210 strcpy(buf + 0x1e, str); in mem_test_ms_mult()
211 strcpy(buf + 0x63, str); in mem_test_ms_mult()
212 strcpy(buf + BUF_SIZE - strlen(str) + 1, str); in mem_test_ms_mult()
240 strcpy(buf + 0x1e, str); in mem_test_ms_s()
241 strcpy(buf + 0x63, str); in mem_test_ms_s()
242 strcpy(buf + 0xa1, str2); in mem_test_ms_s()
A Dsetexpr.c221 strcpy(buf, "this is a test"); in setexpr_test_sub()
261 strcpy(buf, "this is surely a test is it? yes this is indeed a test"); in setexpr_test_backref()
305 strcpy(buf, "hello"); in setexpr_test_str()
330 strcpy(buf, "hello"); in setexpr_test_str_oper()
331 strcpy(buf + 0x10, " there"); in setexpr_test_str_oper()
/u-boot/drivers/net/
A Dsandbox-raw-bus.c38 strcpy(ub_ifname, ub_ifname_pfx); in eth_raw_bus_post_bind()
46 strcpy(priv->host_ifname, i->if_name); in eth_raw_bus_post_bind()
/u-boot/env/
A Dattr.c57 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()
/u-boot/arch/x86/cpu/
A Dcpu_x86.c37 strcpy(buf, vendor); in cpu_x86_get_vendor()
51 strcpy(buf, ptr); in cpu_x86_get_desc()
/u-boot/board/freescale/ls2080ardb/
A Deth_ls2080rdb.c111 gd->jt->strcpy = strcpy; in board_eth_init()
/u-boot/board/Marvell/mvebu_armada-37xx/
A Dboard.c141 strcpy(ptr, "fdtfile=marvell/armada-3720-espressobin-v7-emmc.dtb"); in board_late_init()
143 strcpy(ptr, "fdtfile=marvell/armada-3720-espressobin-v7.dtb"); in board_late_init()
145 strcpy(ptr, "fdtfile=marvell/armada-3720-espressobin-emmc.dtb"); in board_late_init()
147 strcpy(ptr, "fdtfile=marvell/armada-3720-espressobin.dtb"); in board_late_init()
/u-boot/test/dm/
A Dpci.c81 strcpy(ptr, "This is a TesT"); in dm_test_pci_swapcase()
102 strcpy(ptr, "This is a TesT"); in dm_test_pci_swapcase()
163 strcpy(ptr, "This is a TesT oN dYNAMIc"); in dm_test_pci_mixed()
187 strcpy(ptr, "This is a TesT oN sTATIc"); in dm_test_pci_mixed()
277 strcpy(bar, "ea TEST"); in dm_test_pci_ea()
/u-boot/arch/m68k/include/asm/
A Dstring.h20 extern char * strcpy(char *,const char *);
/u-boot/arch/powerpc/include/asm/
A Dstring.h18 extern char * strcpy(char *,const char *);
/u-boot/include/
A D_exports.h73 EXPORT_FUNC(strcpy, char *, strcpy, char *dest, const char *src)
/u-boot/board/Arcturus/ucp1020/
A Dcmd_arc.c225 strcpy(smac[0], argv[1]); in set_arc_product()
226 strcpy(smac[1], argv[2]); in set_arc_product()
227 strcpy(smac[2], argv[3]); in set_arc_product()
228 strcpy(smac[3], argv[4]); in set_arc_product()
/u-boot/lib/dhry/
A Ddhry_1.c132 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()
/u-boot/board/nokia/rx51/
A Drx51.c150 strcpy(boot_reason_ptr, t->u.boot_reason.reason_str); in reuse_omap_atags()
157 strcpy(hw_build_ptr, version); in reuse_omap_atags()
160 strcpy(nolo_version_ptr, version); in reuse_omap_atags()
163 strcpy(boot_mode_ptr, version); in reuse_omap_atags()
317 strcpy(t->u.boot_reason.reason_str, in setup_board_tags()
326 strcpy(t->u.version.version, setup_boot_mode_atag); in setup_board_tags()
/u-boot/arch/sh/lib/
A Dzimageboot.c55 strcpy(cmdline, bootargs); in do_sh_zimageboot()
/u-boot/arch/mips/include/asm/
A Dstring.h16 extern char *strcpy(char *__dest, __const__ char *__src);
/u-boot/common/
A Dstdio.c67 strcpy(dev.name, "nulldev"); in nulldev_register()
111 strcpy (dev.name, "serial"); in drv_system_init()
261 strcpy(temp_names[i], "nulldev"); in stdio_deregister_dev()
/u-boot/disk/
A Dpart.c368 strcpy((char *)info->type, BOOT_PART_TYPE); in part_get_info_whole_disk()
369 strcpy((char *)info->name, "Whole Disk"); in part_get_info_whole_disk()
465 strcpy((char *)info->type, BOOT_PART_TYPE); in blk_get_device_part_str()
466 strcpy((char *)info->name, "Sandbox host"); in blk_get_device_part_str()
491 strcpy((char *)info->type, BOOT_PART_TYPE); in blk_get_device_part_str()
492 strcpy((char *)info->name, "UBI"); in blk_get_device_part_str()
/u-boot/drivers/misc/
A Dcbmem_console.c47 strcpy(cons_dev.name, "cbmem"); in cbmemc_init()
/u-boot/board/freescale/lx2160a/
A Deth_lx2160ardb.c165 gd->jt->strcpy = strcpy; in board_eth_init()
/u-boot/net/
A Dtftp.c368 strcpy((char *)pkt, tftp_filename); in tftp_send()
370 strcpy((char *)pkt, "octet"); in tftp_send()
372 strcpy((char *)pkt, "timeout"); in tftp_send()
424 strcpy((char *)pkt, "File too large"); in tftp_send()
436 strcpy((char *)pkt, "File has bad magic"); in tftp_send()
448 strcpy((char *)pkt, "Option Negotiation Failed"); in tftp_send()
/u-boot/arch/x86/cpu/intel_common/
A Dreport_platform.c26 strcpy(cpu_string, "Platform info not available"); in report_cpu_info()

Completed in 27 milliseconds

12345678