Searched refs:TBUFSIZE (Results 1 – 6 of 6) sorted by relevance
123 char ibuf[TBUFSIZE]; in _tgetent()161 cnt = read(tf, ibuf, TBUFSIZE); in _tgetent()176 if (cp >= bp + TBUFSIZE) { in _tgetent()208 char tcbuf[TBUFSIZE]; in otnchktc()242 if (l > TBUFSIZE) { in otnchktc()245 q[TBUFSIZE - (p - holdtbuf)] = 0; in otnchktc()
1521 char _bp [TBUFSIZE]; in main()
44 #define TBUFSIZE 1024 macro314 char t_data[TBUFSIZE];371 while ((len = read(fileno(fp1), bufr.t_data, TBUFSIZE)) > 0) {383 if (len != TBUFSIZE+sizeof(long))409 char bufr[TBUFSIZE]; in trddata()
124 #define TBUFSIZE 128 /* temporary buffer size */ macro259 char tbuf[TBUFSIZE]; in cntrl()
47 #define TBUFSIZE 2048 /* double the norm */ macro
3096 #define TBUFSIZE 1024 in setx86isalist() macro3098 tp = kmem_alloc(TBUFSIZE, KM_SLEEP); in setx86isalist()3131 kmem_free(tp, TBUFSIZE); in setx86isalist()3133 #undef TBUFSIZE in setx86isalist()