Searched refs:strdup (Results 1 – 25 of 76) sorted by relevance
1234
95 # define strdup sandbox_strdup macro100 extern char * strdup(const char *);
35 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()
356 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()
57 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()
46 str = strdup(name); in do_spi_xfer()
117 str = strdup(dev_name);120 fname = strdup(filename);176 host_dev->filename = strdup(filename);
47 spl_image->arg = strdup(fname); in spl_board_load_image()
228 old_mtdparts = strdup(mtdparts); in mtd_probe_devices()229 old_mtdids = strdup(mtdids); in mtd_probe_devices()
316 item->key = strdup(item_key); in menu_item_add()386 m->title = strdup(title); in menu_create()
66 saved_netretry = strdup(env_get("netretry")); in update_load()67 saved_bootfile = strdup(net_boot_file_name); in update_load()
41 console_args = strdup(arg); in iomux_doenv()
46 s = strdup(dfu_entity_name); in dfu_write_by_name()
75 str = strdup(name); in hi6220_gpio_probe()
151 uc_priv->bank_name = strdup(SUNXI_GPIO_AXP0_PREFIX); in gpio_axp_probe()
113 str = strdup(name); in mpc83xx_spisel_boot_probe()
137 str = strdup(name); in gen_74x164_probe()
143 str = strdup(name); in imx_rgpio2p_probe()
69 str = strdup(name); in spi_flash_probe_bus_cs()
114 p = strdup(s); in xstrdup()
312 aliases = strdup(aliases); in set_calculated_aliases()438 vars = strdup(vars); in set_calculated_env_vars()566 return strdup(ptr); in strip()
106 filespec = strdup(CONFIG_EFI_INITRD_FILESPEC); in efi_load_file2_initrd()
119 host->name = strdup(dev->name); in sti_sdhci_of_to_plat()
291 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()
390 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()
182 oldname = strdup(name); in optee_copy_fdt_nodes()
Completed in 44 milliseconds