Lines Matching refs:buf2

85         char buf2[MAXDNAME];  in res_nmkupdate()  local
207 if (!getword_str(buf2, sizeof buf2, &startp, endp)) in res_nmkupdate()
209 if (!inet_aton(buf2, &ina)) in res_nmkupdate()
222 if (!getword_str(buf2, sizeof buf2, &startp, endp)) in res_nmkupdate()
224 n = dn_comp(buf2, cp, buflen, dnptrs, lastdnptr); in res_nmkupdate()
234 if (!getword_str(buf2, sizeof buf2, &startp, in res_nmkupdate()
237 n = dn_comp(buf2, cp, buflen, in res_nmkupdate()
276 if (!getword_str(buf2, sizeof buf2, &startp, endp)) in res_nmkupdate()
278 n = dn_comp(buf2, cp, buflen, dnptrs, lastdnptr); in res_nmkupdate()
303 if (!getword_str(buf2, sizeof buf2, &startp, endp)) in res_nmkupdate()
305 n = dn_comp(buf2, cp, buflen, NULL, NULL); in res_nmkupdate()
318 if (!getword_str(buf2, sizeof buf2, &startp, in res_nmkupdate()
321 n = dn_comp(buf2, cp, buflen, dnptrs, in res_nmkupdate()
333 if (!getword_str(buf2, sizeof buf2, &startp, endp)) in res_nmkupdate()
335 if (!inet_aton(buf2, &ina)) in res_nmkupdate()
341 if (!getword_str(buf2, sizeof buf2, &startp, endp)) in res_nmkupdate()
343 if ((i = res_protocolnumber(buf2)) < 0) in res_nmkupdate()
351 while (getword_str(buf2, sizeof buf2, &startp, endp)) { in res_nmkupdate()
352 if ((n = res_servicenumber(buf2)) <= 0) in res_nmkupdate()
370 if ((n = getstr_str(buf2, sizeof buf2, in res_nmkupdate()
377 memcpy(cp, buf2, n); in res_nmkupdate()
383 if ((n = getstr_str(buf2, sizeof buf2, in res_nmkupdate()
393 memcpy(cp, buf2, n); in res_nmkupdate()
399 if ((n = getstr_str(buf2, sizeof buf2, &startp, in res_nmkupdate()
406 memcpy(cp, buf2, n); in res_nmkupdate()
411 if ((n = getstr_str(buf2, sizeof buf2, &startp, in res_nmkupdate()
418 memcpy(cp, buf2, n); in res_nmkupdate()
420 if ((n = getstr_str(buf2, sizeof buf2, &startp, in res_nmkupdate()
427 memcpy(cp, buf2, n); in res_nmkupdate()
431 if ((n = inet_nsap_addr((char *)startp, (u_char *)buf2, sizeof(buf2))) != 0) { in res_nmkupdate()
433 memcpy(cp, buf2, n); in res_nmkupdate()
440 if ((n = loc_aton((char *)startp, (u_char *)buf2)) != 0) { in res_nmkupdate()
442 memcpy(cp, buf2, n); in res_nmkupdate()
453 if ((n = getword_str(buf2, sizeof buf2, in res_nmkupdate()
456 sig_type = sym_ston(__p_type_syms, buf2, &success); in res_nmkupdate()
474 if (!getword_str(buf2, sizeof buf2, &startp, endp)) in res_nmkupdate()
476 exptime = ns_datetosecs(buf2, &dateerror); in res_nmkupdate()
486 ottl = strtoul(buf2, &ulendp, 10); in res_nmkupdate()
492 if (!getword_str(buf2, sizeof buf2, &startp, in res_nmkupdate()
495 exptime = ns_datetosecs(buf2, &dateerror); in res_nmkupdate()
503 if (!getword_str(buf2, sizeof buf2, &startp, endp)) in res_nmkupdate()
505 timesigned = ns_datetosecs(buf2, &dateerror); in res_nmkupdate()
519 if (!getword_str(buf2, sizeof buf2, &startp, endp)) in res_nmkupdate()
521 n = dn_comp(buf2, cp, buflen, dnptrs, lastdnptr); in res_nmkupdate()
527 if ((n = getword_str(buf2, sizeof buf2, in res_nmkupdate()
530 siglen = b64_pton(buf2, buf3, sizeof(buf3)); in res_nmkupdate()
558 if ((n = getword_str(buf2, sizeof buf2, in res_nmkupdate()
561 keylen = b64_pton(buf2, buf3, sizeof(buf3)); in res_nmkupdate()
575 if (!getword_str(buf2, sizeof buf2, &startp, endp)) in res_nmkupdate()
577 n = dn_comp(buf2, cp, buflen, NULL, NULL); in res_nmkupdate()
585 if (!getword_str(buf2, sizeof buf2, &startp, in res_nmkupdate()
588 nxt_type = sym_ston(__p_type_syms, buf2, in res_nmkupdate()
622 if ((n = getword_str(buf2, sizeof buf2, in res_nmkupdate()
625 certlen = b64_pton(buf2, buf3, sizeof(buf3)); in res_nmkupdate()
633 if (!getword_str(buf2, sizeof buf2, &startp, endp)) in res_nmkupdate()
635 if (inet_pton(AF_INET6, buf2, &in6a) <= 0) in res_nmkupdate()
656 if ((n = getstr_str(buf2, sizeof buf2, in res_nmkupdate()
664 memcpy(cp, buf2, n); in res_nmkupdate()
667 if ((n = getstr_str(buf2, sizeof buf2, in res_nmkupdate()
675 memcpy(cp, buf2, n); in res_nmkupdate()
678 if ((n = getstr_str(buf2, sizeof buf2, in res_nmkupdate()
686 memcpy(cp, buf2, n); in res_nmkupdate()
689 if (!getword_str(buf2, sizeof buf2, &startp, endp)) in res_nmkupdate()
691 n = dn_comp(buf2, cp, buflen, NULL, NULL); in res_nmkupdate()