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

/freebsd-10.2-release/lib/libc/resolv/
H A Dres_debug.c919 const char *cp, *maxcp; local
931 maxcp = cp + strlen(ascii);
977 while (!isspace((unsigned char)*cp) && (cp < maxcp)) /*%< if trailing garbage or m */
980 while (isspace((unsigned char)*cp) && (cp < maxcp))
983 if (cp >= maxcp)
988 while (!isspace((unsigned char)*cp) && (cp < maxcp)) /*%< if trailing garbage or m */
991 while (isspace((unsigned char)*cp) && (cp < maxcp))
994 if (cp >= maxcp)
999 while (!isspace((unsigned char)*cp) && (cp < maxcp)) /*%< if trailing garbage or m */
1002 while (isspace((unsigned char)*cp) && (cp < maxcp))
[all...]

Completed in 44 milliseconds