Home | History | Annotate | Download | only in resolv

Lines Matching defs:cp

1956     register char *cp;
2037 if ((cp = strchr(cache_info->defdname, '\n')) != NULL)
2038 *cp = '\0';
2040 cp = cache_info->defdname;
2043 while (*cp == ' ' || *cp == '\t') /* skip leading white space */
2044 cp++;
2045 if (*cp == '\0') /* stop if nothing more to do */
2047 *offset++ = cp - cache_info->defdname; /* record this search domain */
2048 while (*cp) { /* zero-terminate it */
2049 if (*cp == ' '|| *cp == '\t') {
2050 *cp++ = '\0';
2053 cp++;