Searched refs:_STDOUT_BUF_SIZE (Results 1 – 2 of 2) sorted by relevance
13 #define _STDOUT_BUF_SIZE 256 macro14 static char stdout_buff[_STDOUT_BUF_SIZE];28 if (n_pend >= _STDOUT_BUF_SIZE - 1) { in print_char()
17 #define _STDOUT_BUF_SIZE 256 macro18 static char stdout_buff[_STDOUT_BUF_SIZE];37 if (n_pend >= _STDOUT_BUF_SIZE - 1) { in preprint_char()48 static uint8_t buf[_STDOUT_BUF_SIZE];