Home
last modified time | relevance | path

Searched refs:strtok (Results 1 – 12 of 12) sorted by relevance

/u-boot/test/dm/
A Dmux-cmd.c44 tok = strtok(str, " "); in dm_test_cmd_mux_list()
47 tok = strtok(NULL, " "); in dm_test_cmd_mux_list()
50 tok = strtok(NULL, " "); in dm_test_cmd_mux_list()
52 tok = strtok(NULL, " "); in dm_test_cmd_mux_list()
55 tok = strtok(NULL, " "); in dm_test_cmd_mux_list()
57 tok = strtok(NULL, " "); in dm_test_cmd_mux_list()
60 tok = strtok(NULL, " "); in dm_test_cmd_mux_list()
62 tok = strtok(NULL, " "); in dm_test_cmd_mux_list()
74 tok = strtok(str, " "); in dm_test_cmd_mux_list()
79 tok = strtok(NULL, " "); in dm_test_cmd_mux_list()
[all …]
/u-boot/board/compulab/common/
A Deeprom.c235 char *tok = strtok(value, "."); in eeprom_field_update_bin_ver()
243 tok = strtok(NULL, ""); in eeprom_field_update_bin_ver()
348 char *tok1 = strtok(value, "/"); in eeprom_field_update_date()
349 char *tok2 = strtok(NULL, "/"); in eeprom_field_update_date()
350 char *tok3 = strtok(NULL, "/"); in eeprom_field_update_date()
A Domap3_display.c353 setting = strtok(params_cpy, ","); in parse_customlcd()
358 setting = strtok(NULL, ","); in parse_customlcd()
/u-boot/fs/cramfs/
A Dcramfs.c152 char *p = strtok (NULL, "/"); in cramfs_resolve()
190 strtok(link, "/")); in cramfs_resolve()
248 strtok (filename, "/")); in cramfs_load()
315 strtok (filename, "/")); in cramfs_ls()
/u-boot/common/eeprom/
A Deeprom_field.c88 tok = strtok(value, delimiter); in __eeprom_field_update_bin_delim()
96 tok = strtok(NULL, delimiter); in __eeprom_field_update_bin_delim()
/u-boot/include/linux/
A Dstring.h13 extern char * strtok(char *,const char *);
/u-boot/tools/
A Dmxsimage.c578 tok = strtok(cmd->cmd, " "); in sb_build_dcd()
664 tok = strtok(cmd->cmd, " "); in sb_build_dcd_block()
680 tok = strtok(NULL, " "); in sb_build_dcd_block()
725 tok = strtok(cmd->cmd, " "); in sb_build_section()
742 tok = strtok(NULL, " "); in sb_build_section()
897 tok = strtok(NULL, " "); in sb_build_command_load()
915 tok = strtok(NULL, " "); in sb_build_command_load()
1072 tok = strtok(NULL, " "); in sb_build_command_fill()
1088 tok = strtok(NULL, " "); in sb_build_command_fill()
1168 tok = strtok(NULL, " "); in sb_build_command_jump_call()
[all …]
A Datmelimage.c103 token = strtok(txt, ","); in atmel_parse_pmecc_params()
108 token = strtok(NULL, ","); in atmel_parse_pmecc_params()
/u-boot/common/
A Davb_verify.c197 cmdarg[i++] = strtok((char *)cmdline, " "); in avb_set_enforce_option()
200 cmdarg[i] = strtok(NULL, " "); in avb_set_enforce_option()
/u-boot/lib/
A Dstring.c407 char * strtok(char * s,const char * ct) in strtok() function
/u-boot/fs/ext4/
A Dext4_common.c701 char *token = strtok(dirname, "/"); in find_dir_depth()
704 token = strtok(NULL, "/"); in find_dir_depth()
717 char *token = strtok(dirname, "/"); in parse_path()
732 token = strtok(NULL, "/"); in parse_path()
/u-boot/fs/squashfs/
A Dsqfs.c303 aux = strtok(!j ? strc : NULL, "/"); in sqfs_tokenize()

Completed in 23 milliseconds