Home
last modified time | relevance | path

Searched refs:strdup (Results 1 – 25 of 76) sorted by relevance

1234

/u-boot/include/linux/
A Dstring.h95 # define strdup sandbox_strdup macro
100 extern char * strdup(const char *);
/u-boot/cmd/
A Dmbr.c35 strcopy = strdup(str); in extract_val()
48 new = strdup(v); in extract_val()
73 strcopy = strdup(str); in found_key()
108 str = strdup(str_part); in str_to_partitions()
A Dbootmenu.c356 entry->title = strdup("U-Boot console"); in bootmenu_create()
362 entry->command = strdup(""); in bootmenu_create()
481 title = strdup(iter->title); in bootmenu_show()
482 command = strdup(iter->command); in bootmenu_show()
A Dgpt.c57 s = strdup(str); in extract_env()
108 strcopy = strdup(str); in extract_val()
121 new = strdup(v); in extract_val()
145 strcopy = strdup(str); in found_key()
402 str = strdup(str_part); in set_gpt_info()
423 *str_disk_guid = strdup(p); in set_gpt_info()
A Dspi.c46 str = strdup(name); in do_spi_xfer()
/u-boot/drivers/block/
A Dsandbox.c117 str = strdup(dev_name);
120 fname = strdup(filename);
176 host_dev->filename = strdup(filename);
/u-boot/arch/sandbox/cpu/
A Dspl.c47 spl_image->arg = strdup(fname); in spl_board_load_image()
/u-boot/drivers/mtd/
A Dmtd_uboot.c228 old_mtdparts = strdup(mtdparts); in mtd_probe_devices()
229 old_mtdids = strdup(mtdids); in mtd_probe_devices()
/u-boot/common/
A Dmenu.c316 item->key = strdup(item_key); in menu_item_add()
386 m->title = strdup(title); in menu_create()
A Dupdate.c66 saved_netretry = strdup(env_get("netretry")); in update_load()
67 saved_bootfile = strdup(net_boot_file_name); in update_load()
A Diomux.c41 console_args = strdup(arg); in iomux_doenv()
/u-boot/drivers/dfu/
A Ddfu_alt.c46 s = strdup(dfu_entity_name); in dfu_write_by_name()
/u-boot/drivers/gpio/
A Dhi6220_gpio.c75 str = strdup(name); in hi6220_gpio_probe()
A Daxp_gpio.c151 uc_priv->bank_name = strdup(SUNXI_GPIO_AXP0_PREFIX); in gpio_axp_probe()
A Dmpc83xx_spisel_boot.c113 str = strdup(name); in mpc83xx_spisel_boot_probe()
A D74x164_gpio.c137 str = strdup(name); in gen_74x164_probe()
A Dimx_rgpio2p.c143 str = strdup(name); in imx_rgpio2p_probe()
/u-boot/drivers/mtd/spi/
A Dsf-uclass.c69 str = strdup(name); in spi_flash_probe_bus_cs()
/u-boot/scripts/kconfig/
A Dutil.c114 p = strdup(s); in xstrdup()
/u-boot/arch/arm/mach-tegra/
A Dcboot.c312 aliases = strdup(aliases); in set_calculated_aliases()
438 vars = strdup(vars); in set_calculated_env_vars()
566 return strdup(ptr); in strip()
/u-boot/lib/efi_loader/
A Defi_load_initrd.c106 filespec = strdup(CONFIG_EFI_INITRD_FILESPEC); in efi_load_file2_initrd()
/u-boot/drivers/mmc/
A Dsti_sdhci.c119 host->name = strdup(dev->name); in sti_sdhci_of_to_plat()
/u-boot/fs/squashfs/
A Dsqfs.c291 strc = strdup(str); in sqfs_tokenize()
296 tokens[0] = strdup(strc); in sqfs_tokenize()
304 tokens[j] = strdup(aux); in sqfs_tokenize()
909 path = strdup(filename); in sqfs_opendir()
1163 tmp_path = strdup(path); in sqfs_split_path()
1179 dirc = strdup(tmp_path); in sqfs_split_path()
1185 basec = strdup(tmp_path); in sqfs_split_path()
1194 *file = strdup(bname); in sqfs_split_path()
1211 *dir = strdup(dname); in sqfs_split_path()
/u-boot/disk/
A Dpart.c390 dup_str = strdup(dev_hwpart_str); in blk_get_device_by_str()
515 dup_str = strdup(dev_part_str); in blk_get_device_part_str()
719 dup_str = strdup(dev_part_str); in part_get_info_by_dev_and_name()
/u-boot/lib/optee/
A Doptee.c182 oldname = strdup(name); in optee_copy_fdt_nodes()

Completed in 44 milliseconds

1234