Lines Matching defs:bp
127 char *in, *st, *pauxt, *bp, **ap;
150 bp = netbuf;
167 n = dn_expand(answer->buf, eom, cp, bp, buflen);
168 if ((n < 0) || !res_dnok(bp))
172 (void)strncpy(&ans[0], bp, sizeof(ans) - 1);
179 n = dn_expand(answer->buf, eom, cp, bp, buflen);
180 if ((n < 0) || !res_hnok(bp)) {
185 *ap++ = bp;
186 bp += strlen(bp) + 1;