| /f-stack/dpdk/kernel/freebsd/nic_uio/ |
| H A D | nic_uio.c | 174 token = strsep(&remaining, ",:"); in nic_uio_probe() 178 token = strsep(&remaining, ",:"); in nic_uio_probe() 182 token = strsep(&remaining, ",:"); in nic_uio_probe() 281 token = strsep(&remaining, ",:"); in nic_uio_load() 285 token = strsep(&remaining, ",:"); in nic_uio_load() 289 token = strsep(&remaining, ",:"); in nic_uio_load()
|
| /f-stack/freebsd/security/mac_portacl/ |
| H A D | mac_portacl.c | 184 idtype = strsep(&element, ":"); in parse_rule_element() 189 id = strsep(&element, ":"); in parse_rule_element() 207 protocol = strsep(&element, ":"); in parse_rule_element() 248 while ((element = strsep(&string, ",")) != NULL) { in parse_rules()
|
| /f-stack/freebsd/security/audit/ |
| H A D | audit_bsm_db.c | 299 while ((line = strsep(&nextline, "\n")) != NULL) { in au_evnamemap_init_preload() 318 evnum_str = strsep(&line, ":"); in au_evnamemap_init_preload() 333 evname = strsep(&line, ":"); in au_evnamemap_init_preload()
|
| /f-stack/freebsd/kern/ |
| H A D | subr_boot.c | 173 n = strsep(&v, "="); in boot_parse_arg() 193 while ((v = strsep(&cmdline, delim)) != NULL) { in boot_parse_cmdline_delim()
|
| H A D | kern_rctl.c | 1158 subjectstr = strsep(&rulestr, ":"); in rctl_string_to_rule() 1159 subject_idstr = strsep(&rulestr, ":"); in rctl_string_to_rule() 1160 resourcestr = strsep(&rulestr, ":"); in rctl_string_to_rule() 1161 actionstr = strsep(&rulestr, "=/"); in rctl_string_to_rule() 1162 amountstr = strsep(&rulestr, "/"); in rctl_string_to_rule()
|
| /f-stack/freebsd/libkern/ |
| H A D | strsep.c | 53 strsep(char **stringp, const char *delim) in strsep() function
|
| /f-stack/freebsd/ddb/ |
| H A D | db_script.c | 176 while ((command = strsep(&buffer, ";")) != NULL) { in db_script_valid() 298 while ((command = strsep(&buffer, ";")) != NULL) { in db_script_exec() 525 scriptname = strsep(&script, "="); in sysctl_debug_ddb_scripting_script()
|
| /f-stack/freebsd/contrib/rdma/krping/ |
| H A D | getopt.c | 37 if ((token = strsep(options, ",")) == NULL) in krping_getopt()
|
| /f-stack/freebsd/arm/broadcom/bcm2835/ |
| H A D | bcm2835_fbd.c | 238 while ((v = strsep(&p, " ")) != NULL) { in bcm_fb_attach() 241 n = strsep(&v, "="); in bcm_fb_attach()
|
| H A D | bcm2835_fb.c | 457 while ((v = strsep(&p, " ")) != NULL) { in bcmfb_configure() 460 n = strsep(&v, "="); in bcmfb_configure()
|
| /f-stack/freebsd/security/mac/ |
| H A D | mac_internal.h | 431 while ((element_name = strsep(&element_temp, ",")) != NULL) { \ 475 while ((element_name = strsep(&element, ",")) != NULL) { \ 477 element_name = strsep(&element_data, "/"); \
|
| /f-stack/freebsd/contrib/openzfs/lib/libzfs/os/freebsd/ |
| H A D | libzfs_zmount.c | 111 while ((p = strsep(&optstr, ",/")) != NULL) in do_mount_()
|
| H A D | libzfs_compat.c | 81 while ((p = strsep(&cur, ":")) != NULL) { in execvPe()
|
| /f-stack/freebsd/netpfil/ipfw/test/ |
| H A D | main.c | 339 for (next = s; (cur = strsep(&next, ","));) { in parse_flowsets() 345 w = getnum(strsep(&cur, ":"), &p, "weight"); in parse_flowsets() 350 len = getnum(strsep(&cur, ":"), &p, "len"); in parse_flowsets() 355 flows = getnum(strsep(&cur, ":"), NULL, "flows"); in parse_flowsets()
|
| /f-stack/tools/ipfw/ |
| H A D | ipv6.c | 228 av = strsep( &s, ",") ; in fill_ext6hdr() 471 av = strsep( &s, ",") ; in fill_flow6()
|
| H A D | dummynet.c | 898 s = strsep(&cur, ED_SEPARATORS); in load_extra_delays() 1602 if ((end = strsep(&av[0], "/"))) { in ipfw_config_pipe() 1608 if ((end = strsep(&av[0], "/"))) { in ipfw_config_pipe() 1613 if ((end = strsep(&av[0], "/"))) { in ipfw_config_pipe() 1618 if ((end = strsep(&av[0], "/"))) { in ipfw_config_pipe()
|
| /f-stack/dpdk/examples/vm_power_manager/ |
| H A D | vm_power_cli.c | 244 token = strsep(&remaining, ","); in cmd_channels_op_parsed() 376 token = strsep(&remaining, ","); in cmd_channels_status_op_parsed()
|
| /f-stack/freebsd/mips/mediatek/ |
| H A D | mtk_machdep.c | 294 n = strsep(&arg, "="); in platform_start()
|
| /f-stack/freebsd/netinet/libalias/ |
| H A D | alias_proxy.c | 608 token = strsep(&res, " \t"); in LibAliasProxyRule() 795 token = strsep(&res, " \t"); in LibAliasProxyRule()
|
| /f-stack/freebsd/sys/ |
| H A D | libkern.h | 190 char *strsep(char **, const char *delim);
|
| /f-stack/freebsd/contrib/openzfs/lib/libshare/os/freebsd/ |
| H A D | nfs.c | 168 while ((o = strsep(&s, "-, ")) != NULL) { in translate_opts()
|
| /f-stack/freebsd/mips/cavium/ |
| H A D | octeon_machdep.c | 692 n = strsep(&v, "="); in octeon_init_kenv()
|
| /f-stack/tools/ifconfig/ |
| H A D | iflagg.c | 169 while ((tok = strsep(&tmp, ",")) != NULL) { in setlagghash()
|
| /f-stack/freebsd/mips/nlm/ |
| H A D | xlp_machdep.c | 324 n = strsep(&v, "="); in xlp_bootargs_init()
|
| /f-stack/freebsd/x86/xen/ |
| H A D | pv.c | 459 option = strsep(&value, "="); in xen_pvh_set_env()
|