bin/dd/args.c
271
tmp.name = strsep(&arg, ",");
bin/dd/args.c
381
tmp.name = strsep(&arg, ",");
bin/dd/args.c
417
tmp.name = strsep(&arg, ",");
bin/pkill/pkill.c
711
while ((sp = strsep(&src, ",")) != NULL) {
bin/sh/histedit.c
631
while ((dirname = strsep(&path, ":")) != NULL) {
bin/stty/gfmt.c
77
p = strsep(&s, ":\0");
crypto/heimdal/kadmin/get.c
407
field = strsep(&q, "=");
crypto/heimdal/kadmin/get.c
408
header = strsep(&q, "=");
crypto/heimdal/kadmin/load.c
158
p = strsep(&str, ":");
crypto/heimdal/kadmin/load.c
162
p = strsep(&str, ":");
crypto/heimdal/kadmin/load.c
178
p = strsep(&str, ":");
crypto/heimdal/kadmin/load.c
182
p = strsep(&str, ":");
crypto/heimdal/kadmin/load.c
191
p = strsep(&str, ":");
crypto/heimdal/kadmin/load.c
228
p = strsep(&str, ":");
crypto/heimdal/kadmin/load.c
246
p = strsep(&s, ":");
crypto/heimdal/kadmin/load.c
249
p = strsep(&s, ":");
crypto/heimdal/kadmin/load.c
297
p = strsep(&str, ":");
crypto/heimdal/kadmin/load.c
300
p = strsep(&str, ":");
crypto/heimdal/kadmin/load.c
304
p = strsep(&str, ":");
crypto/heimdal/kadmin/load.c
323
p = strsep(&str, ":");
crypto/heimdal/kadmin/load.c
350
p = strsep(&str, ":");
crypto/heimdal/kdc/mit_dump.c
93
q = strsep(p, " \t");
crypto/heimdal/lib/gssapi/mech/gss_mech_switch.c
274
name = strsep(&p, "\t\n ");
crypto/heimdal/lib/gssapi/mech/gss_mech_switch.c
276
oid = strsep(&p, "\t\n ");
crypto/heimdal/lib/gssapi/mech/gss_mech_switch.c
278
lib = strsep(&p, "\t\n ");
crypto/heimdal/lib/gssapi/mech/gss_mech_switch.c
280
kobj = strsep(&p, "\t\n ");
crypto/heimdal/lib/hdb/hdb-mitdb.c
973
q = strsep(p, " \t");
crypto/heimdal/lib/kafs/common.c
283
strsep(&p, " \t\n#");
crypto/heimdal/lib/krb5/pkinit.c
2115
p1 = strsep(p, " \t");
crypto/heimdal/lib/krb5/pkinit.c
2162
p1 = strsep(&p, " \t");
crypto/heimdal/lib/krb5/pkinit.c
2176
p1 = strsep(&p, " \t");
crypto/openssh/addrmatch.c
122
while ((cp = strsep(&list, ",")) != NULL) {
crypto/openssh/addrmatch.c
62
while ((cp = strsep(&list, ",")) != NULL) {
crypto/openssh/auth2-methods.c
105
while ((method = strsep(&methods, ",")) != NULL) {
crypto/openssh/cipher.c
224
for ((p = strsep(&cp, CIPHER_SEP)); p && *p != '\0';
crypto/openssh/cipher.c
225
(p = strsep(&cp, CIPHER_SEP))) {
crypto/openssh/dh.c
100
arg = strsep(&cp, " "); /* tries */
crypto/openssh/dh.c
108
strsize = strsep(&cp, " "); /* size */
crypto/openssh/dh.c
117
gen = strsep(&cp, " "); /* gen */
crypto/openssh/dh.c
120
prime = strsep(&cp, " "); /* prime */
crypto/openssh/dh.c
81
arg = strsep(&cp, " "); /* type */
crypto/openssh/dh.c
90
arg = strsep(&cp, " "); /* tests */
crypto/openssh/kex-names.c
173
for ((p = strsep(&cp, ",")); p && *p != '\0';
crypto/openssh/kex-names.c
174
(p = strsep(&cp, ","))) {
crypto/openssh/kex-names.c
221
for ((p = strsep(&cp, ",")); p && *p != '\0'; (p = strsep(&cp, ","))) {
crypto/openssh/kex-names.c
300
while ((cp = strsep(&patterns, ",")) != NULL) {
crypto/openssh/kex.c
278
for ((alg = strsep(&algs, ",")); alg != NULL && *alg != '\0';
crypto/openssh/kex.c
279
(alg = strsep(&algs, ","))) {
crypto/openssh/mac.c
253
for ((p = strsep(&cp, MAC_SEP)); p && *p != '\0';
crypto/openssh/mac.c
254
(p = strsep(&cp, MAC_SEP))) {
crypto/openssh/match.c
283
for ((p = strsep(&sp, SEP)), i=0; p && *p != '\0';
crypto/openssh/match.c
284
(p = strsep(&sp, SEP)), i++) {
crypto/openssh/match.c
292
for ((p = strsep(&cp, SEP)), i=0; p && *p != '\0';
crypto/openssh/match.c
293
(p = strsep(&cp, SEP)), i++) {
crypto/openssh/match.c
337
while ((cp = strsep(&tmp, ",")) != NULL) {
crypto/openssh/monitor.c
984
for ((s = strsep(&l, ",")); s && *s != '\0'; (s = strsep(&l, ","))) {
crypto/openssh/openbsd-compat/openbsd-compat.h
185
char *strsep(char **stringp, const char *delim);
crypto/openssh/openbsd-compat/port-aix.c
465
while ((grp = strsep(&grplist, ",")) != NULL) {
crypto/openssh/regress/netcat.c
365
proxyhost = strsep(&proxy, ":");
crypto/openssh/regress/unittests/authopt/tests.c
76
for (n = 0; (cp2 = strsep(&cp, ",")) != NULL;) {
crypto/openssh/servconf.c
2847
while ((p = strsep(&spec, ",")) && *p != '\0') {
crypto/openssh/servconf.c
3051
while ((cp = strsep(&cbuf, "\n")) != NULL) {
crypto/openssh/ssh-keygen.c
1247
while ((cp = strsep(&hosts, ",")) != NULL && *cp != '\0') {
crypto/openssh/ssh-keygen.c
1869
for (; (cp = strsep(&tmp, ",")) != NULL; n++) {
crypto/openssh/ssh-keygen.c
2955
while ((cp = strsep(&tmp, ",")) != NULL && *cp != '\0')
crypto/openssh/ssh-keyscan.c
355
while ((host = strsep(&hosts, ",")) != NULL)
crypto/openssh/ssh_api.c
551
while ((alg = strsep(&avail, ",")) && *alg != '\0') {
crypto/openssh/sshconnect2.c
1189
while ((cp = strsep(&allowed, ",")) != NULL) {
crypto/openssh/sshconnect2.c
177
while ((alg = strsep(&avail, ",")) && *alg != '\0') {
crypto/openssh/sshconnect2.c
2149
authctxt->active_ktype = strsep(&authctxt->ktypes, ",");
crypto/openssh/sshkey.c
370
for ((p = strsep(&cp, ",")); p && *p != '\0';
crypto/openssh/sshkey.c
371
(p = strsep(&cp, ","))) {
crypto/openssh/sshsig.c
855
while ((cp = strsep(&principals, ",")) != NULL && *cp != '\0') {
include/string.h
130
char *strsep(char **, const char *);
lib/geom/part/geom_part.c
1049
(*ap = strsep(&pline, ",]")) != NULL;)
lib/geom/part/geom_part.c
974
(*ap = strsep(&pline, " \t")) != NULL;)
lib/libbsdstat/bsdstat.c
47
for (fp = fmt; (tok = strsep(&fp, ", ")) != NULL;) {
lib/libc/gen/check_utility_compat.c
63
while ((p = strsep(&bp, ",")) != NULL) {
lib/libc/gen/fstab.c
124
_fs_fstab.fs_spec = strsep(&p, ":\n");
lib/libc/gen/fstab.c
125
_fs_fstab.fs_file = strsep(&p, ":\n");
lib/libc/gen/fstab.c
127
_fs_fstab.fs_type = strsep(&p, ":\n");
lib/libc/gen/fstab.c
135
if ((cp = strsep(&p, ":\n")) != NULL) {
lib/libc/gen/fstab.c
137
if ((cp = strsep(&p, ":\n")) != NULL) {
lib/libc/gen/fstab.c
146
while ((cp = strsep(&p, " \t\n")) != NULL && *cp == '\0')
lib/libc/gen/fstab.c
153
while ((cp = strsep(&p, " \t\n")) != NULL && *cp == '\0')
lib/libc/gen/fstab.c
161
while ((cp = strsep(&p, " \t\n")) != NULL && *cp == '\0')
lib/libc/gen/fstab.c
164
while ((cp = strsep(&p, " \t\n")) != NULL && *cp == '\0')
lib/libc/gen/fstab.c
171
while ((cp = strsep(&p, " \t\n")) != NULL && *cp == '\0')
lib/libc/gen/fstab.c
175
while ((cp = strsep(&p, " \t\n")) != NULL && *cp == '\0')
lib/libc/gen/fstab.c
182
for (typexx = 0, cp = strsep(&p, ","); cp;
lib/libc/gen/fstab.c
183
cp = strsep(&p, ",")) {
lib/libc/gen/getgrent.c
1547
(grp->gr_name = strsep(&line, ":")) == NULL ||
lib/libc/gen/getgrent.c
1549
(grp->gr_passwd = strsep(&line, ":")) == NULL ||
lib/libc/gen/getgrent.c
1550
(s_gid = strsep(&line, ":")) == NULL ||
lib/libc/gen/getgrent.c
1560
p = strsep(&s_mem, ",");
lib/libc/gen/getnetgrent.c
714
gpos = strsep(&pos, ")");
lib/libc/gen/getnetgrent.c
719
if ((spos = strsep(&gpos, ",")) == NULL) {
lib/libc/gen/getnetgrent.c
772
spos = strsep(&pos, ", \t");
lib/libc/gen/getttyent.c
88
while ((cons = strsep(&nextcons, ",")) != NULL && strlen(cons) != 0) {
lib/libc/gen/pw_scan.c
103
if (!(p = strsep(&bp, ":"))) /* uid */
lib/libc/gen/pw_scan.c
138
if (!(p = strsep(&bp, ":"))) /* gid */
lib/libc/gen/pw_scan.c
169
if (!(pw->pw_class = strsep(&bp, ":"))) /* class */
lib/libc/gen/pw_scan.c
174
if (!(p = strsep(&bp, ":"))) /* change */
lib/libc/gen/pw_scan.c
180
if (!(p = strsep(&bp, ":"))) /* expire */
lib/libc/gen/pw_scan.c
186
if (!(pw->pw_gecos = strsep(&bp, ":"))) /* gecos */
lib/libc/gen/pw_scan.c
191
if (!(pw->pw_dir = strsep(&bp, ":"))) /* directory */
lib/libc/gen/pw_scan.c
196
if (!(pw->pw_shell = strsep(&bp, ":"))) /* shell */
lib/libc/gen/pw_scan.c
215
if ((p = strsep(&bp, ":"))) { /* too many */
lib/libc/gen/pw_scan.c
92
if (!(pw->pw_name = strsep(&bp, ":"))) /* login */
lib/libc/gen/pw_scan.c
98
if (!(pw->pw_passwd = strsep(&bp, ":"))) /* passwd */
lib/libc/gen/strtofflags.c
136
while ((p = strsep(&string, "\t ,")) != NULL) {
lib/libc/net/eui64.c
104
while ((cur = strsep(&line, " \t\r\n")) != NULL) {
lib/libc/net/eui64.c
114
while ((cur = strsep(&line, " \t\r\n")) != NULL) {
lib/libc/net/eui64.c
124
while ((cur = strsep(&line, " \t\r\n")) != NULL) {
lib/libc/nls/msgcat.c
206
while ((nlspath = strsep(&cptr, ":")) != NULL) {
lib/libc/posix1e/acl_from_text.c
107
qualifier = strsep(&entry, ":");
lib/libc/posix1e/acl_from_text.c
115
permission = strsep(&entry, ":");
lib/libc/posix1e/acl_from_text.c
210
while ((line = strsep(&cur, "\n"))) {
lib/libc/posix1e/acl_from_text.c
213
notcomment = strsep(&comment, "#");
lib/libc/posix1e/acl_from_text.c
216
while ((entry = strsep(¬comment, ","))) {
lib/libc/posix1e/acl_from_text.c
92
tag = strsep(&entry, ":");
lib/libc/posix1e/acl_from_text_nfs4.c
214
field = strsep(&str, ":");
lib/libc/posix1e/acl_from_text_nfs4.c
232
qualifier_field = field = strsep(&str, ":");
lib/libc/posix1e/acl_from_text_nfs4.c
240
field = strsep(&str, ":");
lib/libc/posix1e/acl_from_text_nfs4.c
249
field = strsep(&str, ":");
lib/libc/posix1e/acl_from_text_nfs4.c
257
field = strsep(&str, ":");
lib/libc/posix1e/acl_support_nfs4.c
150
flag = strsep(&str, "/:");
lib/libc/posix1e/mac.c
158
token = strsep(string, " \t");
lib/libc/posix1e/mac.c
160
token = strsep(string, " \t");
lib/libc/posix1e/mac.c
199
parse = strsep(&comment, "#");
lib/libc/rpc/getpublickey.c
138
mkey = strsep(&res, "\t ");
lib/libc/rpc/getpublickey.c
145
mval = strsep(&res, " \t#\n");
lib/libc/rpc/netnamer.c
293
mkey = strsep(&res, "\t ");
lib/libc/rpc/netnamer.c
300
mval = strsep(&res, " \t#\n");
lib/libc/rpc/netnamer.c
84
p = strsep(&res, ":");
lib/libc/rpc/netnamer.c
88
p = strsep(&res, "\n,");
lib/libc/rpc/netnamer.c
94
p = strsep(&res, "\n,");
lib/libc/tests/nss/getaddrinfo_test.c
225
while ((s = strsep(&ps, ".")) != NULL) {
lib/libc/tests/nss/getaddrinfo_test.c
252
while ((s = strsep(&ps, " ")) != NULL) {
lib/libc/tests/nss/getaddrinfo_test.c
317
s = strsep(&ps, ":");
lib/libc/tests/nss/getaddrinfo_test.c
326
while ((s = strsep(&ps, ":")) != NULL) {
lib/libc/tests/nss/getgr_test.c
217
while ((s = strsep(&ps, sep)) != NULL) {
lib/libc/tests/nss/gethostby_test.c
529
while ( (s = strsep(&ps, ".")) != NULL) {
lib/libc/tests/nss/gethostby_test.c
562
while ((s = strsep(&ps, " ")) != NULL) {
lib/libc/tests/nss/getproto_test.c
207
while ( (s = strsep(&ps, " ")) != NULL) {
lib/libc/tests/nss/getpw_test.c
171
while ((s = strsep(&ps, ":")) != NULL) {
lib/libc/tests/nss/getrpc_test.c
206
while ((s = strsep(&ps, " ")) != NULL) {
lib/libc/tests/nss/getserv_test.c
212
while ( (s = strsep(&ps, " ")) != NULL) {
lib/libdevstat/devstat.c
1052
(*tempstr = strsep(&match_str, ",")) != NULL && (num_args < 5);)
lib/libgssapi/gss_mech_switch.c
212
name = strsep(&p, "\t\n ");
lib/libgssapi/gss_mech_switch.c
214
oid = strsep(&p, "\t\n ");
lib/libgssapi/gss_mech_switch.c
216
lib = strsep(&p, "\t\n ");
lib/libgssapi/gss_mech_switch.c
218
kobj = strsep(&p, "\t\n ");
lib/libiscsiutil/keys.c
90
name = strsep(&value, "=");
lib/libmt/mtlib.c
293
tmpstr = strsep(&tmpname, ".");
lib/libpjdlog/pjdlog.c
673
while ((curline = strsep(&logp, "\n")) != NULL) {
lib/libpmc/libpmc.c
1058
while ((p = strsep(&ctrspec, ",")) != NULL) {
lib/libpmc/libpmc.c
1173
ctrname = strsep(&r, ",");
lib/libpmc/libpmc.c
1196
ctrname = strsep(&r, ",");
lib/libpmc/libpmc.c
321
while ((r = strsep(&q, "+")) != NULL) {
lib/libpmc/libpmc.c
627
while ((p = strsep(&ctrspec, ",")) != NULL) {
lib/libpmc/libpmc.c
725
while ((p = strsep(&ctrspec, ",")) != NULL) {
lib/libpmc/libpmc.c
741
while ((p = strsep(&ctrspec, ",")) != NULL) {
lib/libpmc/libpmc.c
870
while ((p = strsep(&ctrspec, ",")) != NULL) {
lib/libpmc/libpmc.c
905
while ((p = strsep(&ctrspec, ",")) != NULL) {
lib/libpmc/libpmc.c
982
while ((p = strsep(&ctrspec, ",")) != NULL) {
lib/libpmc/libpmc_pmu_util.c
136
strsep(&cpuid, "-");
lib/libpmc/libpmc_pmu_util.c
137
family = strsep(&cpuid, "-");
lib/libpmc/libpmc_pmu_util.c
338
while ((kvp = strsep(&event, ",")) != NULL) {
lib/libpmc/libpmc_pmu_util.c
339
key = strsep(&kvp, "=");
lib/libradius/radlib.c
601
host = strsep(&res, ":");
lib/libradius/radlib.c
602
port_str = strsep(&res, ":");
lib/librpcsec_gss/rpcsec_gss_conf.c
199
name = strsep(&p, "\t\n ");
lib/librpcsec_gss/rpcsec_gss_conf.c
201
oid = strsep(&p, "\t\n ");
lib/librpcsec_gss/rpcsec_gss_conf.c
203
lib = strsep(&p, "\t\n ");
lib/librpcsec_gss/rpcsec_gss_conf.c
205
kobj = strsep(&p, "\t\n ");
lib/librpcsec_gss/rpcsec_gss_conf.c
257
name = strsep(&p, "\t\n ");
lib/librpcsec_gss/rpcsec_gss_conf.c
259
num = strsep(&p, "\t\n ");
lib/librpcsec_gss/rpcsec_gss_conf.c
261
mech = strsep(&p, "\t\n ");
lib/librss/librss.c
126
while ((s = strsep(&ss, " ")) != NULL) {
lib/libsysdecode/tests/sysdecode_test.c
57
for (tok = buf; (next = strsep(&buf, ",")), tok != NULL; tok = next) {
lib/libsysdecode/tests/sysdecode_test.c
69
for (tok = buf; (next = strsep(&buf, ",")), tok != NULL;
lib/libtacplus/taclib.c
838
host = strsep(&res, ":");
lib/libtacplus/taclib.c
839
port_str = strsep(&res, ":");
lib/libugidfw/ugidfw.c
1089
for (ap = argv; (*ap = strsep(&stringp, " \t")) != NULL;) {
lib/libugidfw/ugidfw.c
518
spec1 = strsep(&spec2, ":");
lib/libugidfw/ugidfw.c
564
spec1 = strsep(&spec2, ":");
lib/libunbound/config.h
1499
char *strsep(char **stringp, const char *delim);
lib/libutil/gr_util.c
632
gr->gr_mem[ndx] = strsep(&line, ",");
libexec/mknetid/parse_group.c
114
if ((_gr_group.gr_name = strsep(&bp, ":\n")) == NULL)
libexec/mknetid/parse_group.c
118
if ((_gr_group.gr_passwd = strsep(&bp, ":\n")) == NULL)
libexec/mknetid/parse_group.c
120
if (!(cp = strsep(&bp, ":\n")))
libexec/phttpget/phttpget.c
151
(void) strsep(&env_HTTP_PROXY_AUTH, ":");
libexec/phttpget/phttpget.c
154
(void) strsep(&env_HTTP_PROXY_AUTH, ":");
libexec/phttpget/phttpget.c
157
proxy_auth_user = strsep(&env_HTTP_PROXY_AUTH, ":");
libexec/revnetgroup/parse_netgroup.c
214
gpos = strsep(&pos, ")");
libexec/revnetgroup/parse_netgroup.c
219
if ((spos = strsep(&gpos, ","))) {
libexec/revnetgroup/parse_netgroup.c
263
spos = strsep(&pos, ", \t");
libexec/rtld-elf/rtld.c
6326
while ((pe = strsep(&pathenv, ":")) != NULL) {
sbin/camcontrol/attrib.c
204
while ((tmpstr = strsep(&optarg, ",")) != NULL) {
sbin/camcontrol/camcontrol.c
3611
tmpstr = strsep(&tstr, ":");
sbin/camcontrol/camcontrol.c
3618
tmpstr = strsep(&tstr, ":");
sbin/camcontrol/camcontrol.c
3625
tmpstr = strsep(&tstr, ":");
sbin/camcontrol/camcontrol.c
4667
strsep(&str_subpage, ",");
sbin/camcontrol/modeedit.c
498
strsep(&str_subpage, ",");
sbin/camcontrol/modeedit.c
510
strsep(&str_subpage, ",");
sbin/ddb/ddb_script.c
100
line_scriptname = strsep(&line_script, "=");
sbin/ddb/ddb_script.c
98
while ((line = strsep(&nextline, "\n")) != NULL) {
sbin/devfs/devfs.c
197
(cp = strsep(&xcp, delims)) != NULL;)
sbin/devmatch/devmatch.c
113
while ((q = strsep(&p, ";")) != NULL) {
sbin/dumpon/dumpon.c
405
while ((dd = strsep(&ctx, ",")) != NULL)
sbin/fsck/fsck.c
487
while ((ptr = strsep(&fslist, ",")) != NULL)
sbin/fsck/fsck.c
522
for (s = opts; (p = strsep(&s, ",")) != NULL;) {
sbin/fsdb/fsdb.c
783
while ((val = strsep(&p, "/")) != NULL && *val == '\0');
sbin/fsdb/fsdbutil.c
60
while ((val = strsep(&p, " \t\n")) != NULL && *val == '\0')
sbin/fsdb/fsdbutil.c
78
while ((val = strsep(&p, " \t\n")) != NULL && *val == '\0')
sbin/geom/core/geom.c
121
while ((pos = strsep(&ptr, "\n")) != NULL) {
sbin/geom/core/geom.c
548
curpath = strsep(&totalpath, ":");
sbin/geom/core/geom.c
562
curpath = strsep(&totalpath, ":");
sbin/ggate/ggated/ggated.c
213
ip = g_gate_str2ip(strsep(&word, "/"));
sbin/ifconfig/ifbridge.c
835
while ((token = strsep(&s, ",")) != NULL) {
sbin/ifconfig/ifconfig.c
1497
while ((mopt = strsep(&marg, ",")) != NULL) {
sbin/ifconfig/ifconfig.c
327
while ((category = strsep(&formatstr, ",")) != NULL) {
sbin/ifconfig/iflagg.c
160
while ((tok = strsep(&tmp, ",")) != NULL) {
sbin/init/init.c
829
while ((path = strsep(&path_component, ":")) != NULL) {
sbin/ipfw/dummynet.c
1420
if ((end = strsep(&av[0], ","))) {
sbin/ipfw/dummynet.c
1425
if ((end = strsep(&av[0], ","))) {
sbin/ipfw/dummynet.c
1430
if ((end = strsep(&av[0], ","))) {
sbin/ipfw/dummynet.c
1435
if ((end = strsep(&av[0], ","))) {
sbin/ipfw/dummynet.c
1623
if ((end = strsep(&av[0], "/"))) {
sbin/ipfw/dummynet.c
1629
if ((end = strsep(&av[0], "/"))) {
sbin/ipfw/dummynet.c
1634
if ((end = strsep(&av[0], "/"))) {
sbin/ipfw/dummynet.c
1639
if ((end = strsep(&av[0], "/"))) {
sbin/ipfw/dummynet.c
905
s = strsep(&cur, ED_SEPARATORS);
sbin/ipfw/ipfw2.c
1193
value_str = strsep(&av, ":");
sbin/ipfw/ipfw2.c
3786
if ((ap = strsep(&ptr, "&/")) != NULL && *ap != 0) {
sbin/ipfw/ipfw2.c
4138
while ((token = strsep(&logdst_iter, ",")) != NULL) {
sbin/ipfw/ipfw2.c
5565
lkey = strsep(av, ":");
sbin/ipfw/ipv6.c
217
av = strsep( &s, ",") ;
sbin/ipfw/ipv6.c
458
av = strsep( &s, ",") ;
sbin/kldconfig/kldconfig.c
243
while ((p = strsep(&path, ";")) != NULL)
sbin/kldload/kldload.c
84
while ((element = strsep(&tmppath, ";")) != NULL) {
sbin/ldconfig/elfhints.c
237
while ((p = strsep(&dirlist, ":")) != NULL)
sbin/mdconfig/mdconfig.c
626
for (p = ptr; (u = strsep(&p, ",")) != NULL;) {
sbin/mdmfs/mdmfs.c
671
user = strsep(&group, ":");
sbin/mdmfs/mdmfs.c
741
for (p = cmd, argvp = argv; (*argvp = strsep(&p, " ")) != NULL;)
sbin/mount/mount.c
734
for (s = options; (p = strsep(&s, ",")) != NULL;)
sbin/mount/mount.c
822
for (p = opts; (o = strsep(&p, ",")) != NULL;) {
sbin/mount/mount.c
839
for (p = expopt; (o = strsep(&p, ",")) != NULL;) {
sbin/mount/mount.c
868
for (p = string; (o = strsep(&p, ",")) != NULL;) {
sbin/pfctl/pfctl.c
1028
while ((token = strsep(&s, " \t")) != NULL)
sbin/rcorder/rcorder.c
420
while ((s = strsep(&buffer, " \t\n")) != NULL)
sbin/rcorder/rcorder.c
434
while ((s = strsep(&buffer, " \t\n")) != NULL)
sbin/rcorder/rcorder.c
448
while ((s = strsep(&buffer, " \t\n")) != NULL)
sbin/rcorder/rcorder.c
462
while ((s = strsep(&buffer, " \t\n")) != NULL)
sbin/restore/dirs.c
285
while ((name = strsep(&path, "/")) != NULL && *name != '\0') {
sbin/route/route.c
317
while ((token = strsep(&str, "-")) != NULL) {
sbin/route/route.c
387
while ((token = strsep(&str, ",")) != NULL) {
sbin/swapon/swapon.c
292
while ((token = strsep(&string, ",")) != NULL) {
sbin/swapon/swapon.c
649
for (p = cmd, argvp = argv; (*argvp = strsep(&p, " ")) != NULL;)
sbin/sysctl/sysctl.c
426
bufp = strsep(&cp, "=:");
sbin/sysctl/sysctl.c
559
while ((cp = strsep(&newvalstr, " ,")) != NULL) {
stand/common/console.c
257
curpos = strsep(&next, " ,");
stand/common/console.c
301
curpos = strsep(&next, " ,");
stand/common/dev_net.c
396
(void)strsep(&ptr, ":");
stand/i386/libi386/bootinfo.c
52
curpos = strsep(&next, " ,");
stand/userboot/userboot/bootinfo.c
50
curpos = strsep(&next, " ,");
sys/arm/broadcom/bcm2835/bcm2835_fb.c
453
while ((v = strsep(&p, " ")) != NULL) {
sys/arm/broadcom/bcm2835/bcm2835_fb.c
456
n = strsep(&v, "=");
sys/arm/broadcom/bcm2835/bcm2835_fbd.c
236
while ((v = strsep(&p, " ")) != NULL) {
sys/arm/broadcom/bcm2835/bcm2835_fbd.c
239
n = strsep(&v, "=");
sys/cam/scsi/scsi_all.c
6221
tmpstr = strsep(&id_str, ",");
sys/cam/scsi/scsi_all.c
6569
tmpstr = strsep(&id_str, ",");
sys/cam/scsi/scsi_all.c
6598
tmpstr = strsep(&id_str, ",");
sys/cam/scsi/scsi_all.c
6743
tmpstr = strsep(&transportid_str, ",.");
sys/compat/linux/linux_file.c
1173
while ((fuse_option = strsep(&fuse_options, ",")) != NULL) {
sys/compat/linux/linux_file.c
1174
fuse_name = strsep(&fuse_option, "=");
sys/ddb/db_script.c
173
while ((command = strsep(&buffer, ";")) != NULL) {
sys/ddb/db_script.c
295
while ((command = strsep(&buffer, ";")) != NULL) {
sys/ddb/db_script.c
522
scriptname = strsep(&script, "=");
sys/dev/bnxt/bnxt_en/bnxt_sysctl.c
1331
for (type = 0, next = buf, p = strsep(&next, " ,"); p;
sys/dev/bnxt/bnxt_en/bnxt_sysctl.c
1332
p = strsep(&next, " ,")) {
sys/dev/mpr/mpr.c
2060
while ((token = strsep(&list, ":,")) != NULL) {
sys/dev/mpr/mpr_sas.c
3557
while((name = strsep(&ids, ",")) != NULL) {
sys/dev/mps/mps.c
1905
while ((token = strsep(&list, ":,")) != NULL) {
sys/dev/mps/mps_sas.c
3383
while((name = strsep(&ids, ",")) != NULL) {
sys/dev/ntb/ntb.c
84
while ((c = strsep(&n, ",")) != NULL) {
sys/dev/ntb/ntb.c
86
name = strsep(&np, ":");
sys/dev/ntb/ntb.c
89
p = strsep(&np, ":");
sys/dev/ntb/ntb.c
91
p = strsep(&np, ":");
sys/dev/ntb/ntb_transport.c
447
while ((c = strsep(&n, ",")) != NULL) {
sys/dev/ntb/ntb_transport.c
449
name = strsep(&np, ":");
sys/dev/ocs_fc/ocs_os.h
330
#define ocs_strsep(h, n) strsep(h, n)
sys/dev/qat/qat_api/common/ctrl/sal_ctrl_services.c
111
token = strsep(&running, ";");
sys/dev/qat/qat_api/common/ctrl/sal_ctrl_services.c
142
token = strsep(&running, ";");
sys/dev/qat/qat_common/adf_cfg_device.c
1008
token = strsep(&cur_str, ADF_SERVICES_SEPARATOR);
sys/dev/qat/qat_common/adf_cfg_device.c
976
token = strsep(&cur_str, ADF_SERVICES_SEPARATOR);
sys/dev/qat/qat_common/adf_cfg_device.c
982
token = strsep(&cur_str, ADF_SERVICES_SEPARATOR);
sys/dev/qat/qat_common/adf_cfg_device.c
989
token = strsep(&cur_str, ADF_SERVICES_SEPARATOR);
sys/dev/qat/qat_hw/qat_4xxx/adf_4xxx_hw_data.c
393
token = strsep(&cur_str, ADF_SERVICES_SEPARATOR);
sys/dev/qat/qat_hw/qat_4xxx/adf_4xxx_hw_data.c
408
token = strsep(&cur_str, ADF_SERVICES_SEPARATOR);
sys/dev/qat/qat_hw/qat_c4xxx/adf_c4xxx_hw_data.c
1513
token = strsep(&cur_str, ADF_SERVICES_SEPARATOR);
sys/dev/qat/qat_hw/qat_c4xxx/adf_c4xxx_hw_data.c
1566
token = strsep(&cur_str, ADF_SERVICES_SEPARATOR);
sys/dev/qat/qat_hw/qat_c4xxx/adf_c4xxx_hw_data.c
1697
value = strsep(&value, ADF_C4XXX_PERCENTAGE);
sys/dev/qat/qat_hw/qat_c4xxx/adf_c4xxx_hw_data.c
1707
value = strsep(&value, ADF_C4XXX_PERCENTAGE);
sys/dev/qat/qat_hw/qat_c4xxx/adf_c4xxx_hw_data.c
1790
token = strsep(&cur_str, ADF_SERVICES_SEPARATOR);
sys/dev/qat/qat_hw/qat_c4xxx/adf_c4xxx_hw_data.c
1800
token = strsep(&cur_str, ADF_SERVICES_SEPARATOR);
sys/dev/sound/pci/hda/hdaa.c
854
while ((key = strsep(&rest, "=")) != NULL) {
sys/dev/sound/pci/hda/hdaa.c
855
value = strsep(&rest, " \t");
sys/dev/sound/pci/hda/hdaa.c
948
while ((key = strsep(&rest, "=")) != NULL) {
sys/dev/sound/pci/hda/hdaa.c
949
value = strsep(&rest, " \t");
sys/dev/sound/sndstat.c
298
while ((line = strsep(&str, "\n")) != NULL) {
sys/dev/thunderbolt/tb_debug.c
286
while ((token = strsep(&list, ":,")) != NULL) {
sys/geom/linux_lvm/g_linux_lvm.c
1022
while ((tok = strsep(buf, "\n")) != NULL) {
sys/geom/linux_lvm/g_linux_lvm.c
1077
while ((tok = strsep(buf, "\n")) != NULL) {
sys/geom/linux_lvm/g_linux_lvm.c
1133
while ((tok = strsep(buf, "\n")) != NULL) {
sys/geom/linux_lvm/g_linux_lvm.c
1149
tok = strsep(buf, "\n");
sys/geom/linux_lvm/g_linux_lvm.c
1153
strsep(&tok, "\"");
sys/geom/linux_lvm/g_linux_lvm.c
1156
v = strsep(&tok, "\"");
sys/geom/linux_lvm/g_linux_lvm.c
859
strsep(&tok2, "\""); \
sys/geom/linux_lvm/g_linux_lvm.c
862
tok1 = strsep(&tok2, "\""); \
sys/geom/linux_lvm/g_linux_lvm.c
870
key = strsep(&value, str); \
sys/geom/linux_lvm/g_linux_lvm.c
912
tok = strsep(&buf, "\n");
sys/geom/linux_lvm/g_linux_lvm.c
924
while ((tok = strsep(&buf, "\n")) != NULL) {
sys/geom/linux_lvm/g_linux_lvm.c
954
while ((tok = strsep(buf, "\n")) != NULL) { \
sys/geom/linux_lvm/g_linux_lvm.c
963
while ((tok = strsep(&buf, "\n")) != NULL) {
sys/kern/init_main.c
765
while ((path = strsep(&tmp_init_path, ":")) != NULL) {
sys/kern/kern_rctl.c
1154
subjectstr = strsep(&rulestr, ":");
sys/kern/kern_rctl.c
1155
subject_idstr = strsep(&rulestr, ":");
sys/kern/kern_rctl.c
1156
resourcestr = strsep(&rulestr, ":");
sys/kern/kern_rctl.c
1157
actionstr = strsep(&rulestr, "=/");
sys/kern/kern_rctl.c
1158
amountstr = strsep(&rulestr, "/");
sys/kern/subr_boot.c
180
n = strsep(&vv, "=");
sys/kern/subr_boot.c
201
while ((v = strsep(&cmdline, delim)) != NULL) {
sys/kern/vfs_mountroot.c
1139
while((name = strsep(&p, ",")) != NULL) {
sys/net/iflib.c
6680
for (i = 0, next = buf, p = strsep(&next, " ,"); i < 8 && p;
sys/net/iflib.c
6681
i++, p = strsep(&next, " ,")) {
sys/netinet/libalias/alias_proxy.c
604
token = strsep(&res, " \t");
sys/netinet/libalias/alias_proxy.c
789
token = strsep(&res, " \t");
sys/netpfil/ipfw/test/main.c
338
for (next = s; (cur = strsep(&next, ","));) {
sys/netpfil/ipfw/test/main.c
344
w = getnum(strsep(&cur, ":"), &p, "weight");
sys/netpfil/ipfw/test/main.c
349
len = getnum(strsep(&cur, ":"), &p, "len");
sys/netpfil/ipfw/test/main.c
354
flows = getnum(strsep(&cur, ":"), NULL, "flows");
sys/nfs/nfs_diskless.c
108
while ((o = strsep(&otmp, ":;, ")) != NULL) {
sys/security/audit/audit_bsm_db.c
298
while ((line = strsep(&nextline, "\n")) != NULL) {
sys/security/audit/audit_bsm_db.c
317
evnum_str = strsep(&line, ":");
sys/security/audit/audit_bsm_db.c
332
evname = strsep(&line, ":");
sys/security/mac/mac_internal.h
445
while ((element_name = strsep(&element_temp, ",")) != NULL) { \
sys/security/mac/mac_internal.h
489
while ((element_name = strsep(&element, ",")) != NULL) { \
sys/security/mac/mac_internal.h
491
element_name = strsep(&element_data, "/"); \
sys/security/mac_biba/mac_biba.c
651
grade = strsep(&string, ":");
sys/security/mac_biba/mac_biba.c
668
while ((compartment = strsep(&string, "+")) != NULL) {
sys/security/mac_biba/mac_biba.c
691
effective = strsep(&string, "(");
sys/security/mac_biba/mac_biba.c
696
rangelow = strsep(&string, "-");
sys/security/mac_biba/mac_biba.c
699
rangehigh = strsep(&string, ")");
sys/security/mac_do/mac_do.c
410
ret = strsep(&p, delim);
sys/security/mac_ipacl/mac_ipacl.c
168
tok = strsep(&element, ",");
sys/security/mac_ipacl/mac_ipacl.c
174
tok = strsep(&element, ",");
sys/security/mac_ipacl/mac_ipacl.c
180
tok = strsep(&element, ",");
sys/security/mac_ipacl/mac_ipacl.c
185
tok = strsep(&element, ",");
sys/security/mac_ipacl/mac_ipacl.c
192
tok = strsep(&element, "/");
sys/security/mac_ipacl/mac_ipacl.c
251
while ((element = strsep(&string, "@")) != NULL) {
sys/security/mac_mls/mac_mls.c
616
level = strsep(&string, ":");
sys/security/mac_mls/mac_mls.c
633
while ((compartment = strsep(&string, "+")) != NULL) {
sys/security/mac_mls/mac_mls.c
656
effective = strsep(&string, "(");
sys/security/mac_mls/mac_mls.c
661
rangelow = strsep(&string, "-");
sys/security/mac_mls/mac_mls.c
664
rangehigh = strsep(&string, ")");
sys/security/mac_portacl/mac_portacl.c
180
idtype = strsep(&element, ":");
sys/security/mac_portacl/mac_portacl.c
185
id = strsep(&element, ":");
sys/security/mac_portacl/mac_portacl.c
203
protocol = strsep(&element, ":");
sys/security/mac_portacl/mac_portacl.c
244
while ((element = strsep(&string, ",")) != NULL) {
sys/sys/libkern.h
271
char *strsep(char **, const char *delim);
tests/sys/net/routing/rtsock_common.h
328
while ((token = strsep(&line, " ")) != NULL) {
tools/tools/cxgbtool/cxgbtool.c
1726
if ((args[i] = strsep(&s, " \t")) == NULL)
usr.bin/chpass/edit.c
155
p = strsep(&bp, ",");
usr.bin/chpass/edit.c
161
p = strsep(&bp, ",");
usr.bin/chpass/edit.c
167
p = strsep(&bp, ",");
usr.bin/chpass/edit.c
173
p = strsep(&bp, ",");
usr.bin/cut/cut.c
167
for (; (p = strsep(&list, ", \t")) != NULL;) {
usr.bin/diff/diff.c
410
strsep(&p, ":");
usr.bin/elfctl/elfctl.c
242
while ((feature = strsep(&feature_tmp, ",")) != NULL) {
usr.bin/env/envopts.c
114
while ((d = strsep(&path, ":")) != NULL) {
usr.bin/finger/util.c
340
if (!(p = strsep(&bp, ",")))
usr.bin/finger/util.c
358
pn->office = ((p = strsep(&bp, ",")) && *p) ?
usr.bin/finger/util.c
360
pn->officephone = ((p = strsep(&bp, ",")) && *p) ?
usr.bin/finger/util.c
362
pn->homephone = ((p = strsep(&bp, ",")) && *p) ?
usr.bin/grep/grep.c
365
while ((str = strsep(&eopts, " ")) != NULL)
usr.bin/grep/grep.c
462
while ((token = strsep(&string, "\n")) != NULL)
usr.bin/grep/grep.c
644
while ((token = strsep(&string, "\n")) != NULL)
usr.bin/join/join.c
540
while ((token = strsep(&option, ", \t")) != NULL) {
usr.bin/m4/gnum4.c
118
(path = strsep(&sweep, ":")) != NULL;)
usr.bin/mail/main.c
268
while ((s = strsep(&path_rc, ":")) != NULL)
usr.bin/mdo/mdo.c
793
while ((tok = strsep(&p, ",")) != NULL) {
usr.bin/mdo/mdo.c
813
while ((tok = strsep(&p, ",")) != NULL) {
usr.bin/mkimg/mkimg.c
473
size = strsep(&offset, ":");
usr.bin/procstat/procstat_kstack.c
138
while ((cp_line = strsep(&cp_loop, "\n")) != NULL) {
usr.bin/rctl/rctl.c
123
subject = strsep(©, ":");
usr.bin/rctl/rctl.c
124
subject_id = strsep(©, ":");
usr.bin/rctl/rctl.c
125
resource = strsep(©, ":");
usr.bin/rctl/rctl.c
126
action = strsep(©, "=/");
usr.bin/rctl/rctl.c
127
amount = strsep(©, "/");
usr.bin/rctl/rctl.c
188
subject = strsep(©, ":");
usr.bin/rctl/rctl.c
189
textid = strsep(©, ":");
usr.bin/rctl/rctl.c
256
subject = strsep(&rule, ":");
usr.bin/rctl/rctl.c
257
textid = strsep(&rule, ":");
usr.bin/rctl/rctl.c
316
subject = strsep(©, ":");
usr.bin/rctl/rctl.c
317
subject_id = strsep(©, ":");
usr.bin/rctl/rctl.c
318
resource = strsep(©, ":");
usr.bin/rctl/rctl.c
319
action = strsep(©, "=/");
usr.bin/rctl/rctl.c
320
amount = strsep(©, "/");
usr.bin/rctl/rctl.c
361
while ((rule = strsep(&rules, ",")) != NULL) {
usr.bin/rctl/rctl.c
469
resource = strsep(©, "=");
usr.bin/rctl/rctl.c
521
while ((tmp = strsep(©, ",")) != NULL) {
usr.bin/sockstat/main.c
287
while ((prot = strsep(&protospec, ",")) != NULL) {
usr.bin/systat/devs.c
231
(*tempstr = strsep(&tmpstr1, "|")) != NULL && (num_args < 100);
usr.bin/systat/iolat.c
129
for (i = 0; (v = strsep(&str, delim)) != NULL && i < n; i++) {
usr.bin/systat/iolat.c
289
dev = strsep(&walker, ".");
usr.bin/systat/iolat.c
290
unit = (int)strtol(strsep(&walker, "."), NULL, 10);
usr.bin/systat/iolat.c
291
strsep(&walker, ".");
usr.bin/systat/iolat.c
292
opstr = strsep(&walker, ".");
usr.bin/top/utils.c
134
while ((*ap = strsep(&line, " ")) != NULL) {
usr.bin/usbhidctl/usbhid.c
120
strsep(&tmp2, "=");
usr.bin/usbhidctl/usbhid.c
121
var->name = strsep(&tmp1, "#");
usr.bin/which/which.c
130
while ((d = strsep(&path, ":")) != NULL) {
usr.sbin/autofs/automountd.c
102
while ((pair = strsep(optionsp, ",")) != NULL) {
usr.sbin/autofs/common.c
142
component = strsep(©, "/");
usr.sbin/autofs/defined.c
241
name = strsep(&value, "=");
usr.sbin/bhyve/amd64/pci_lpc.c
101
lpcdev = strsep(&str, ",");
usr.sbin/bhyve/amd64/pci_lpc.c
104
romfile = strsep(&str, ",");
usr.sbin/bhyve/amd64/pci_lpc.c
110
varfile = strsep(&str, ",");
usr.sbin/bhyve/amd64/pci_lpc.c
131
tpm_type = strsep(&str, ",");
usr.sbin/bhyve/amd64/pci_lpc.c
137
tpm_path = strsep(&str, ",");
usr.sbin/bhyve/amd64/ps2kbd.c
471
while ((line = strsep(&next, "\n")) != NULL) {
usr.sbin/bhyve/bhyverun.c
154
while ((cp = strsep(&str, ",")) != NULL) {
usr.sbin/bhyve/bhyverun.c
207
while ((cp = strsep(&str, ",")) != NULL) {
usr.sbin/bhyve/config.c
60
while ((name = strsep(©, ".")) != NULL) {
usr.sbin/bhyve/gdb.c
1668
while ((feature = strsep(&next_feature, ";")) != NULL) {
usr.sbin/bhyve/pci_emul.c
243
while ((name = strsep(&config, ",")) != NULL) {
usr.sbin/bhyve/pci_virtio_9p.c
229
while ((token = strsep(&tokens, ",")) != NULL) {
usr.sbin/bhyve/pci_virtio_9p.c
237
sharename = strsep(&token, "=");
usr.sbin/bhyve/pci_virtio_console.c
652
name = strsep(&opt, "=");
usr.sbin/bhyve/pci_virtio_console.c
680
while ((opt = strsep(&str, ",")) != NULL) {
usr.sbin/bhyve/pci_xhci.c
2738
while ((opt = strsep(&str, ",")) != NULL) {
usr.sbin/bhyve/slirp/slirp-helper.c
551
while ((rule = strsep(&rules, ";")) != NULL)
usr.sbin/bluetooth/hccontrol/le.c
212
while ((token = strsep(&optarg, ",")) != NULL) {
usr.sbin/bsdinstall/distextract/distextract.c
91
while ((distrib = strsep(&distribs, "\t\n\v\f\r ")) != NULL) {
usr.sbin/bsdinstall/distfetch/distfetch.c
83
getenv("BSDINSTALL_DISTSITE"), strsep(&diststring, " \t"));
usr.sbin/bsdinstall/partedit/scripted.c
123
while ((partition = strsep(&config, ",")) != NULL) {
usr.sbin/bsdinstall/partedit/scripted.c
124
while ((ap = strsep(&partition, " \t\n")) != NULL) {
usr.sbin/bsdinstall/partedit/scripted.c
184
disk = strsep(&input, " \t\n");
usr.sbin/bsdinstall/partedit/scripted.c
186
scheme = strsep(&input, " \t\n");
usr.sbin/bsdinstall/partedit/scripted.c
189
strsep(&input, " \t\n"));
usr.sbin/bsdinstall/partedit/scripted.c
222
while ((token = strsep(&input, ";")) != NULL) {
usr.sbin/bsnmpd/modules/snmp_hostres/hostres_diskstorage_tbl.c
437
disk = strsep(&disk_list, " ");
usr.sbin/camdd/camdd.c
3441
while ((tmpstr2 = strsep(&tmpstr, ",")) != NULL) {
usr.sbin/camdd/camdd.c
3451
name = strsep(&tmpstr2, "=");
usr.sbin/camdd/camdd.c
3457
value = strsep(&tmpstr2, "=");
usr.sbin/chroot/chroot.c
153
for (gids = 0; (p = strsep(&grouplist, ",")) != NULL &&
usr.sbin/ctladm/ctladm.c
2453
name = strsep(&tmpstr, "=");
usr.sbin/ctladm/ctladm.c
2460
value = strsep(&tmpstr, "=");
usr.sbin/ctladm/ctladm.c
2610
name = strsep(&tmpstr, "=");
usr.sbin/ctladm/ctladm.c
2617
value = strsep(&tmpstr, "=");
usr.sbin/ctladm/ctladm.c
2713
name = strsep(&tmpstr, "=");
usr.sbin/ctladm/ctladm.c
2720
value = strsep(&tmpstr, "=");
usr.sbin/ctladm/ctladm.c
470
name = strsep(&tmpstr, "=");
usr.sbin/ctladm/ctladm.c
477
value = strsep(&tmpstr, "=");
usr.sbin/ctladm/ctladm.c
929
tmpstr2 = strsep(&tmpstr, ",");
usr.sbin/ctladm/ctladm.c
938
tmpstr2 = strsep(&tmpstr, ",");
usr.sbin/ctld/login.cc
255
while ((token = strsep(&str, ",")) != NULL) {
usr.sbin/ctld/login.cc
273
while ((token = strsep(&str, ",")) != NULL) {
usr.sbin/cxgbetool/cxgbetool.c
3281
while ((param = strsep(pnext, ws)) != NULL) {
usr.sbin/cxgbetool/cxgbetool.c
3393
while ((s = strsep(&next, ws)) != NULL) {
usr.sbin/cxgbetool/cxgbetool.c
3829
while ((args[i] = strsep(&buf, " \t\n")) != NULL) {
usr.sbin/edquota/edquota.c
159
(cp = strsep(&optarg, ":")) != NULL; i++) {
usr.sbin/efibootmgr/efibootmgr.c
379
while ((next = strsep(&cp, ",")) != NULL) {
usr.sbin/gssd/gssd.c
221
name = strsep(&p, "\t\n ");
usr.sbin/gssd/gssd.c
223
oid = strsep(&p, "\t\n ");
usr.sbin/gssd/gssd.c
225
lib = strsep(&p, "\t\n ");
usr.sbin/gssd/gssd.c
227
kobj = strsep(&p, "\t\n ");
usr.sbin/inetd/inetd.c
1728
sep->se_proto = newstr(strsep(&arg, "/"));
usr.sbin/iscsid/iscsid.c
167
addr = strsep(&arg, "]");
usr.sbin/iscsid/iscsid.c
193
addr = strsep(&arg, ":");
usr.sbin/iscsid/login.c
314
while ((token = strsep(&str, ",")) != NULL) {
usr.sbin/kbdmap/kbdmap.c
435
while ((*ap = strsep(&inputstring, ",")) != NULL) {
usr.sbin/lpr/lpd/printjob.c
1967
while ((tmp = strsep(&s, ",")) != NULL) {
usr.sbin/mailwrapper/mailwrapper.c
151
if ((from = strsep(&cp, WS)) == NULL || cp == NULL)
usr.sbin/mailwrapper/mailwrapper.c
156
if ((to = strsep(&cp, WS)) == NULL)
usr.sbin/mailwrapper/mailwrapper.c
160
for (ap = strsep(&cp, WS); ap != NULL;
usr.sbin/mailwrapper/mailwrapper.c
161
ap = strsep(&cp, WS)) {
usr.sbin/makefs/makefs.c
226
while ((p = strsep(&optarg, ",")) != NULL) {
usr.sbin/makefs/zfs.c
121
opt = strsep(&val, "=");
usr.sbin/makefs/zfs/dsl.c
287
dsname = strsep(¶ms, dspropdelim);
usr.sbin/makefs/zfs/dsl.c
312
param = strsep(&nextparam, dspropdelim);
usr.sbin/makefs/zfs/dsl.c
315
key = strsep(&val, "=");
usr.sbin/makefs/zfs/dsl.c
436
dirname = strsep(&nextdir, "/");
usr.sbin/makefs/zfs/fs.c
892
name = strsep(&next, "/");
usr.sbin/mfiutil/mfi_config.c
349
for (pinfo = info->drives; (cp = strsep(&array_str, ",")) != NULL;
usr.sbin/mixer/mixer.c
162
devstr = strsep(&p, ".=");
usr.sbin/mixer/mixer.c
184
ctlstr = strsep(&p, "=");
usr.sbin/mountd/mountd.c
3764
host = strsep(&cp, " \t\n");
usr.sbin/mountd/mountd.c
3765
dirp = strsep(&cp, " \t\n");
usr.sbin/mptutil/mpt_config.c
409
for (dinfo = info->drives; (cp = strsep(&volume_str, ",")) != NULL;
usr.sbin/nscd/parser.c
75
strsep(i < fields_size ? &c : NULL, "\n\t ")) != NULL);
usr.sbin/pmc/cmd_pmc_filter.cc
110
while ((token = strsep(&strlist, ",")) != NULL &&
usr.sbin/pmc/cmd_pmc_filter.cc
126
while ((token = strsep(&strlist, ",")) != NULL &&
usr.sbin/pmc/cmd_pmc_filter.cc
142
while ((token = strsep(&strlist, ",")) != NULL &&
usr.sbin/pmc/cmd_pmc_stat.c
183
while ((counter = strsep(&counters, ",")) != NULL &&
usr.sbin/ppp/datalink.c
201
dl->phone.alt = strsep(&dl->phone.next, ":");
usr.sbin/ppp/datalink.c
203
phone = strsep(&dl->phone.alt, "|");
usr.sbin/rpc.umntall/mounttab.c
103
hostp = strsep(&cp, " \t\n");
usr.sbin/rpc.umntall/mounttab.c
108
dirp = strsep(&cp, " \t\n");
usr.sbin/rpc.umntall/mounttab.c
98
timep = strsep(&cp, " \t\n");
usr.sbin/services_mkdb/services_mkdb.c
325
while ((alias = strsep(&aliases, " \t")) != NULL) {
usr.sbin/services_mkdb/services_mkdb.c
357
while ((str = strsep(cp, " \t")) != NULL && *str == '\0')
usr.sbin/sesutil/sesutil.c
561
while ((dev = strsep(&tmp, ",")) != NULL) {
usr.sbin/sndctl/sndctl.c
994
propstr = strsep(&s, "=");
usr.sbin/syslogd/syslogd.c
2777
for (ap = argv; (*ap = strsep(&filter, ", \t\n")) != NULL;) {
usr.sbin/tzsetup/tzsetup.c
249
cname = strsep(&cp, "/");
usr.sbin/tzsetup/tzsetup.c
328
t = strsep(&s, "\t");
usr.sbin/tzsetup/tzsetup.c
336
name = strsep(&s, "\t"); /* 3-let */
usr.sbin/tzsetup/tzsetup.c
339
name = strsep(&s, "\t"); /* numeric */
usr.sbin/tzsetup/tzsetup.c
488
country_list = strsep(&line, "\t");
usr.sbin/tzsetup/tzsetup.c
495
tlc = strsep(&country_list, ",");
usr.sbin/tzsetup/tzsetup.c
505
country_list = strsep(&line, "\t");
usr.sbin/tzsetup/tzsetup.c
506
/* coord = */ strsep(&line, "\t"); /* Unused */
usr.sbin/tzsetup/tzsetup.c
507
file = strsep(&line, "\t");
usr.sbin/tzsetup/tzsetup.c
512
tlc = strsep(&country_list, ",");
usr.sbin/tzsetup/tzsetup.c
523
country_list = strsep(&line, "\t");
usr.sbin/tzsetup/tzsetup.c
533
tlc = strsep(&q, ",");
usr.sbin/tzsetup/tzsetup.c
538
strsep(&line, ",");
usr.sbin/vidcontrol/vidcontrol.c
619
while ((word = strsep(¶m, ",")) != NULL) {
usr.sbin/watchdogd/watchdogd.c
548
while ((o = strsep(&dupacts, ",")) != NULL) {
usr.sbin/ypbind/ypbind.c
1001
if ((s = strsep(&args, ",")) == NULL)
usr.sbin/ypbind/ypbind.c
1006
while ((s = strsep(&args, ",")) != NULL && i < RESTRICTED_SERVERS) {
usr.sbin/ypldap/yp.c
412
if (!(cp = strsep(&bp, "@"))) {
usr.sbin/ypldap/ypldap.c
241
if (!(cp = strsep(&bp, ",")))