Lines Matching refs:buf2

102         char buf2[MAXDNAME];
227 if (!getword_str(buf2, sizeof buf2, &startp, endp))
229 if (!inet_aton(buf2, &ina))
242 if (!getword_str(buf2, sizeof buf2, &startp, endp))
244 n = dn_comp(buf2, cp, buflen, dnptrs, lastdnptr);
254 if (!getword_str(buf2, sizeof buf2, &startp,
257 n = dn_comp(buf2, cp, buflen,
296 if (!getword_str(buf2, sizeof buf2, &startp, endp))
298 n = dn_comp(buf2, cp, buflen, dnptrs, lastdnptr);
323 if (!getword_str(buf2, sizeof buf2, &startp, endp))
325 n = dn_comp(buf2, cp, buflen, NULL, NULL);
338 if (!getword_str(buf2, sizeof buf2, &startp,
341 n = dn_comp(buf2, cp, buflen, dnptrs,
353 if (!getword_str(buf2, sizeof buf2, &startp, endp))
355 if (!inet_aton(buf2, &ina))
361 if (!getword_str(buf2, sizeof buf2, &startp, endp))
363 if ((i = res_protocolnumber(buf2)) < 0)
371 while (getword_str(buf2, sizeof buf2, &startp, endp)) {
372 if ((n = res_servicenumber(buf2)) <= 0)
390 if ((n = getstr_str(buf2, sizeof buf2,
397 memcpy(cp, buf2, n);
403 if ((n = getstr_str(buf2, sizeof buf2,
413 memcpy(cp, buf2, n);
419 if ((n = getstr_str(buf2, sizeof buf2, &startp,
426 memcpy(cp, buf2, n);
431 if ((n = getstr_str(buf2, sizeof buf2, &startp,
438 memcpy(cp, buf2, n);
440 if ((n = getstr_str(buf2, sizeof buf2, &startp,
447 memcpy(cp, buf2, n);
451 if ((n = inet_nsap_addr((char *)startp, (u_char *)buf2, sizeof(buf2))) != 0) {
453 memcpy(cp, buf2, n);
460 if ((n = loc_aton((char *)startp, (u_char *)buf2)) != 0) {
462 memcpy(cp, buf2, n);
476 if ((n = getword_str(buf2, sizeof buf2,
479 sig_type = sym_ston(__p_type_syms, buf2, &success);
497 if (!getword_str(buf2, sizeof buf2, &startp, endp))
499 exptime = ns_datetosecs(buf2, &dateerror);
509 ottl = strtoul(buf2, &ulendp, 10);
515 if (!getword_str(buf2, sizeof buf2, &startp,
518 exptime = ns_datetosecs(buf2, &dateerror);
526 if (!getword_str(buf2, sizeof buf2, &startp, endp))
528 timesigned = ns_datetosecs(buf2, &dateerror);
542 if (!getword_str(buf2, sizeof buf2, &startp, endp))
544 n = dn_comp(buf2, cp, buflen, dnptrs, lastdnptr);
550 if ((n = getword_str(buf2, sizeof buf2,
553 siglen = b64_pton(buf2, buf3, sizeof(buf3));
582 if ((n = getword_str(buf2, sizeof buf2,
585 keylen = b64_pton(buf2, buf3, sizeof(buf3));
599 if (!getword_str(buf2, sizeof buf2, &startp, endp))
601 n = dn_comp(buf2, cp, buflen, NULL, NULL);
609 if (!getword_str(buf2, sizeof buf2, &startp,
612 nxt_type = sym_ston(__p_type_syms, buf2,
646 if ((n = getword_str(buf2, sizeof buf2,
649 certlen = b64_pton(buf2, buf3, sizeof(buf3));
657 if (!getword_str(buf2, sizeof buf2, &startp, endp))
659 if (inet_pton(AF_INET6, buf2, &in6a) <= 0)
680 if ((n = getstr_str(buf2, sizeof buf2,
688 memcpy(cp, buf2, n);
691 if ((n = getstr_str(buf2, sizeof buf2,
699 memcpy(cp, buf2, n);
702 if ((n = getstr_str(buf2, sizeof buf2,
710 memcpy(cp, buf2, n);
713 if (!getword_str(buf2, sizeof buf2, &startp, endp))
715 n = dn_comp(buf2, cp, buflen, NULL, NULL);