Home | History | Annotate | Download | only in misc

Lines Matching full:token

802 	char	*buf, *token, *next, *p, *arg;
814 for (token = buf; token && *token; token = next) {
815 p = strchr(token, ',');
821 arg = strchr(token, '=');
826 if (!strcmp(token, "test_fs")) {
830 } else if (!strcmp(token, "^test_fs")) {
834 } else if (strcmp(token, "stride") == 0) {
848 } else if (strcmp(token, "stripe-width") == 0 ||
849 strcmp(token, "stripe_width") == 0) {