Searched refs:TBUFSIZE (Results 1 – 7 of 7) sorted by relevance
33 #define TBUFSIZE 128 macro34 char _tbuf[TBUFSIZE];50 return (strftime (_tbuf, TBUFSIZE, fmt ? fmt : "%H:%M:%S", tmptr) ?
125 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()
1523 char _bp [TBUFSIZE]; in main()
47 #define TBUFSIZE 1024 macro323 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];
126 #define TBUFSIZE 128 /* temporary buffer size */ macro261 char tbuf[TBUFSIZE]; in cntrl()
49 #define TBUFSIZE 2048 /* double the norm */ macro
3126 #define TBUFSIZE 1024 in setx86isalist() macro3128 tp = kmem_alloc(TBUFSIZE, KM_SLEEP); in setx86isalist()3167 kmem_free(tp, TBUFSIZE); in setx86isalist()3169 #undef TBUFSIZE in setx86isalist()