BUF_1K 88 lib/global.h #define BUF_LARGE BUF_1K BUF_1K 691 lib/tty/tty-ncurses.c char buf[BUF_1K]; // FIXME: is it enough? BUF_1K 148 lib/vfs/interface.c char buffer[BUF_1K * 8]; BUF_1K 205 lib/vfs/interface.c char buffer[BUF_1K * 8]; BUF_1K 180 lib/widget/hline.c char buf[BUF_1K]; // FIXME: is it enough? BUF_1K 194 lib/widget/label.c char buf[BUF_1K]; // FIXME: is it enough? BUF_1K 89 src/filemanager/ext.c extern char buffer[BUF_1K]; BUF_1K 101 src/filemanager/ext.c MC_TESTABLE char buffer[BUF_1K]; BUF_1K 394 src/vfs/ftpfs/ftpfs.c char answer[BUF_1K]; BUF_1K 247 src/vfs/shell/shell.c char answer[BUF_1K]; BUF_1K 51 tests/lib/strutil/filevercmp.c char buffer[BUF_1K]; BUF_1K 40 tests/lib/utilunix__mc_pstream_get_string.c static char etalon_long_file_list[BUF_1K]; BUF_1K 35 tests/src/filemanager/ext__exec_make_shell_string.c extern char buffer[BUF_1K];