Searched refs:maxcp (Results 1 - 1 of 1) sorted by relevance

/osnet-11/usr/src/lib/libresolv2/common/resolv/
H A Dres_debug.c942 const char *cp, *maxcp; local
954 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...]

Completed in 16 milliseconds