| /OK3568_Linux_fs/external/recovery/ |
| H A D | rkupdate.c | 51 char* command = strtok(buffer, " \n"); in start_main() 55 char* fraction_s = strtok(NULL, " \n"); in start_main() 56 char* seconds_s = strtok(NULL, " \n"); in start_main() 63 char* fraction_s = strtok(NULL, " \n"); in start_main() 68 char* str = strtok(NULL, "\n"); in start_main() 188 char* command = strtok(buffer, " \n"); in do_rk_update() 192 char* fraction_s = strtok(NULL, " \n"); in do_rk_update() 193 char* seconds_s = strtok(NULL, " \n"); in do_rk_update() 200 char* fraction_s = strtok(NULL, " \n"); in do_rk_update() 204 char* str = strtok(NULL, "\n"); in do_rk_update()
|
| /OK3568_Linux_fs/kernel/tools/testing/selftests/cgroup/ |
| H A D | cgroup_util.c | 172 for (line = strtok(buf, delim); line; line = strtok(NULL, delim)) in cg_read_lc() 204 for (fs = strtok(buf, delim); fs; fs = strtok(NULL, delim)) { in cg_find_unified_root() 205 mount = strtok(NULL, delim); in cg_find_unified_root() 206 type = strtok(NULL, delim); in cg_find_unified_root() 207 strtok(NULL, delim); in cg_find_unified_root() 208 strtok(NULL, delim); in cg_find_unified_root() 209 strtok(NULL, delim); in cg_find_unified_root() 505 for (line = strtok(buf, delim); line; line = strtok(NULL, delim)) in is_swap_enabled()
|
| /OK3568_Linux_fs/external/xserver/hw/xfree86/os-support/linux/ |
| H A D | lnx_acpi.c | 82 strtok(ev, " "); in lnxACPIGetEventFromOs() 84 if (!(GFX = strtok(NULL, " "))) in lnxACPIGetEventFromOs() 90 if (!(notify = strtok(NULL, " "))) in lnxACPIGetEventFromOs() 97 if (!(data = strtok(NULL, " "))) in lnxACPIGetEventFromOs()
|
| /OK3568_Linux_fs/external/rkwifibt-app/test/ |
| H A D | rk_wifi_test.c | 282 ssid = strtok(data, ":"); in rk_wifi_connect() 284 psk = strtok(NULL, ":"); in rk_wifi_connect() 304 ssid = strtok(data, ":"); in rk_wifi_connect1() 306 psk = strtok(NULL, ":"); in rk_wifi_connect1()
|
| /OK3568_Linux_fs/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()
|
| /OK3568_Linux_fs/kernel/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()
|
| /OK3568_Linux_fs/kernel/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() 266 char *token = strtok(cpu_list_str, "-,"); in get_core_sibling() 273 token = strtok(NULL, "-,"); in get_core_sibling()
|
| H A D | mbm_test.c | 66 char *token = strtok(temp, ":\t"); in check_results() 71 token = strtok(NULL, ":\t"); in check_results()
|
| H A D | mba_test.c | 114 char *token = strtok(temp, ":\t"); in check_results() 119 token = strtok(NULL, ":\t"); in check_results()
|
| H A D | cqm_test.c | 90 char *token = strtok(temp, ":\t"); in check_results() 95 token = strtok(NULL, ":\t"); in check_results()
|
| H A D | resctrl_tests.c | 81 token = strtok(optarg, ","); in main() 101 token = strtok(NULL, ","); in main()
|
| /OK3568_Linux_fs/buildroot/package/mkpasswd/ |
| H A D | utils.c | 55 for (arg = strtok(argstring, " "); arg; arg = strtok(NULL, " ")) { in merge_args()
|
| /OK3568_Linux_fs/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()
|
| /OK3568_Linux_fs/u-boot/cmd/ |
| H A D | nvedit.c | 448 a_item = strtok(a_string_tok, " "); in env_update_filter() 453 a_item = strtok(NULL, " "); in env_update_filter() 460 v_item = strtok(v_string_tok, " "); in env_update_filter() 466 v_item = strtok(NULL, " "); in env_update_filter() 479 v_item = strtok(NULL, " "); in env_update_filter() 493 v_title = strtok(v_item_tok, "="); in env_update_filter() 509 a_title = strtok(a_item_tok, "="); in env_update_filter() 567 item = strtok(tmp_varvalue, " "); in env_update_extract_subset() 573 item = strtok(NULL, " "); in env_update_extract_subset()
|
| /OK3568_Linux_fs/buildroot/package/weston/ |
| H A D | 0023-HACK-Support-setting-surface-flags-activate-and-alph.patch | 233 + p = strtok(s, "|"); 271 + p = strtok(NULL, "|"); 291 + p = strtok(s, "|"); 313 + p = strtok(NULL, "|"); 355 + p = strtok(s, "|"); 377 + p = strtok(NULL, "|");
|
| /OK3568_Linux_fs/yocto/meta-rockchip/recipes-graphics/wayland/weston_10.0.2/ |
| H A D | 0020-HACK-Support-setting-surface-flags-activate-and-alph.patch | 198 + p = strtok(s, "|"); 236 + p = strtok(NULL, "|"); 256 + p = strtok(s, "|"); 278 + p = strtok(NULL, "|"); 320 + p = strtok(s, "|"); 342 + p = strtok(NULL, "|");
|
| /OK3568_Linux_fs/yocto/meta-rockchip/recipes-graphics/wayland/weston_11.0.1/ |
| H A D | 0023-HACK-Support-setting-surface-flags-activate-and-alph.patch | 233 + p = strtok(s, "|"); 271 + p = strtok(NULL, "|"); 291 + p = strtok(s, "|"); 313 + p = strtok(NULL, "|"); 355 + p = strtok(s, "|"); 377 + p = strtok(NULL, "|");
|
| /OK3568_Linux_fs/external/rk_pcba_test/pcba_minui/ |
| H A D | sdcard_test.c | 110 result = strtok(sd_buf, delims ); in sdcard_test() 118 result = strtok( NULL, delims ); in sdcard_test()
|
| H A D | udisk_test.c | 160 result = strtok(usbhost_buf, delims ); in udisk_test() 168 result = strtok( NULL, delims ); in udisk_test()
|
| /OK3568_Linux_fs/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 …]
|
| /OK3568_Linux_fs/kernel/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 =:(");
|
| /OK3568_Linux_fs/u-boot/common/eeprom/ |
| H A D | eeprom_field.c | 89 tok = strtok(value, delimiter); in __eeprom_field_update_bin_delim() 97 tok = strtok(NULL, delimiter); in __eeprom_field_update_bin_delim()
|
| /OK3568_Linux_fs/kernel/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, " ")) {
|
| /OK3568_Linux_fs/buildroot/dl/sox/git/src/ |
| H A D | compandt.c | 179 for (i = 0, text = strtok(points, ","); text != NULL; ++i) { in lsx_compandt_parse() 187 text = strtok(NULL, ","); in lsx_compandt_parse() 192 text = strtok(NULL, ","); in lsx_compandt_parse()
|
| /OK3568_Linux_fs/external/recovery/update_engine/ |
| H A D | flash_image.c | 338 char *line = strtok(data_buf, "\n"); in getUuidFromString() 358 line = strtok(NULL, "\n"); in getUuidFromString() 366 char *line = strtok(data_buf, "\n"); in getParamFromString() 384 char *token = strtok(mtdparts_line, ","); in getParamFromString() 396 token = strtok(NULL, ","); in getParamFromString() 399 line = strtok(NULL, "\n"); in getParamFromString()
|