Home | History | Annotate | Download | only in src

Lines Matching refs:tbuf

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