Lines Matching full:token
762 char *buf, *token, *next, *p, *arg, *badopt = "";
774 for (token = buf; token && *token; token = next) {
775 p = strchr(token, ',');
781 arg = strchr(token, '=');
786 if (strcmp(token, "stride") == 0) {
789 badopt = token;
800 } else if (strcmp(token, "stripe-width") == 0 ||
801 strcmp(token, "stripe_width") == 0) {
804 badopt = token;
815 } else if (!strcmp(token, "resize")) {
823 badopt = token;
872 } else if (!strcmp(token, "test_fs")) {
876 badopt = token;