Home
last modified time | relevance | path

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

123

/openbmc/linux/tools/testing/selftests/cgroup/
H A Dcgroup_util.c169 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 Daudit_logread.c108 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 Dparse-sublevel-options.c57 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 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()
/openbmc/linux/drivers/accessibility/speakup/
H A Dgenmap.c78 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 Dresctrlfs.c28 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 Dmbm_test.c69 char *token = strtok(temp, ":\t"); in check_results()
74 token = strtok(NULL, ":\t"); in check_results()
H A Dcmt_test.c46 char *token = strtok(temp, ":\t"); in check_results()
51 token = strtok(NULL, ":\t"); in check_results()
H A Dmba_test.c119 char *token = strtok(temp, ":\t"); in check_results()
124 token = strtok(NULL, ":\t"); in check_results()
H A Dcat_test.c60 char *token = strtok(temp, ":\t"); in check_results()
65 token = strtok(NULL, ":\t"); in check_results()
H A Dresctrl_tests.c221 token = strtok(optarg, ","); in main()
245 token = strtok(NULL, ","); in main()
/openbmc/u-boot/fs/cramfs/
H A Dcramfs.c151 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 Dipmishell.c170 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 Dconfig.c122 cmd_token = strtok(cmd_dup, " "); in semihosting_arg_fallback()
125 cmd_token = strtok(NULL, " "); in semihosting_arg_fallback()
/openbmc/u-boot/tools/
H A Dmxsimage.c577 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 Datmelimage.c103 token = strtok(txt, ","); in atmel_parse_pmecc_params()
108 token = strtok(NULL, ","); in atmel_parse_pmecc_params()
/openbmc/u-boot/common/eeprom/
H 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()
/openbmc/linux/Documentation/userspace-api/media/rc/
H A Dkeytable.c.rst123 scancode=strtok(s,"\\n\\t =:");
129 scancode = strtok(NULL,"\\n\\t =:");
136 keycode=strtok(NULL,"\\n\\t =:(");
/openbmc/linux/Documentation/usb/
H A Dgadget_hid.rst195 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 Dkcpuid.c323 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 Dinit.c185 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 Dalign.c635 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 Dstring.h13 extern char * strtok(char *,const char *);
/openbmc/qemu/hw/core/
H A Dcpu-common.c171 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 Dutil.cpp144 char* pCol = strtok(temp.data(), " "); in parseTcommUtimeStimeString()
181 pCol = strtok(nullptr, " "); in parseTcommUtimeStimeString()

123