Home | History | Annotate | Download | only in src

Lines Matching full:tbuf

610 		char tbuf[64];
611 char *t = len <= sizeof(tbuf) ? tbuf : alloc(len, ATEMP);