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

/freebsd-11-stable/lib/libc/resolv/
H A Dres_debug.c912 const char *cp, *maxcp; local
924 maxcp = cp + strlen(ascii);
970 while (!isspace((unsigned char)*cp) && (cp < maxcp)) /*%< if trailing garbage or m */
973 while (isspace((unsigned char)*cp) && (cp < maxcp))
976 if (cp >= maxcp)
981 while (!isspace((unsigned char)*cp) && (cp < maxcp)) /*%< if trailing garbage or m */
984 while (isspace((unsigned char)*cp) && (cp < maxcp))
987 if (cp >= maxcp)
992 while (!isspace((unsigned char)*cp) && (cp < maxcp)) /*%< if trailing garbage or m */
995 while (isspace((unsigned char)*cp) && (cp < maxcp))
[all...]

Completed in 197 milliseconds