Lines Matching full:cmpstr
628 int checkToken(const char* data, int len, const char* cmpStr)630 int cmpLen = strlen(cmpStr);635 "ERROR: not at start of %s (found '%.10s')\n", cmpStr, data);643 if (strncmp(data+1, cmpStr, cmpLen) != 0) {644 fprintf(stderr, "ERROR: '%s' not found (got '%.7s')\n", cmpStr, data+1);