Home | History | Annotate | Download | only in netbsd

Lines Matching defs:qbuf

1310 	char qbuf[MAXDNAME + 1], *qp, *ep;
1329 (void)snprintf(qbuf, sizeof(qbuf), "%u.%u.%u.%u.in-addr.arpa",
1335 qp = qbuf;
1336 ep = qbuf + sizeof(qbuf) - 1;
1348 if (strlcat(qbuf, "ip6.arpa", sizeof(qbuf)) >= sizeof(qbuf)) {
1368 n = res_nquery(res, qbuf, C_IN, T_PTR, buf->buf, sizeof(buf->buf));
1375 hp = getanswer(buf, n, qbuf, T_PTR, res);