Home
last modified time | relevance | path

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

/bionic/libc/netbsd/resolv/
Dres_debug.c864 const char *cp, *maxcp; local
876 maxcp = cp + strlen(ascii);
922 while (!isspace((unsigned char)*cp) && (cp < maxcp)) /* if trailing garbage or m */
925 while (isspace((unsigned char)*cp) && (cp < maxcp))
928 if (cp >= maxcp)
933 while (!isspace((unsigned char)*cp) && (cp < maxcp)) /* if trailing garbage or m */
936 while (isspace((unsigned char)*cp) && (cp < maxcp))
939 if (cp >= maxcp)
944 while (!isspace((unsigned char)*cp) && (cp < maxcp)) /* if trailing garbage or m */
947 while (isspace((unsigned char)*cp) && (cp < maxcp))
[all …]