Home | History | Annotate | Download | only in net

Lines Matching full:tbuf

1309 	char tbuf[MAXDNAME];
1387 n = dn_expand(answer->buf, eom, cp, tbuf, sizeof tbuf);
1388 if ((n < 0) || !(*name_ok)(tbuf)) {
1394 n = strlen(tbuf) + 1; /* for the \0 */
1399 strlcpy(bp, tbuf, (size_t)(ep - bp));