Home | History | Annotate | Download | only in netbsd

Lines Matching refs:tbuf

183 	char tbuf[MAXDNAME];
272 n = dn_expand(answer->buf, eom, cp, tbuf, sizeof tbuf);
273 if ((n < 0) || !(*name_ok)(tbuf)) {
291 n = strlen(tbuf) + 1; /* for the \0 */
296 strlcpy(bp, tbuf, (size_t)(ep - bp));
302 n = dn_expand(answer->buf, eom, cp, tbuf, sizeof tbuf);
303 if (n < 0 || !res_dnok(tbuf)) {
313 n = strlen(tbuf) + 1; /* for the \0 */
318 strlcpy(bp, tbuf, (size_t)(ep - bp));