Home | History | Annotate | Download | only in netbsd

Lines Matching refs:qbuf

1311 	char qbuf[MAXDNAME + 1], *qp, *ep;
1332 (void)snprintf(qbuf, sizeof(qbuf), "%u.%u.%u.%u.in-addr.arpa",
1338 qp = qbuf;
1339 ep = qbuf + sizeof(qbuf) - 1;
1351 if (strlcat(qbuf, "ip6.arpa", sizeof(qbuf)) >= sizeof(qbuf)) {
1372 n = res_nquery(res, qbuf, C_IN, T_PTR, buf->buf, sizeof(buf->buf));
1379 hp = getanswer(buf, n, qbuf, T_PTR, res);