/u-boot/cmd/ |
A D | mbr.c | 41 v = strsep(&s, ","); in extract_val() 44 k = strsep(&v, "="); in extract_val() 79 k = strsep(&s, ","); in found_key() 116 val = strsep(&val, ";"); in str_to_partitions() 121 strsep(&s, ";"); in str_to_partitions() 148 tok = strsep(&s, ";"); in str_to_partitions()
|
A D | gpt.c | 114 v = strsep(&s, ","); in extract_val() 117 k = strsep(&v, "="); in extract_val() 151 k = strsep(&s, ","); in found_key() 420 val = strsep(&val, ";"); in set_gpt_info() 426 strsep(&s, ";"); in set_gpt_info() 454 tok = strsep(&s, ";"); in set_gpt_info()
|
A D | usb_mass_storage.c | 73 devnum_part_str = strsep(&t, ","); in ums_init()
|
A D | bcb.c | 205 while ((found = strsep(&tmp, ":"))) { in __bcb_set()
|
/u-boot/lib/efi_loader/ |
A D | efi_load_initrd.c | 135 dev = strsep(&pos, " "); in efi_load_file2_initrd() 138 part = strsep(&pos, " "); in efi_load_file2_initrd() 141 file = strsep(&pos, " "); in efi_load_file2_initrd()
|
/u-boot/drivers/dfu/ |
A D | dfu_sf.c | 102 s = strsep(&devstr, ":"); in parse_dev() 108 s = strsep(&devstr, ":"); in parse_dev() 114 s = strsep(&devstr, ":"); in parse_dev() 123 s = strsep(&devstr, ":"); in parse_dev() 155 st = strsep(&s, " "); in dfu_fill_entity_sf()
|
A D | dfu.c | 118 i = strsep(&s, " "); in dfu_config_interfaces() 121 d = strsep(&s, "="); in dfu_config_interfaces() 124 a = strsep(&s, "&"); in dfu_config_interfaces() 128 part = strsep(&a, ";"); in dfu_config_interfaces() 493 st = strsep(&s, " "); in dfu_fill_entity() 600 s = strsep(&env, ";"); in dfu_config_entities()
|
A D | dfu_alt.c | 53 strsep(&s, "@"); in dfu_write_by_name()
|
A D | dfu_ram.c | 63 *parg = strsep(&s, " "); in dfu_fill_entity_ram()
|
A D | dfu_mmc.c | 354 *parg = strsep(&s, " "); in dfu_fill_entity_mmc() 393 if (!strcmp(strsep(&s, " "), "mmcpart")) in dfu_fill_entity_mmc() 415 if (!strcmp(strsep(&s, " "), "offset")) in dfu_fill_entity_mmc()
|
A D | dfu_nand.c | 204 st = strsep(&s, " "); in dfu_fill_entity_nand()
|
A D | dfu_mtd.c | 269 st = strsep(&s, " "); in dfu_fill_entity_mtd()
|
/u-boot/include/linux/ |
A D | string.h | 14 extern char * strsep(char **,const char *);
|
/u-boot/lib/optee/ |
A D | optee.c | 187 nodename = strsep(&tmp, "@"); in optee_copy_fdt_nodes()
|
/u-boot/drivers/fastboot/ |
A D | fb_getvar.c | 286 strsep(&var_parameter, ":"); in fastboot_getvar()
|
A D | fb_command.c | 151 strsep(&cmd_parameter, ":"); in fastboot_handle_command()
|
A D | fb_mmc.c | 54 *parg = strsep(&raw_part_desc, " "); in raw_part_get_info_by_name() 67 if (strcmp(strsep(&raw_part_desc, " "), "mmcpart") == 0) { in raw_part_get_info_by_name()
|
/u-boot/arch/arm/mach-tegra/ |
A D | cboot.c | 320 alias = strsep(&tmp, " "); in set_calculated_aliases() 446 var = strsep(&tmp, " "); in set_calculated_env_vars()
|
/u-boot/lib/crypto/ |
A D | asymmetric_type.c | 514 restrict_method = strsep(&next, ":"); in asymmetric_lookup_restriction() 524 key_text = strsep(&next, ":"); in asymmetric_lookup_restriction()
|
/u-boot/lib/ |
A D | string.c | 440 char * strsep(char **s, const char *ct) in strsep() function
|
/u-boot/drivers/ram/ |
A D | stm32_sdram.c | 303 strsep(&bank_name, "@"); in stm32_fmc_of_to_plat()
|
A D | imxrt_sdram.c | 348 strsep(&bank_name, "@"); in imxrt_semc_of_to_plat()
|
/u-boot/drivers/mtd/ubi/ |
A D | build.c | 1486 tokens[i] = strsep(&pbuf, ","); in ubi_mtd_param_parse()
|
/u-boot/fs/ubifs/ |
A D | super.c | 1173 while ((p = strsep(&options, ","))) { in ubifs_parse_options()
|