read              229 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              249 lib/utilunix.c         read_len = read (ps->fd, ps->buf, buf_len);
read              580 lib/vfs/direntry.c         n = read (file->handle, buffer, count);
read             1521 lib/vfs/direntry.c     vclass->read = vfs_s_read;
read             1624 lib/vfs/direntry.c         if (read (sock, buf, sizeof (char)) <= 0)
read             1647 lib/vfs/direntry.c     while (read (sock, &c, sizeof (c)) > 0)
read             1681 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              159 lib/vfs/vfs.h      ssize_t (*read) (void *vfs_info, char *buffer, size_t count);
read              226 src/background.c     bytes = read (fd, &routine.pointer, sizeof (routine));
read              248 src/background.c     if (read (fd, &argc, sizeof (argc)) != sizeof (argc) ||
read              249 src/background.c         read (fd, &type, sizeof (type)) != sizeof (type) ||
read              250 src/background.c         read (fd, &have_ctx, sizeof (have_ctx)) != sizeof (have_ctx))
read              258 src/background.c     if (have_ctx != 0 && read (fd, ctx, sizeof (*ctx)) != sizeof (*ctx))
read              265 src/background.c         if (read (fd, &size, sizeof (size)) != sizeof (size))
read              270 src/background.c         if (read (fd, data[i], size) != size)
read              445 src/background.c     ret = read (from_parent_fd, &i, sizeof (i));
read              447 src/background.c         ret = read (from_parent_fd, ctx, sizeof (*ctx));
read              475 src/background.c     if (read (from_parent_fd, &i, sizeof (i)) != sizeof (i) || i == 0)
read              479 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              351 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              276 src/editor/edit.c         p = g_strdup_printf (all_filters[i].read, quoted_name);
read              218 src/filemanager/cmd.c                 while ((n1 = read (file1, buf1, sizeof (buf1))) == -1 && errno == EINTR)
read              220 src/filemanager/cmd.c                 while ((n2 = read (file2, buf2, sizeof (buf2))) == -1 && errno == EINTR)
read              556 src/subshell/common.c             bytes = read (command_buffer_pipe[READ], subshell_command_buffer,
read              585 src/subshell/common.c         read (command_buffer_pipe[READ], subshell_command_buffer, sizeof (subshell_command_buffer));
read              617 src/subshell/common.c         read (command_buffer_pipe[READ], subshell_cursor_buffer, sizeof (subshell_cursor_buffer));
read              802 src/subshell/common.c             bytes = read (mc_global.tty.subshell_pty, pty_buffer, sizeof (pty_buffer));
read              830 src/subshell/common.c             bytes = read (subshell_pipe[READ], subshell_cwd, sizeof (subshell_cwd));
read              857 src/subshell/common.c             bytes = read (STDIN_FILENO, pty_buffer, sizeof (pty_buffer));
read             1287 src/subshell/common.c         if (read (subshell_pipe[READ], subshell_cwd, sizeof (subshell_cwd)) <= 0)
read             1574 src/subshell/common.c         bytes = read (mc_global.tty.subshell_pty, pty_buffer, sizeof (pty_buffer));
read             1614 src/subshell/common.c         bytes = read (mc_global.tty.subshell_pty, pty_buffer, sizeof (pty_buffer));
read              894 src/vfs/cpio/cpio.c     vfs_cpiofs_ops->read = cpio_read;
read             1114 src/vfs/extfs/extfs.c     return read (file->handle, buffer, count);
read             1724 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              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              586 src/vfs/sfs/sfs.c     vfs_sfs_ops->read = local_read;
read              848 src/vfs/sftpfs/sftpfs.c     vfs_sftpfs_ops->read = sftpfs_cb_read;
read             1057 src/vfs/shell/shell.c         while ((n = read (h, buffer, sizeof (buffer))) < 0)
read             1157 src/vfs/shell/shell.c             n = read (SHELL_SUPER (super)->sockr, buffer, n);
read             1182 src/vfs/shell/shell.c     while (len != 0 && ((n = read (SHELL_SUPER (super)->sockr, buf, len)) < 0))
read             1282 src/vfs/tar/tar.c     vfs_tarfs_ops->read = tar_read;
read              829 src/vfs/undelfs/undelfs.c     vfs_undelfs_ops->read = undelfs_read;