Symbol: strtok
games/wump/wump.c
445
if (!(p = strtok(room_list, " \t\n"))) {
games/wump/wump.c
449
if (!(p = strtok(fgets(answer, sizeof(answer), stdin),
include/string.h
90
char *strtok(char *__restrict, const char *__restrict);
lib/libc/hidden/string.h
75
PROTO_NORMAL(strtok);
lib/libc/string/strtok.c
39
DEF_STRONG(strtok);
lib/libcurses/tty/hardscroll.c
372
st = strtok(line, " ");
lib/libcurses/tty/hardscroll.c
376
((st = strtok((char *) NULL, " ")) != 0);
lib/libcurses/tty/hashmap.c
534
st = strtok(line, " ");
lib/libcurses/tty/hashmap.c
538
((st = strtok((char *) NULL, " ")) != 0);
libexec/fingerd/fingerd.c
159
if ((*ap = strtok(lp, " \t\r\n")) == NULL)
libexec/login_token/token.c
177
(void)strtok(challenge, "\"");
libexec/login_token/token.c
178
state = strtok(NULL, "\"");
libexec/rpc.rquotad/rquotad.c
296
for (opt = strtok(buf, ","); opt; opt = strtok(NULL, ",")) {
regress/lib/libc/db/dbtest.c
130
for (p = strtok(infoarg, ",\t "); p != NULL;
regress/lib/libc/db/dbtest.c
131
p = strtok(0, ",\t "))
regress/lib/libc/sys/t_mmap.c
187
for (dk = strtok(drives, ",:"); dk != NULL; dk = strtok(NULL, ",:")) {
regress/lib/libc/sys/t_mmap.c
189
for (dk = strtok(drives, " "); dk != NULL; dk = strtok(NULL, " ")) {
regress/sys/ffs/fstest.c
155
for (f = strtok(sflags, ","); f != NULL; f = strtok(NULL, ",")) {
regress/sys/ffs/fstest.c
267
for (w = strtok(what, ","); w != NULL; w = strtok(NULL, ",")) {
regress/sys/ffs/fstest.c
436
for (i = 0, g = strtok(gids, ","); g != NULL;
regress/sys/ffs/fstest.c
437
g = strtok(NULL, ","), i++) {
sbin/disklabel/editor.c
250
if ((cmd = strtok(buf, " \t\r\n")) == NULL)
sbin/disklabel/editor.c
252
arg = strtok(NULL, " \t\r\n");
sbin/ifconfig/brconfig.c
1710
str = strtok(buf, "\n\t\r ");
sbin/ifconfig/brconfig.c
1713
str = strtok(NULL, "\n\t\r ");
sbin/ifconfig/brconfig.c
521
str = strtok(optlist, ",");
sbin/ifconfig/brconfig.c
527
str = strtok(NULL, ",");
sbin/ifconfig/ifconfig.c
2077
str = strtok(optlist, ",");
sbin/ifconfig/ifconfig.c
2085
str = strtok(NULL, ",");
sbin/ifconfig/ifconfig.c
2117
str = strtok(optlist, ",");
sbin/ifconfig/ifconfig.c
2127
str = strtok(NULL, ",");
sbin/ifconfig/ifconfig.c
2182
str = strtok(optlist, ",");
sbin/ifconfig/ifconfig.c
2189
str = strtok(NULL, ",");
sbin/ifconfig/ifconfig.c
3164
for (; (str = strtok(str, ",")) != NULL; str = NULL) {
sbin/ifconfig/ifconfig.c
4964
str = strtok(optlist, ",");
sbin/ifconfig/ifconfig.c
4980
str = strtok(NULL, ",");
sbin/ifconfig/ifconfig.c
6308
str = strtok(optlist, ",");
sbin/ifconfig/ifconfig.c
6313
str = strtok(NULL, ",");
sbin/init/init.c
805
if ((argv[argc++] = strtok(command, separators)) == 0) {
sbin/init/init.c
809
while ((argv[argc++] = strtok(NULL, separators)))
sbin/quotacheck/quotacheck.c
557
for (opt = strtok(buf, ","); opt; opt = strtok(NULL, ",")) {
sbin/wsconsctl/util.c
429
val = (void *)strtok(val, ",");
sbin/wsconsctl/util.c
433
val = (void *)strtok(NULL, ",");
sbin/wsconsctl/util.c
438
val = (void *)strtok(NULL, ",");
sbin/wsconsctl/util.c
443
val = (void *)strtok(NULL, ",");
sbin/wsconsctl/util.c
448
val = (void *)strtok(NULL, ",");
sbin/wsconsctl/util.c
453
val = (void *)strtok(NULL, ",");
sbin/wsconsctl/util.c
458
val = (void *)strtok(NULL, ",");
sbin/wsconsctl/util.c
463
val = (void *)strtok(NULL, ",");
usr.bin/ctfconv/ctfconv.c
284
first = strtok(sname, ".");
usr.bin/ctfconv/ctfconv.c
294
second = strtok(NULL, "\0");
usr.bin/finger/util.c
145
if (!(p = strtok(p, ",")))
usr.bin/finger/util.c
148
for (t = name; (p = strtok(t, "\t ")) != NULL; t = NULL)
usr.bin/htpasswd/htpasswd.c
221
if (strtok(line, ":") != NULL)
usr.bin/htpasswd/htpasswd.c
222
if ((tok = strtok(NULL, ":")) != NULL)
usr.bin/infocmp/infocmp.c
787
const char *ep = strtok(src, ";");
usr.bin/infocmp/infocmp.c
809
((ep = strtok((char *) 0, ";")));
usr.bin/mandoc/manpath.c
101
for (dir = strtok(path, ":"); dir; dir = strtok(NULL, ":"))
usr.bin/pkgconf/libpkgconf/path.c
173
while ((p = strtok(iter, PKG_CONFIG_PATH_SEP_S)) != NULL)
usr.bin/quota/quota.c
504
for (opt = strtok(buf, ","); opt; opt = strtok(NULL, ",")) {
usr.bin/rcs/ci.c
962
for ((p = strtok(keystring, " ")); p; (p = strtok(NULL, " "))) {
usr.bin/rdist/client.c
908
owner = strtok((char *)cp, " ");
usr.bin/rdist/client.c
917
group = strtok(NULL, " ");
usr.bin/rdist/distopt.c
109
for (optstr = strtok(string, ","); optstr;
usr.bin/rdist/distopt.c
110
optstr = strtok(NULL, ",")) {
usr.bin/rdist/message.c
284
for (optstr = strtok(msgbuf, ":"); optstr;
usr.bin/rdist/message.c
285
optstr = strtok(NULL, ":")) {
usr.bin/rdistd/server.c
1216
xoldname = strtok(cp, " ");
usr.bin/rdistd/server.c
1227
xnewname = strtok(NULL, " ");
usr.bin/rdistd/server.c
1400
owner = strtok(cp, " ");
usr.bin/rdistd/server.c
1409
group = strtok(NULL, " ");
usr.bin/rdistd/server.c
1556
owner = strtok(cp, " ");
usr.bin/rdistd/server.c
1565
group = strtok(NULL, " ");
usr.bin/ssh/session.c
1304
for (i = 0, (p = strtok(args, " ")); p; (p = strtok(NULL, " ")))
usr.bin/ssh/ssh-keyscan.c
703
tname = strtok(optarg, ",");
usr.bin/ssh/ssh-keyscan.c
727
tname = strtok(NULL, ",");
usr.bin/units/units.c
301
item = strtok(scratch, " *\t\n/");
usr.bin/units/units.c
358
item = strtok(NULL, " *\t/\n");
usr.sbin/cron/popen.c
83
if (!(argv[argc++] = strtok(cp, " \t\n")))
usr.sbin/edquota/edquota.c
447
if ((fsp = strtok(line1, " \t:")) == NULL) {
usr.sbin/edquota/edquota.c
451
if ((cp = strtok(NULL, "\n")) == NULL) {
usr.sbin/edquota/edquota.c
469
if ((cp = strtok(line2, "\n")) == NULL) {
usr.sbin/edquota/edquota.c
585
if ((fsp = strtok(line1, " \t:")) == NULL) {
usr.sbin/edquota/edquota.c
589
if ((cp = strtok(NULL, "\n")) == NULL) {
usr.sbin/edquota/edquota.c
728
for (opt = strtok(buf, ","); opt; opt = strtok(NULL, ",")) {
usr.sbin/mtree/spec.c
102
if ((p = strtok(p, "\n\t ")) == NULL)
usr.sbin/mtree/spec.c
178
for (; (kw = strtok(t, "= \t\n")); t = NULL) {
usr.sbin/mtree/spec.c
180
if (value && (val = strtok(NULL, " \t\n")) == NULL)
usr.sbin/mtree/spec.c
314
while ((p = strtok(t, "\n\t ")))
usr.sbin/quotaon/quotaon.c
211
for (opt = strtok(buf, ","); opt; opt = strtok(NULL, ",")) {
usr.sbin/repquota/repquota.c
270
for (opt = strtok(buf, ","); opt; opt = strtok(NULL, ",")) {