Lines Matching refs:tok
32 char *str, *sep, *tok;
42 for (sep = str; (tok = strsep(&sep, ","));) {
47 tok = strim(tok);
52 if (!strcmp(tok, "auto"))
56 if (!strcmp(tok, "off"))
60 if (*tok == '!') {
62 tok++;
65 if (!strncmp(tok, "no", 2)) {
67 tok += 2;
70 if (*tok == '\0')
74 if (!strcmp(tok, names[i])) {
84 DRIVER_NAME, val, tok);