Home
last modified time | relevance | path

Searched refs:strsep (Results 1 – 24 of 24) sorted by relevance

/u-boot/cmd/
A Dmbr.c41 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 Dgpt.c114 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 Dusb_mass_storage.c73 devnum_part_str = strsep(&t, ","); in ums_init()
A Dbcb.c205 while ((found = strsep(&tmp, ":"))) { in __bcb_set()
/u-boot/lib/efi_loader/
A Defi_load_initrd.c135 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 Ddfu_sf.c102 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 Ddfu.c118 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 Ddfu_alt.c53 strsep(&s, "@"); in dfu_write_by_name()
A Ddfu_ram.c63 *parg = strsep(&s, " "); in dfu_fill_entity_ram()
A Ddfu_mmc.c354 *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 Ddfu_nand.c204 st = strsep(&s, " "); in dfu_fill_entity_nand()
A Ddfu_mtd.c269 st = strsep(&s, " "); in dfu_fill_entity_mtd()
/u-boot/include/linux/
A Dstring.h14 extern char * strsep(char **,const char *);
/u-boot/lib/optee/
A Doptee.c187 nodename = strsep(&tmp, "@"); in optee_copy_fdt_nodes()
/u-boot/drivers/fastboot/
A Dfb_getvar.c286 strsep(&var_parameter, ":"); in fastboot_getvar()
A Dfb_command.c151 strsep(&cmd_parameter, ":"); in fastboot_handle_command()
A Dfb_mmc.c54 *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 Dcboot.c320 alias = strsep(&tmp, " "); in set_calculated_aliases()
446 var = strsep(&tmp, " "); in set_calculated_env_vars()
/u-boot/lib/crypto/
A Dasymmetric_type.c514 restrict_method = strsep(&next, ":"); in asymmetric_lookup_restriction()
524 key_text = strsep(&next, ":"); in asymmetric_lookup_restriction()
/u-boot/lib/
A Dstring.c440 char * strsep(char **s, const char *ct) in strsep() function
/u-boot/drivers/ram/
A Dstm32_sdram.c303 strsep(&bank_name, "@"); in stm32_fmc_of_to_plat()
A Dimxrt_sdram.c348 strsep(&bank_name, "@"); in imxrt_semc_of_to_plat()
/u-boot/drivers/mtd/ubi/
A Dbuild.c1486 tokens[i] = strsep(&pbuf, ","); in ubi_mtd_param_parse()
/u-boot/fs/ubifs/
A Dsuper.c1173 while ((p = strsep(&options, ","))) { in ubifs_parse_options()

Completed in 44 milliseconds