read 230 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 79 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 578 lib/vfs/direntry.c n = read (file->handle, buffer, count); read 1513 lib/vfs/direntry.c vclass->read = vfs_s_read; read 1619 lib/vfs/direntry.c if (read (sock, buf, sizeof (char)) <= 0) read 1642 lib/vfs/direntry.c while (read (sock, &c, sizeof (c)) > 0) read 1676 lib/vfs/direntry.c n = read (fd, &buffer[i], 1); read 155 lib/vfs/interface.c while ((i = read (fdin, buffer, sizeof (buffer))) > 0) read 313 lib/vfs/interface.c MC_HANDLEOP (ssize_t, read, (int handle, void *buf, size_t count), (fsinfo, buf, count)) read 165 lib/vfs/vfs.h ssize_t (*read) (void *vfs_info, char *buffer, size_t count); read 227 src/background.c bytes = read (fd, &routine.pointer, sizeof (routine)); read 249 src/background.c if (read (fd, &argc, sizeof (argc)) != sizeof (argc) || read 250 src/background.c read (fd, &type, sizeof (type)) != sizeof (type) || read 251 src/background.c read (fd, &have_ctx, sizeof (have_ctx)) != sizeof (have_ctx)) read 259 src/background.c if (have_ctx != 0 && read (fd, ctx, sizeof (*ctx)) != sizeof (*ctx)) read 266 src/background.c if (read (fd, &size, sizeof (size)) != sizeof (size)) read 271 src/background.c if (read (fd, data[i], size) != size) read 446 src/background.c ret = read (from_parent_fd, &i, sizeof (i)); read 448 src/background.c ret = read (from_parent_fd, ctx, sizeof (*ctx)); read 476 src/background.c if (read (from_parent_fd, &i, sizeof (i)) != sizeof (i) || i == 0) read 480 src/background.c if (read (from_parent_fd, str, i) != i) read 113 src/cons.handler.c ret = read (pipefd2[0], &message, 1); read 121 src/cons.handler.c ret = read (pipefd2[0], &bytes, 2); read 128 src/cons.handler.c ret = read (pipefd2[0], &message, 1); read 133 src/cons.handler.c ret = read (pipefd2[0], &message, 1); read 175 src/cons.handler.c status = read (pipefd2[0], &mc_global.tty.console_flag, 1); read 257 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 250 src/consaver/cons.saver.c while (console_flag && read (0, &action, 1) == 1) read 261 src/consaver/cons.saver.c || read (vcsa_fd, buffer, buffer_size) != buffer_size read 350 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 275 src/editor/edit.c p = g_strdup_printf (all_filters[i].read, quoted_name); read 191 src/filemanager/cmd.c while ((n1 = read (file1, buf1, sizeof (buf1))) == -1 && errno == EINTR) read 193 src/filemanager/cmd.c while ((n2 = read (file2, buf2, sizeof (buf2))) == -1 && errno == EINTR) read 563 src/subshell/common.c bytes = read (command_buffer_pipe[READ], subshell_command_buffer, read 592 src/subshell/common.c read (command_buffer_pipe[READ], subshell_command_buffer, sizeof (subshell_command_buffer)); read 624 src/subshell/common.c read (command_buffer_pipe[READ], subshell_cursor_buffer, sizeof (subshell_cursor_buffer)); read 809 src/subshell/common.c bytes = read (mc_global.tty.subshell_pty, pty_buffer, sizeof (pty_buffer)); read 837 src/subshell/common.c bytes = read (subshell_pipe[READ], subshell_cwd, sizeof (subshell_cwd)); read 864 src/subshell/common.c bytes = read (STDIN_FILENO, pty_buffer, sizeof (pty_buffer)); read 1301 src/subshell/common.c if (read (subshell_pipe[READ], subshell_cwd, sizeof (subshell_cwd)) <= 0) read 1588 src/subshell/common.c bytes = read (mc_global.tty.subshell_pty, pty_buffer, sizeof (pty_buffer)); read 1628 src/subshell/common.c bytes = read (mc_global.tty.subshell_pty, pty_buffer, sizeof (pty_buffer)); read 887 src/vfs/cpio/cpio.c vfs_cpiofs_ops->read = cpio_read; read 1122 src/vfs/extfs/extfs.c return read (file->handle, buffer, count); read 1739 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 1969 src/vfs/ftpfs/ftpfs.c while ((n_read = read (h, lc_buffer, sizeof (lc_buffer))) == -1) read 2057 src/vfs/ftpfs/ftpfs.c while ((n = read (FH_SOCK, buf, len)) < 0) read 401 src/vfs/local/local.c while ((n = read (fd, buffer, count)) == -1) read 483 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 843 src/vfs/sftpfs/sftpfs.c vfs_sftpfs_ops->read = sftpfs_cb_read; read 1053 src/vfs/shell/shell.c while ((n = read (h, buffer, sizeof (buffer))) < 0) read 1153 src/vfs/shell/shell.c n = read (SHELL_SUPER (super)->sockr, buffer, n); read 1178 src/vfs/shell/shell.c while (len != 0 && ((n = read (SHELL_SUPER (super)->sockr, buf, len)) < 0)) read 1283 src/vfs/tar/tar.c vfs_tarfs_ops->read = tar_read; read 829 src/vfs/undelfs/undelfs.c vfs_undelfs_ops->read = undelfs_read;