Searched refs:maxcp (Results 1 – 1 of 1) sorted by relevance
942 const char *cp, *maxcp; local954 maxcp = cp + strlen(ascii);1000 while (!isspace((unsigned char)*cp) && (cp < maxcp)) /*%< if trailing garbage or m */1003 while (isspace((unsigned char)*cp) && (cp < maxcp))1006 if (cp >= maxcp)1011 while (!isspace((unsigned char)*cp) && (cp < maxcp)) /*%< if trailing garbage or m */1014 while (isspace((unsigned char)*cp) && (cp < maxcp))1017 if (cp >= maxcp)1022 while (!isspace((unsigned char)*cp) && (cp < maxcp)) /*%< if trailing garbage or m */1025 while (isspace((unsigned char)*cp) && (cp < maxcp))[all …]