Home
last modified time | relevance | path

Searched refs:TBUFSIZE (Results 1 – 7 of 7) sorted by relevance

/titanic_41/usr/src/lib/libbc/libc/gen/common/
H A Dnl_cxtime.c33 #define TBUFSIZE 128 macro
34 char _tbuf[TBUFSIZE];
50 return (strftime (_tbuf, TBUFSIZE, fmt ? fmt : "%H:%M:%S", tmptr) ?
/titanic_41/usr/src/cmd/captoinfo/
H A Dotermcap.c125 char ibuf[TBUFSIZE]; in _tgetent()
163 cnt = read(tf, ibuf, TBUFSIZE); in _tgetent()
178 if (cp >= bp + TBUFSIZE) { in _tgetent()
210 char tcbuf[TBUFSIZE]; in otnchktc()
244 if (l > TBUFSIZE) { in otnchktc()
247 q[TBUFSIZE - (p - holdtbuf)] = 0; in otnchktc()
H A Dcaptoinfo.c1523 char _bp [TBUFSIZE]; in main()
/titanic_41/usr/src/cmd/bnu/
H A Deio.c47 #define TBUFSIZE 1024 macro
323 char t_data[TBUFSIZE];
383 while ((len = read(fileno(fp1), bufr.t_data, TBUFSIZE)) > 0) {
395 if (len != TBUFSIZE+sizeof(long))
422 char bufr[TBUFSIZE];
H A Dcntrl.c126 #define TBUFSIZE 128 /* temporary buffer size */ macro
261 char tbuf[TBUFSIZE]; in cntrl()
/titanic_41/usr/src/lib/libcurses/screen/
H A Dotermcap.h49 #define TBUFSIZE 2048 /* double the norm */ macro
/titanic_41/usr/src/uts/i86pc/os/
H A Dstartup.c3126 #define TBUFSIZE 1024 in setx86isalist() macro
3128 tp = kmem_alloc(TBUFSIZE, KM_SLEEP); in setx86isalist()
3167 kmem_free(tp, TBUFSIZE); in setx86isalist()
3169 #undef TBUFSIZE in setx86isalist()