Home
last modified time | relevance | path

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

/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()
H A Domap3_display.c352 setting = strtok(params_cpy, ","); in parse_customlcd()
357 setting = strtok(NULL, ","); in parse_customlcd()
/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/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/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/include/linux/
H A Dstring.h13 extern char * strtok(char *,const char *);
/openbmc/google-misc/subprojects/metrics-ipmi-blobs/
H A Dutil.cpp144 char* pCol = strtok(temp.data(), " "); in parseTcommUtimeStimeString()
181 pCol = strtok(nullptr, " "); in parseTcommUtimeStimeString()
/openbmc/phosphor-hwmon/
H A Dsensor.cpp75 auto rmRC = std::strtok(&rmRCs[0], ", "); in addRemoveRCs()
91 rmRC = std::strtok(nullptr, ", "); in addRemoveRCs()
/openbmc/openbmc/poky/meta/recipes-extended/tcp-wrappers/tcp-wrappers-7.6/
H A D11_tcpd_blacklist.patch143 + for (cp = strtok(buf, wsp); cp; cp = strtok((char *) 0, wsp))
H A D13_shlib_weaksym.patch234 #define strtok my_strtok
/openbmc/phosphor-event/
H A Devent_messaged_sdbus.c126 token = strtok(p, " "); in prop_message_assoc()
141 token = strtok(NULL, " "); in prop_message_assoc()
/openbmc/ipmitool/lib/
H A Dipmi_event.c542 tok = strtok(ptr, " "); in ipmi_event_fromfile()
550 tok = strtok(NULL, " "); in ipmi_event_fromfile()
H A Dipmi_sel.c403 tok = strtok(ptr, " "); in ipmi_sel_add_entries_fromfile()
411 tok = strtok(NULL, " "); in ipmi_sel_add_entries_fromfile()
/openbmc/pam-ipmi/src/pam_ipmisave/
H A Dpam_ipmisave.c446 linebuff = strtok((char *)opwptext, "\n"); in update_pass_special_file()
464 linebuff = strtok(NULL, "\n"); in update_pass_special_file()
/openbmc/openbmc/meta-openembedded/meta-oe/recipes-devtools/uw-imap/uw-imap/
H A Dimap-2007e-shared.patch64 strerror.c strpbrk.c strstr.c strtok.c strtoul.c \
/openbmc/qemu/tests/qtest/libqos/
H A Dvirtio-9p-client.c52 for (p = strtok(tmp, delim); p != NULL; p = strtok(NULL, delim)) { in split()
62 for (p = strtok(tmp, delim); p != NULL; p = strtok(NULL, delim)) { in split()
/openbmc/u-boot/common/
H A Davb_verify.c197 cmdarg[i++] = strtok((char *)cmdline, " "); in avb_set_enforce_option()
200 cmdarg[i] = strtok(NULL, " "); in avb_set_enforce_option()
/openbmc/openbmc/meta-openembedded/meta-networking/recipes-connectivity/rdist/rdist-6.1.5/
H A Drdist-6.1.5-lfs.patch126 -char *strtok();
/openbmc/phosphor-bmc-code-mgmt/i2c-vr/xdpe1x2xx/
H A Dxdpe1x2xx.cpp452 char* s = strtok(src, delim); in lineSplit()
463 s = strtok(NULL, delim); in lineSplit()
/openbmc/u-boot/lib/
H A Dstring.c384 char * strtok(char * s,const char * ct) in strtok() function
/openbmc/u-boot/fs/ext4/
H A Dext4_common.c697 char *token = strtok(dirname, "/"); in find_dir_depth()
700 token = strtok(NULL, "/"); in find_dir_depth()
713 char *token = strtok(dirname, "/"); in parse_path()
728 token = strtok(NULL, "/"); in parse_path()
/openbmc/openbmc/meta-openembedded/meta-oe/recipes-connectivity/krb5/krb5/
H A D0001-Eliminate-old-style-function-declarations.patch55 src/kadmin/dbutil/strtok.c | 4 +-
1653 diff --git a/src/kadmin/dbutil/strtok.c b/src/kadmin/dbutil/strtok.c
1655 --- a/src/kadmin/dbutil/strtok.c
1656 +++ b/src/kadmin/dbutil/strtok.c