Searched refs:maxcp (Results 1 – 1 of 1) sorted by relevance
937 const char *cp, *maxcp; local949 maxcp = cp + strlen(ascii);995 while (!isspace((unsigned char)*cp) && (cp < maxcp)) /*%< if trailing garbage or m */998 while (isspace((unsigned char)*cp) && (cp < maxcp))1001 if (cp >= maxcp)1006 while (!isspace((unsigned char)*cp) && (cp < maxcp)) /*%< if trailing garbage or m */1009 while (isspace((unsigned char)*cp) && (cp < maxcp))1012 if (cp >= maxcp)1017 while (!isspace((unsigned char)*cp) && (cp < maxcp)) /*%< if trailing garbage or m */1020 while (isspace((unsigned char)*cp) && (cp < maxcp))[all …]