read 222 lib/tty/tty.c n = read (sigwinch_pipe[0], &x, sizeof (x)); read 75 lib/tty/win.c while (read (0, &c, 1) != 1) read 80 lib/tty/win.c while (read (0, &c, 1) != 1) read 241 lib/utilunix.c read_len = read (ps->fd, ps->buf, buf_len); read 575 lib/vfs/direntry.c n = read (file->handle, buffer, count); read 1510 lib/vfs/direntry.c vclass->read = vfs_s_read; read 1616 lib/vfs/direntry.c if (read (sock, buf, sizeof (char)) <= 0) read 1639 lib/vfs/direntry.c while (read (sock, &c, sizeof (c)) > 0) read 1673 lib/vfs/direntry.c n = read (fd, &buffer[i], 1); read 154 lib/vfs/interface.c while ((i = read (fdin, buffer, sizeof (buffer))) > 0) read 307 lib/vfs/interface.c MC_HANDLEOP (ssize_t, read, (int handle, void *buf, size_t count), (fsinfo, buf, count)) read 164 lib/vfs/vfs.h ssize_t (*read) (void *vfs_info, char *buffer, size_t count); read 225 src/background.c bytes = read (fd, &routine.pointer, sizeof (routine)); read 247 src/background.c if (read (fd, &argc, sizeof (argc)) != sizeof (argc) read 248 src/background.c || read (fd, &type, sizeof (type)) != sizeof (type) read 249 src/background.c || read (fd, &have_ctx, sizeof (have_ctx)) != sizeof (have_ctx)) read 257 src/background.c if (have_ctx != 0 && read (fd, ctx, sizeof (*ctx)) != sizeof (*ctx)) read 264 src/background.c if (read (fd, &size, sizeof (size)) != sizeof (size)) read 269 src/background.c if (read (fd, data[i], size) != size) read 444 src/background.c ret = read (from_parent_fd, &i, sizeof (i)); read 446 src/background.c ret = read (from_parent_fd, ctx, sizeof (*ctx)); read 474 src/background.c if (read (from_parent_fd, &i, sizeof (i)) != sizeof (i) || i == 0) read 478 src/background.c if (read (from_parent_fd, str, i) != i) read 114 src/cons.handler.c ret = read (pipefd2[0], &message, 1); read 122 src/cons.handler.c ret = read (pipefd2[0], &bytes, 2); read 129 src/cons.handler.c ret = read (pipefd2[0], &message, 1); read 134 src/cons.handler.c ret = read (pipefd2[0], &message, 1); read 176 src/cons.handler.c status = read (pipefd2[0], &mc_global.tty.console_flag, 1); read 258 src/cons.handler.c status = read (pipefd2[0], &mc_global.tty.console_flag, 1); read 112 src/consaver/cons.saver.c if (read (0, &begin_line, 1) != 1) read 114 src/consaver/cons.saver.c if (read (0, &end_line, 1) != 1) read 251 src/consaver/cons.saver.c while (console_flag && read (0, &action, 1) == 1) read 260 src/consaver/cons.saver.c || st.st_uid != uid || read (vcsa_fd, buffer, buffer_size) != buffer_size read 349 src/diffviewer/ydiff.c fs->len = read (fs->fd, fs->buf, FILE_READ_BUF); read 136 src/editor/edit.c const char *read, *write, *extension; read 263 src/editor/edit.c p = g_strdup_printf (all_filters[i].read, quoted_name); read 192 src/filemanager/cmd.c while ((n1 = read (file1, buf1, sizeof (buf1))) == -1 && errno == EINTR) read 194 src/filemanager/cmd.c while ((n2 = read (file2, buf2, sizeof (buf2))) == -1 && errno == EINTR) read 603 src/subshell/common.c bytes = read (command_buffer_pipe[READ], subshell_command_buffer, read 632 src/subshell/common.c read (command_buffer_pipe[READ], subshell_command_buffer, sizeof (subshell_command_buffer)); read 664 src/subshell/common.c read (command_buffer_pipe[READ], subshell_cursor_buffer, sizeof (subshell_cursor_buffer)); read 849 src/subshell/common.c bytes = read (mc_global.tty.subshell_pty, pty_buffer, sizeof (pty_buffer)); read 877 src/subshell/common.c bytes = read (subshell_pipe[READ], subshell_cwd, sizeof (subshell_cwd)); read 904 src/subshell/common.c bytes = read (STDIN_FILENO, pty_buffer, sizeof (pty_buffer)); read 1368 src/subshell/common.c if (read (subshell_pipe[READ], subshell_cwd, sizeof (subshell_cwd)) <= 0) read 1787 src/subshell/common.c bytes = read (mc_global.tty.subshell_pty, pty_buffer, sizeof (pty_buffer)); read 1827 src/subshell/common.c bytes = read (mc_global.tty.subshell_pty, pty_buffer, sizeof (pty_buffer)); read 890 src/vfs/cpio/cpio.c vfs_cpiofs_ops->read = cpio_read; read 1129 src/vfs/extfs/extfs.c return read (file->handle, buffer, count); read 1723 src/vfs/extfs/extfs.c vfs_extfs_ops->read = extfs_read; read 1560 src/vfs/ftpfs/ftpfs.c while (read (dsock, buf, sizeof (buf)) > 0) read 1968 src/vfs/ftpfs/ftpfs.c while ((n_read = read (h, lc_buffer, sizeof (lc_buffer))) == -1) read 2055 src/vfs/ftpfs/ftpfs.c while ((n = read (FH_SOCK, buf, len)) < 0) read 409 src/vfs/local/local.c while ((n = read (fd, buffer, count)) == -1) read 491 src/vfs/local/local.c vfs_local_ops->read = local_read; read 580 src/vfs/sfs/sfs.c vfs_sfs_ops->read = local_read; read 842 src/vfs/sftpfs/sftpfs.c vfs_sftpfs_ops->read = sftpfs_cb_read; read 1036 src/vfs/shell/shell.c while ((n = read (h, buffer, sizeof (buffer))) < 0) read 1135 src/vfs/shell/shell.c n = read (SHELL_SUPER (super)->sockr, buffer, n); read 1160 src/vfs/shell/shell.c while (len != 0 && ((n = read (SHELL_SUPER (super)->sockr, buf, len)) < 0)) read 1268 src/vfs/tar/tar.c vfs_tarfs_ops->read = tar_read; read 828 src/vfs/undelfs/undelfs.c vfs_undelfs_ops->read = undelfs_read;