Home | History | Annotate | Download | only in netbsd

Lines Matching defs:qp

1310 	char qbuf[MAXDNAME + 1], *qp, *ep;
1335 qp = qbuf;
1338 advance = snprintf(qp, (size_t)(ep - qp), "%x.%x.",
1341 if (advance > 0 && qp + advance < ep)
1342 qp += advance;