Lines Matching defs:tbuf
213 char tbuf[MAXDNAME];
299 n = dn_expand(answer->buf, eom, cp, tbuf,
300 (int)sizeof tbuf);
301 if ((n < 0) || !maybe_ok(res, tbuf, name_ok)) {
317 n = (int)strlen(tbuf) + 1; /* for the \0 */
322 strlcpy(bp, tbuf, (size_t)(ep - bp));
328 n = dn_expand(answer->buf, eom, cp, tbuf,
329 (int)sizeof tbuf);
330 if (n < 0 || !maybe_dnok(res, tbuf)) {
338 n = (int)strlen(tbuf) + 1; /* for the \0 */
343 strlcpy(bp, tbuf, (size_t)(ep - bp));