Lines Matching refs:buf2

98         char buf2[MAXDNAME];  in res_nmkupdate()  local
223 if (!getword_str(buf2, sizeof buf2, &startp, endp)) in res_nmkupdate()
225 if (!inet_aton(buf2, &ina)) in res_nmkupdate()
238 if (!getword_str(buf2, sizeof buf2, &startp, endp)) in res_nmkupdate()
240 n = dn_comp(buf2, cp, buflen, dnptrs, lastdnptr); in res_nmkupdate()
250 if (!getword_str(buf2, sizeof buf2, &startp, in res_nmkupdate()
253 n = dn_comp(buf2, cp, buflen, in res_nmkupdate()
292 if (!getword_str(buf2, sizeof buf2, &startp, endp)) in res_nmkupdate()
294 n = dn_comp(buf2, cp, buflen, dnptrs, lastdnptr); in res_nmkupdate()
319 if (!getword_str(buf2, sizeof buf2, &startp, endp)) in res_nmkupdate()
321 n = dn_comp(buf2, cp, buflen, NULL, NULL); in res_nmkupdate()
334 if (!getword_str(buf2, sizeof buf2, &startp, in res_nmkupdate()
337 n = dn_comp(buf2, cp, buflen, dnptrs, in res_nmkupdate()
349 if (!getword_str(buf2, sizeof buf2, &startp, endp)) in res_nmkupdate()
351 if (!inet_aton(buf2, &ina)) in res_nmkupdate()
357 if (!getword_str(buf2, sizeof buf2, &startp, endp)) in res_nmkupdate()
359 if ((i = res_protocolnumber(buf2)) < 0) in res_nmkupdate()
367 while (getword_str(buf2, sizeof buf2, &startp, endp)) { in res_nmkupdate()
368 if ((n = res_servicenumber(buf2)) <= 0) in res_nmkupdate()
386 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, in res_nmkupdate()
409 memcpy(cp, buf2, n); in res_nmkupdate()
415 if ((n = getstr_str(buf2, sizeof buf2, &startp, in res_nmkupdate()
422 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()
436 if ((n = getstr_str(buf2, sizeof buf2, &startp, in res_nmkupdate()
443 memcpy(cp, buf2, n); in res_nmkupdate()
447 if ((n = inet_nsap_addr((char *)startp, (u_char *)buf2, sizeof(buf2))) != 0) { in res_nmkupdate()
449 memcpy(cp, buf2, n); in res_nmkupdate()
456 if ((n = loc_aton((char *)startp, (u_char *)buf2)) != 0) { in res_nmkupdate()
458 memcpy(cp, buf2, n); in res_nmkupdate()
472 if ((n = getword_str(buf2, sizeof buf2, in res_nmkupdate()
475 sig_type = sym_ston(__p_type_syms, buf2, &success); in res_nmkupdate()
493 if (!getword_str(buf2, sizeof buf2, &startp, endp)) in res_nmkupdate()
495 exptime = ns_datetosecs(buf2, &dateerror); in res_nmkupdate()
505 ottl = strtoul(buf2, &ulendp, 10); in res_nmkupdate()
511 if (!getword_str(buf2, sizeof buf2, &startp, in res_nmkupdate()
514 exptime = ns_datetosecs(buf2, &dateerror); in res_nmkupdate()
522 if (!getword_str(buf2, sizeof buf2, &startp, endp)) in res_nmkupdate()
524 timesigned = ns_datetosecs(buf2, &dateerror); in res_nmkupdate()
538 if (!getword_str(buf2, sizeof buf2, &startp, endp)) in res_nmkupdate()
540 n = dn_comp(buf2, cp, buflen, dnptrs, lastdnptr); in res_nmkupdate()
546 if ((n = getword_str(buf2, sizeof buf2, in res_nmkupdate()
549 siglen = b64_pton(buf2, buf3, sizeof(buf3)); in res_nmkupdate()
578 if ((n = getword_str(buf2, sizeof buf2, in res_nmkupdate()
581 keylen = b64_pton(buf2, buf3, sizeof(buf3)); in res_nmkupdate()
595 if (!getword_str(buf2, sizeof buf2, &startp, endp)) in res_nmkupdate()
597 n = dn_comp(buf2, cp, buflen, NULL, NULL); in res_nmkupdate()
605 if (!getword_str(buf2, sizeof buf2, &startp, in res_nmkupdate()
608 nxt_type = sym_ston(__p_type_syms, buf2, in res_nmkupdate()
642 if ((n = getword_str(buf2, sizeof buf2, in res_nmkupdate()
645 certlen = b64_pton(buf2, buf3, sizeof(buf3)); in res_nmkupdate()
653 if (!getword_str(buf2, sizeof buf2, &startp, endp)) in res_nmkupdate()
655 if (inet_pton(AF_INET6, buf2, &in6a) <= 0) in res_nmkupdate()
676 if ((n = getstr_str(buf2, sizeof buf2, in res_nmkupdate()
684 memcpy(cp, buf2, n); in res_nmkupdate()
687 if ((n = getstr_str(buf2, sizeof buf2, in res_nmkupdate()
695 memcpy(cp, buf2, n); in res_nmkupdate()
698 if ((n = getstr_str(buf2, sizeof buf2, in res_nmkupdate()
706 memcpy(cp, buf2, n); in res_nmkupdate()
709 if (!getword_str(buf2, sizeof buf2, &startp, endp)) in res_nmkupdate()
711 n = dn_comp(buf2, cp, buflen, NULL, NULL); in res_nmkupdate()