HelenOS sources

UTF8_CHAR_BUFFER_SIZE  492 uspace/app/terminal/terminal.c 				wstr_to_str(term->char_remains, UTF8_CHAR_BUFFER_SIZE, tmp);
UTF8_CHAR_BUFFER_SIZE   80 uspace/app/terminal/terminal.h 	char char_remains[UTF8_CHAR_BUFFER_SIZE];
UTF8_CHAR_BUFFER_SIZE   71 uspace/srv/hid/console/console.c 	char char_remains[UTF8_CHAR_BUFFER_SIZE];
UTF8_CHAR_BUFFER_SIZE  559 uspace/srv/hid/console/console.c 				wstr_to_str(cons->char_remains, UTF8_CHAR_BUFFER_SIZE, tmp);
HelenOS homepage, sources at GitHub