Lines Matching full:cp

169 	char *cp, **pp;  in __res_vinit()  local
256 char buf[sizeof(statp->defdname)], *cp; in __res_vinit() local
263 cp = strchr(buf, '.'); in __res_vinit()
264 cp = (cp == NULL) ? buf : (cp + 1); in __res_vinit()
265 strncpy(statp->defdname, cp, in __res_vinit()
273 if ((cp = secure_getenv("LOCALDOMAIN")) != NULL) { in __res_vinit()
274 (void)strncpy(statp->defdname, cp, sizeof(statp->defdname) - 1); in __res_vinit()
285 cp = statp->defdname; in __res_vinit()
287 *pp++ = cp; in __res_vinit()
288 for (n = 0; *cp && pp < statp->dnsrch + MAXDNSRCH; cp++) { in __res_vinit()
289 if (*cp == '\n') /*%< silly backwards compat */ in __res_vinit()
291 else if (*cp == ' ' || *cp == '\t') { in __res_vinit()
292 *cp = 0; in __res_vinit()
295 *pp++ = cp; in __res_vinit()
301 while (*cp != '\0' && *cp != ' ' && *cp != '\t' && *cp != '\n') in __res_vinit()
302 cp++; in __res_vinit()
303 *cp = '\0'; in __res_vinit()
335 cp = buf + sizeof("domain") - 1; in __res_vinit()
336 while (*cp == ' ' || *cp == '\t') in __res_vinit()
337 cp++; in __res_vinit()
338 if ((*cp == '\0') || (*cp == '\n')) in __res_vinit()
340 strncpy(statp->defdname, cp, sizeof(statp->defdname) - 1); in __res_vinit()
342 if ((cp = strpbrk(statp->defdname, " \t\n")) != NULL) in __res_vinit()
343 *cp = '\0'; in __res_vinit()
351 cp = buf + sizeof("search") - 1; in __res_vinit()
352 while (*cp == ' ' || *cp == '\t') in __res_vinit()
353 cp++; in __res_vinit()
354 if ((*cp == '\0') || (*cp == '\n')) in __res_vinit()
356 strncpy(statp->defdname, cp, sizeof(statp->defdname) - 1); in __res_vinit()
358 if ((cp = strchr(statp->defdname, '\n')) != NULL) in __res_vinit()
359 *cp = '\0'; in __res_vinit()
364 cp = statp->defdname; in __res_vinit()
366 *pp++ = cp; in __res_vinit()
367 for (n = 0; *cp && pp < statp->dnsrch + MAXDNSRCH; cp++) { in __res_vinit()
368 if (*cp == ' ' || *cp == '\t') { in __res_vinit()
369 *cp = 0; in __res_vinit()
372 *pp++ = cp; in __res_vinit()
377 while (*cp != '\0' && *cp != ' ' && *cp != '\t') in __res_vinit()
378 cp++; in __res_vinit()
379 *cp = '\0'; in __res_vinit()
391 cp = buf + sizeof("nameserver") - 1; in __res_vinit()
392 while (*cp == ' ' || *cp == '\t') in __res_vinit()
393 cp++; in __res_vinit()
394 cp[strcspn(cp, ";# \t\n")] = '\0'; in __res_vinit()
395 if ((*cp != '\0') && (*cp != '\n')) { in __res_vinit()
401 if (getaddrinfo(cp, sbuf, &hints, &ai) == 0) { in __res_vinit()
428 cp = buf + sizeof("sortlist") - 1; in __res_vinit()
430 while (*cp == ' ' || *cp == '\t') in __res_vinit()
431 cp++; in __res_vinit()
432 if (*cp == '\0' || *cp == '\n' || *cp == ';') in __res_vinit()
434 net = cp; in __res_vinit()
435 while (*cp && !ISSORTMASK(*cp) && *cp != ';' && in __res_vinit()
436 isascii(*cp) && !isspace((unsigned char)*cp)) in __res_vinit()
437 cp++; in __res_vinit()
438 n = *cp; in __res_vinit()
439 *cp = 0; in __res_vinit()
443 *cp++ = n; in __res_vinit()
444 net = cp; in __res_vinit()
445 while (*cp && *cp != ';' && in __res_vinit()
446 isascii(*cp) && in __res_vinit()
447 !isspace((unsigned char)*cp)) in __res_vinit()
448 cp++; in __res_vinit()
449 n = *cp; in __res_vinit()
450 *cp = 0; in __res_vinit()
473 *cp++ = n; in __res_vinit()
474 net = cp; in __res_vinit()
475 while (*cp && *cp != ';' && in __res_vinit()
476 isascii(*cp) && !isspace(*cp)) in __res_vinit()
477 cp++; in __res_vinit()
479 n = *cp; in __res_vinit()
480 *cp = 0; in __res_vinit()
514 *cp = n; in __res_vinit()
542 (cp = strchr(buf, '.')) != NULL) in __res_vinit()
543 strcpy(statp->defdname, cp + 1); in __res_vinit()
552 for (cp = statp->defdname; *cp; cp++) in __res_vinit()
553 dots += (*cp == '.'); in __res_vinit()
555 cp = statp->defdname; in __res_vinit()
559 cp = strchr(cp, '.') + 1; /*%< we know there is one */ in __res_vinit()
560 *pp++ = cp; in __res_vinit()
576 else if ((cp = getenv("RES_OPTIONS")) != NULL) in __res_vinit()
577 res_setoptions(statp, cp, "env"); in __res_vinit()
585 const char *cp = options; in res_setoptions() local
594 while (*cp) { in res_setoptions()
596 while (*cp == ' ' || *cp == '\t') in res_setoptions()
597 cp++; in res_setoptions()
599 if (!strncmp(cp, "ndots:", sizeof("ndots:") - 1)) { in res_setoptions()
600 i = atoi(cp + sizeof("ndots:") - 1); in res_setoptions()
609 } else if (!strncmp(cp, "timeout:", sizeof("timeout:") - 1)) { in res_setoptions()
610 i = atoi(cp + sizeof("timeout:") - 1); in res_setoptions()
620 } else if (!strncmp(cp, "retrans:", sizeof("retrans:") - 1)) { in res_setoptions()
626 statp->retrans = atoi(cp + sizeof("retrans:") - 1); in res_setoptions()
627 } else if (!strncmp(cp, "retry:", sizeof("retry:") - 1)){ in res_setoptions()
633 statp->retry = atoi(cp + sizeof("retry:") - 1); in res_setoptions()
635 } else if (!strncmp(cp, "attempts:", sizeof("attempts:") - 1)){ in res_setoptions()
636 i = atoi(cp + sizeof("attempts:") - 1); in res_setoptions()
645 } else if (!strncmp(cp, "debug", sizeof("debug") - 1)) { in res_setoptions()
654 } else if (!strncmp(cp, "no_tld_query", in res_setoptions()
656 !strncmp(cp, "no-tld-query", in res_setoptions()
659 } else if (!strncmp(cp, "inet6", sizeof("inet6") - 1)) { in res_setoptions()
661 } else if (!strncmp(cp, "insecure1", sizeof("insecure1") - 1)) { in res_setoptions()
663 } else if (!strncmp(cp, "insecure2", sizeof("insecure2") - 1)) { in res_setoptions()
665 } else if (!strncmp(cp, "rotate", sizeof("rotate") - 1)) { in res_setoptions()
667 } else if (!strncmp(cp, "usevc", sizeof("usevc") - 1)) { in res_setoptions()
669 } else if (!strncmp(cp, "no-check-names", in res_setoptions()
672 } else if (!strncmp(cp, "reload-period:", in res_setoptions()
676 atoi(cp + sizeof("reload-period:") - 1); in res_setoptions()
680 else if (!strncmp(cp, "edns0", sizeof("edns0") - 1)) { in res_setoptions()
685 else if (!strncmp(cp, "dname", sizeof("dname") - 1)) { in res_setoptions()
688 else if (!strncmp(cp, "nibble:", sizeof("nibble:") - 1)) { in res_setoptions()
691 cp += sizeof("nibble:") - 1; in res_setoptions()
692 i = MIN(strcspn(cp, " \t"), sizeof(ext->nsuffix) - 1); in res_setoptions()
693 strncpy(ext->nsuffix, cp, i); in res_setoptions()
696 else if (!strncmp(cp, "nibble2:", sizeof("nibble2:") - 1)) { in res_setoptions()
699 cp += sizeof("nibble2:") - 1; in res_setoptions()
700 i = MIN(strcspn(cp, " \t"), sizeof(ext->nsuffix2) - 1); in res_setoptions()
701 strncpy(ext->nsuffix2, cp, i); in res_setoptions()
704 else if (!strncmp(cp, "v6revmode:", sizeof("v6revmode:") - 1)) { in res_setoptions()
705 cp += sizeof("v6revmode:") - 1; in res_setoptions()
707 if (!strncmp(cp, "single", sizeof("single") - 1)) { in res_setoptions()
709 } else if (!strncmp(cp, "both", sizeof("both") - 1)) { in res_setoptions()
722 while (*cp && *cp != ' ' && *cp != '\t') in res_setoptions()
723 cp++; in res_setoptions()