Home | History | Annotate | Download | only in BsdSocketLib

Lines Matching refs:tbuf

208 	char tbuf[MAXDNAME];

299 n = dn_expand(answer->buf, eom, cp, tbuf, sizeof tbuf);
300 if ((n < 0) || !(*name_ok)(tbuf)) {
319 n = (int)strlen(tbuf) + 1; /* for the \0 */
324 strcpy(bp, tbuf);
331 n = dn_expand(answer->buf, eom, cp, tbuf, sizeof tbuf);
332 if (n < 0 || !res_dnok(tbuf)) {
342 n = (int)strlen(tbuf) + 1; /* for the \0 */
347 strcpy(bp, tbuf);