Lines Matching refs:buf2
92 char buf2[MAXDNAME]; in res_nmkupdate() local
214 if (!getword_str(buf2, sizeof buf2, &startp, endp)) in res_nmkupdate()
216 if (!inet_aton(buf2, &ina)) in res_nmkupdate()
229 if (!getword_str(buf2, sizeof buf2, &startp, endp)) in res_nmkupdate()
231 n = dn_comp(buf2, cp, buflen, dnptrs, lastdnptr); in res_nmkupdate()
241 if (!getword_str(buf2, sizeof buf2, &startp, in res_nmkupdate()
244 n = dn_comp(buf2, cp, buflen, in res_nmkupdate()
283 if (!getword_str(buf2, sizeof buf2, &startp, endp)) in res_nmkupdate()
285 n = dn_comp(buf2, cp, buflen, dnptrs, lastdnptr); in res_nmkupdate()
310 if (!getword_str(buf2, sizeof buf2, &startp, endp)) in res_nmkupdate()
312 n = dn_comp(buf2, cp, buflen, NULL, NULL); in res_nmkupdate()
325 if (!getword_str(buf2, sizeof buf2, &startp, in res_nmkupdate()
328 n = dn_comp(buf2, cp, buflen, dnptrs, in res_nmkupdate()
340 if (!getword_str(buf2, sizeof buf2, &startp, endp)) in res_nmkupdate()
342 if (!inet_aton(buf2, &ina)) in res_nmkupdate()
348 if (!getword_str(buf2, sizeof buf2, &startp, endp)) in res_nmkupdate()
350 if ((i = res_protocolnumber(buf2)) < 0) in res_nmkupdate()
358 while (getword_str(buf2, sizeof buf2, &startp, endp)) { in res_nmkupdate()
359 if ((n = res_servicenumber(buf2)) <= 0) in res_nmkupdate()
377 if ((n = getstr_str(buf2, sizeof buf2, in res_nmkupdate()
384 memcpy(cp, buf2, n); in res_nmkupdate()
390 if ((n = getstr_str(buf2, sizeof buf2, in res_nmkupdate()
400 memcpy(cp, buf2, n); in res_nmkupdate()
406 if ((n = getstr_str(buf2, sizeof buf2, &startp, in res_nmkupdate()
413 memcpy(cp, buf2, n); in res_nmkupdate()
418 if ((n = getstr_str(buf2, sizeof buf2, &startp, in res_nmkupdate()
425 memcpy(cp, buf2, n); in res_nmkupdate()
427 if ((n = getstr_str(buf2, sizeof buf2, &startp, in res_nmkupdate()
434 memcpy(cp, buf2, n); in res_nmkupdate()
438 if ((n = inet_nsap_addr((char *)startp, (u_char *)buf2, in res_nmkupdate()
439 (int)sizeof(buf2))) != 0) { in res_nmkupdate()
441 memcpy(cp, buf2, n); in res_nmkupdate()
448 if ((n = loc_aton((char *)startp, (u_char *)buf2)) != 0) { in res_nmkupdate()
450 memcpy(cp, buf2, n); in res_nmkupdate()
461 if ((n = getword_str(buf2, sizeof buf2, in res_nmkupdate()
464 sig_type = sym_ston(__p_type_syms, buf2, &success); in res_nmkupdate()
482 if (!getword_str(buf2, sizeof buf2, &startp, endp)) in res_nmkupdate()
484 exptime = ns_datetosecs(buf2, &dateerror); in res_nmkupdate()
495 ul = strtoul(buf2, &ulendp, 10); in res_nmkupdate()
504 if (!getword_str(buf2, sizeof buf2, &startp, in res_nmkupdate()
507 exptime = ns_datetosecs(buf2, &dateerror); in res_nmkupdate()
515 if (!getword_str(buf2, sizeof buf2, &startp, endp)) in res_nmkupdate()
517 timesigned = ns_datetosecs(buf2, &dateerror); in res_nmkupdate()
531 if (!getword_str(buf2, sizeof buf2, &startp, endp)) in res_nmkupdate()
533 n = dn_comp(buf2, cp, buflen, dnptrs, lastdnptr); in res_nmkupdate()
539 if ((n = getword_str(buf2, sizeof buf2, in res_nmkupdate()
542 siglen = b64_pton(buf2, buf3, sizeof(buf3)); in res_nmkupdate()
570 if ((n = getword_str(buf2, sizeof buf2, in res_nmkupdate()
573 keylen = b64_pton(buf2, buf3, sizeof(buf3)); in res_nmkupdate()
587 if (!getword_str(buf2, sizeof buf2, &startp, endp)) in res_nmkupdate()
589 n = dn_comp(buf2, cp, buflen, NULL, NULL); in res_nmkupdate()
597 if (!getword_str(buf2, sizeof buf2, &startp, in res_nmkupdate()
600 nxt_type = sym_ston(__p_type_syms, buf2, in res_nmkupdate()
634 if ((n = getword_str(buf2, sizeof buf2, in res_nmkupdate()
637 certlen = b64_pton(buf2, buf3, sizeof(buf3)); in res_nmkupdate()
645 if (!getword_str(buf2, sizeof buf2, &startp, endp)) in res_nmkupdate()
647 if (inet_pton(AF_INET6, buf2, &in6a) <= 0) in res_nmkupdate()
668 if ((n = getstr_str(buf2, sizeof buf2, in res_nmkupdate()
676 memcpy(cp, buf2, n); in res_nmkupdate()
679 if ((n = getstr_str(buf2, sizeof buf2, in res_nmkupdate()
687 memcpy(cp, buf2, n); in res_nmkupdate()
690 if ((n = getstr_str(buf2, sizeof buf2, in res_nmkupdate()
698 memcpy(cp, buf2, n); in res_nmkupdate()
701 if (!getword_str(buf2, sizeof buf2, &startp, endp)) in res_nmkupdate()
703 n = dn_comp(buf2, cp, buflen, NULL, NULL); in res_nmkupdate()