Lines Matching defs:tok
555 char *tok;
563 for (tok = strtok(buf, " "); tok; tok = strtok(NULL, " ")) {
564 const_ctrl = cgroup_find_ctrl(tok);
580 for (tok = strtok(mnt_opts, ","); tok; tok = strtok(NULL, ",")) {
581 const_ctrl = cgroup_find_ctrl(tok);
585 no_prefix |= !strcmp("noprefix", tok);
910 char *tok;
925 for (tok = strtok(pid_list, "\n"); tok; tok = strtok(NULL, "\n")) {
926 ret = dprintf(fd, "%s", tok);
928 if (ret < (ssize_t)strlen(tok))
929 tst_brk(TBROK | TERRNO, "Failed to drain %s", tok);