Home | History | Annotate | Download | only in dns

Lines Matching defs:qp

1320 	char qbuf[MAXDNAME + 1], *qp, *ep;
1346 qp = qbuf;
1349 advance = snprintf(qp, (size_t)(ep - qp), "%x.%x.",
1352 if (advance > 0 && qp + advance < ep)
1353 qp += advance;