Home
last modified time | relevance | path

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

/illumos-gate/usr/src/lib/libresolv2/common/resolv/
H A Dres_debug.c937 const char *cp, *maxcp; local
949 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 …]