/openbmc/linux/tools/testing/selftests/cgroup/ |
H A D | cgroup_util.c | 169 for (line = strtok(buf, delim); line; line = strtok(NULL, delim)) in cg_read_lc() 211 for (fs = strtok(buf, delim); fs; fs = strtok(NULL, delim)) { in cg_find_unified_root() 212 mount = strtok(NULL, delim); in cg_find_unified_root() 213 type = strtok(NULL, delim); in cg_find_unified_root() 214 options = strtok(NULL, delim); in cg_find_unified_root() 215 strtok(NULL, delim); in cg_find_unified_root() 216 strtok(NULL, delim); in cg_find_unified_root() 520 for (line = strtok(buf, delim); line; line = strtok(NULL, delim)) in is_swap_enabled()
|
/openbmc/linux/tools/testing/selftests/netfilter/ |
H A D | audit_logread.c | 108 strtok(rep.u.data, " "); in readlog() 110 while ((k = strtok(NULL, "="))) { in readlog() 111 v = strtok(NULL, " "); in readlog()
|
/openbmc/linux/tools/perf/util/ |
H A D | parse-sublevel-options.c | 57 p = strtok(s, ","); in perf_parse_sublevel_options() 65 p = strtok(NULL, ","); in perf_parse_sublevel_options()
|
/openbmc/u-boot/board/compulab/common/ |
H A D | eeprom.c | 235 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()
|
/openbmc/linux/drivers/accessibility/speakup/ |
H A D | genmap.c | 78 cp = strtok(buffer, delims); in main() 96 cp = strtok(0, delims); in main() 101 cp = strtok(0, delims); in main()
|
/openbmc/linux/tools/testing/selftests/resctrl/ |
H A D | resctrlfs.c | 28 fs = strtok(line, " \t"); in find_resctrl_mount() 31 mntpoint = strtok(NULL, " \t"); in find_resctrl_mount() 34 fs = strtok(NULL, " \t"); in find_resctrl_mount() 260 char *token = strtok(cpu_list_str, "-,"); in get_core_sibling() 267 token = strtok(NULL, "-,"); in get_core_sibling()
|
H A D | mbm_test.c | 69 char *token = strtok(temp, ":\t"); in check_results() 74 token = strtok(NULL, ":\t"); in check_results()
|
H A D | cmt_test.c | 46 char *token = strtok(temp, ":\t"); in check_results() 51 token = strtok(NULL, ":\t"); in check_results()
|
H A D | mba_test.c | 119 char *token = strtok(temp, ":\t"); in check_results() 124 token = strtok(NULL, ":\t"); in check_results()
|
H A D | cat_test.c | 60 char *token = strtok(temp, ":\t"); in check_results() 65 token = strtok(NULL, ":\t"); in check_results()
|
H A D | resctrl_tests.c | 221 token = strtok(optarg, ","); in main() 245 token = strtok(NULL, ","); in main()
|
/openbmc/u-boot/fs/cramfs/ |
H A D | cramfs.c | 151 char *p = strtok (NULL, "/"); in cramfs_resolve() 189 strtok(link, "/")); in cramfs_resolve() 247 strtok (filename, "/")); in cramfs_load() 314 strtok (filename, "/")); in cramfs_ls()
|
/openbmc/ipmitool/src/ |
H A D | ipmishell.c | 170 for (*ap = strtok(pbuf, " \t"); in ipmi_shell_main() 172 *ap = strtok(NULL, " \t")) { in ipmi_shell_main() 465 for (tok = strtok(ptr, " "); tok != NULL; tok = strtok(NULL, " ")) { in ipmi_exec_main()
|
/openbmc/qemu/semihosting/ |
H A D | config.c | 122 cmd_token = strtok(cmd_dup, " "); in semihosting_arg_fallback() 125 cmd_token = strtok(NULL, " "); in semihosting_arg_fallback()
|
/openbmc/u-boot/tools/ |
H A D | mxsimage.c | 577 tok = strtok(cmd->cmd, " "); in sb_build_dcd() 663 tok = strtok(cmd->cmd, " "); in sb_build_dcd_block() 679 tok = strtok(NULL, " "); in sb_build_dcd_block() 724 tok = strtok(cmd->cmd, " "); in sb_build_section() 741 tok = strtok(NULL, " "); in sb_build_section() 837 tok = strtok(cmd->cmd, " "); in sb_build_command_tag() 882 tok = strtok(cmd->cmd, " "); in sb_build_command_load() 896 tok = strtok(NULL, " "); in sb_build_command_load() 914 tok = strtok(NULL, " "); in sb_build_command_load() 1055 tok = strtok(cmd->cmd, " "); in sb_build_command_fill() [all …]
|
H A D | atmelimage.c | 103 token = strtok(txt, ","); in atmel_parse_pmecc_params() 108 token = strtok(NULL, ","); in atmel_parse_pmecc_params()
|
/openbmc/u-boot/common/eeprom/ |
H A D | eeprom_field.c | 88 tok = strtok(value, delimiter); in __eeprom_field_update_bin_delim() 96 tok = strtok(NULL, delimiter); in __eeprom_field_update_bin_delim()
|
/openbmc/linux/Documentation/userspace-api/media/rc/ |
H A D | keytable.c.rst | 123 scancode=strtok(s,"\\n\\t =:"); 129 scancode = strtok(NULL,"\\n\\t =:"); 136 keycode=strtok(NULL,"\\n\\t =:(");
|
/openbmc/linux/Documentation/usb/ |
H A D | gadget_hid.rst | 195 char *tok = strtok(buf, " "); 199 for (; tok != NULL; tok = strtok(NULL, " ")) { 248 char *tok = strtok(buf, " "); 251 for (; tok != NULL; tok = strtok(NULL, " ")) { 299 char *tok = strtok(buf, " "); 308 for (; tok != NULL; tok = strtok(NULL, " ")) {
|
/openbmc/linux/tools/arch/x86/kcpuid/ |
H A D | kcpuid.c | 323 tokens[i] = strtok(str, ","); in parse_line() 328 tokens[5] = strtok(str, "\n"); in parse_line() 376 end = strtok(buf, ":"); in parse_line() 381 start = strtok(NULL, ":"); in parse_line()
|
/openbmc/linux/tools/testing/selftests/wireguard/qemu/ |
H A D | init.c | 185 for (success_dev = strtok(cmdline, " \n"); success_dev; success_dev = strtok(NULL, " \n")) { in launch_tests()
|
/openbmc/linux/tools/testing/selftests/bpf/prog_tests/ |
H A D | align.c | 635 line_ptr = strtok(bpf_vlog_copy, "\n"); in do_test_single() 649 line_ptr = strtok(NULL, "\n"); in do_test_single() 672 line_ptr = strtok(NULL, "\n"); in do_test_single()
|
/openbmc/u-boot/include/linux/ |
H A D | string.h | 13 extern char * strtok(char *,const char *);
|
/openbmc/qemu/hw/core/ |
H A D | cpu-common.c | 171 char *featurestr = features ? strtok(features, ",") : NULL; in cpu_common_parse_features() 192 featurestr = strtok(NULL, ","); in cpu_common_parse_features()
|
/openbmc/google-misc/subprojects/metrics-ipmi-blobs/ |
H A D | util.cpp | 144 char* pCol = strtok(temp.data(), " "); in parseTcommUtimeStimeString() 181 pCol = strtok(nullptr, " "); in parseTcommUtimeStimeString()
|