Searched refs:qbuf (Results 1 - 1 of 1) sorted by relevance

/bionic/libc/netbsd/
H A Dgethnamaddr.c1119 char qbuf[MAXDNAME + 1], *qp, *ep; local
1136 (void)snprintf(qbuf, sizeof(qbuf), "%u.%u.%u.%u.in-addr.arpa",
1142 qp = qbuf;
1143 ep = qbuf + sizeof(qbuf) - 1;
1155 if (strlcat(qbuf, "ip6.arpa", sizeof(qbuf)) >= sizeof(qbuf)) {
1174 n = res_nquery(res, qbuf, C_I
[all...]

Completed in 62 milliseconds