Searched refs:_TEXTBUF_SIZE (Results 1 – 1 of 1) sorted by relevance
31 #define _TEXTBUF_SIZE 0x1000 macro493 char textbuf[_TEXTBUF_SIZE + 1]; // extra 1 in case LF at end in _M_write()495 char * endtextbuf = textbuf + _TEXTBUF_SIZE; in _M_write()497 ptrdiff_t nextblocksize = (min) (n, (ptrdiff_t)_TEXTBUF_SIZE); in _M_write()