read              415 lib-src/movemail.c 	    nread = read (indesc, buf, sizeof buf);
read               53 lib-src/pop.c  #define RECV(s,buf,len,flags) read (s,buf,len)
read              230 lib-src/seccomp-filter.c   RULE (SCMP_ACT_ALLOW, SCMP_SYS (read));
read              517 lib/getloadavg.c   count = read (fd, ldavgbuf, sizeof ldavgbuf - 1);
read              573 lib/getloadavg.c   int nread = read (fd, readbuf, sizeof readbuf - 1);
read              904 lib/getloadavg.c           || read (channel, (char *) load_ave, sizeof (load_ave))
read              188 lib/getrandom.c   return read (fd, buffer, length);
read             1844 lib/unistd.in.h _GL_FUNCDECL_RPL (read, ssize_t, (int fd, void *buf, size_t count)
read             1846 lib/unistd.in.h _GL_CXXALIAS_RPL (read, ssize_t, (int fd, void *buf, size_t count));
read             1852 lib/unistd.in.h _GL_CXXALIAS_MDA (read, ssize_t, (int fd, void *buf, size_t count));
read             1854 lib/unistd.in.h _GL_CXXALIAS_SYS (read, ssize_t, (int fd, void *buf, size_t count));
read             1856 lib/unistd.in.h _GL_CXXALIASWARN (read);
read             1867 lib/unistd.in.h _GL_CXXALIAS_MDA (read, int, (int fd, void *buf, unsigned int count));
read             1869 lib/unistd.in.h _GL_CXXALIAS_MDA (read, ssize_t, (int fd, void *buf, unsigned int count));
read             1872 lib/unistd.in.h _GL_CXXALIAS_SYS (read, ssize_t, (int fd, void *buf, size_t count));
read             1874 lib/unistd.in.h _GL_CXXALIASWARN (read);
read             1094 src/emacs.c      ptrdiff_t read = 0;
read             1105 src/emacs.c          read += n;
read             1107 src/emacs.c      return read;
read             1160 src/emacs.c      ptrdiff_t read = read_full (fd, buffer, size + 1);
read             1161 src/emacs.c      if (read < 0)
read             1166 src/emacs.c      eassert (read <= SIZE_MAX);
read             1167 src/emacs.c      if (read != size)
read             1780 src/emacs.c                      retval = read (daemon_pipe[0], &buf, 1);
read              321 src/inotify.c    ssize_t n = read (fd, buffer, to_read);
read             11397 src/keyboard.c   return read (STDIN_FILENO, &c, 1) == 1 ? c : EOF;
read             1343 src/minibuf.c    (Lisp_Object prompt, Lisp_Object initial_contents, Lisp_Object keymap, Lisp_Object read, Lisp_Object hist, Lisp_Object default_value, Lisp_Object inherit_input_method)
read             1371 src/minibuf.c  		      !NILP (read),
read             5261 src/pdumper.c        ssize_t chunk = read (fd, (char *) buf + bytes_read, chunk_to_read);
read             5996 src/process.c  		    if (errno == ENOTCONN && read (channel, &dummy, 1) < 0)
read             2539 src/sysdep.c         result = read (fd, buf, nbyte);
read              635 src/termcap.c        if (!(nread = read (fd, buf + bufp->full, bufp->size - bufp->full)))
read              202 src/unexaix.c        if (read (a_out, &f_hdr, sizeof (f_hdr)) != sizeof (f_hdr))
read              208 src/unexaix.c  	  if (read (a_out, &f_ohdr, sizeof (f_ohdr)) != sizeof (f_ohdr))
read              220 src/unexaix.c  	if (read (a_out, s, sizeof (*s)) != sizeof (*s))
read              453 src/unexaix.c    while ((n = read (a_out, page, sizeof page)) > 0)
read              488 src/unexaix.c        read (new, &symentry, SYMESZ);
read              498 src/unexaix.c  	  read (new, &auxentry, AUXESZ);
read              535 src/unexaix.c    if (read (a_out, &ldhdr, sizeof (ldhdr)) != sizeof (ldhdr))
read              550 src/unexaix.c        if (read (a_out, &ldrel, LDRELSZ) != LDRELSZ)
read              578 src/unexaix.c  	  if (read (a_out, (void *) &orig_int, sizeof (orig_int))
read              196 src/unexcoff.c       if (read (a_out, &mz_header, sizeof (mz_header)) != sizeof (mz_header))
read              210 src/unexcoff.c       if (read (a_out, &f_hdr, sizeof (f_hdr)) != sizeof (f_hdr))
read              217 src/unexcoff.c 	  if (read (a_out, &f_ohdr, sizeof (f_ohdr)) != sizeof (f_ohdr))
read              226 src/unexcoff.c 	if (read (a_out, &scntemp, sizeof (scntemp)) != sizeof (scntemp))
read              426 src/unexcoff.c   while ((n = read (a_out, page, sizeof page)) > 0)
read              487 src/unexcoff.c       read (new, &symentry, SYMESZ);
read              490 src/unexcoff.c 	  read (new, &auxentry, AUXESZ);
read               60 src/unexcw.c       read (fd, &exe_header_buffer->file_header,
read               77 src/unexcw.c       read (fd, &exe_header_buffer->file_optional_header,
read               90 src/unexcw.c   	read (fd, &exe_header_buffer->section_header[i],
read              284 src/unexcw.c         ret = read (fd_in, buffer, sizeof (buffer));
read              286 src/unexelf.c    if (read (old_file, old_base, old_file_size) != old_file_size)
read              137 src/unexhp9k800.c       if (read (file, &subspace, subspace_size) != subspace_size)
read              164 src/unexhp9k800.c   if (read (file, hdr, sizeof (*hdr)) != sizeof (*hdr))
read              175 src/unexhp9k800.c   if (read (file, auxhdr, sizeof (*auxhdr)) != sizeof (*auxhdr))
read              222 src/unexhp9k800.c       if (read (old, buffer, len) != len)
read              238 src/unexhp9k800.c   while ((len = read (old, buffer, sizeof (buffer))) > 0)
read              212 src/unexmacosx.c   return n == read (infd, dest, n);
read              287 src/unexmacosx.c       bytes_read = read (infd, buf, bytes_to_read);
read               32 test/manual/etags/cp-src/conway.cpp             if (field_of_play[i][j]->read()) total++;
read               44 test/manual/etags/cp-src/conway.cpp             if (field_of_play[i][j]->read()) write_xyc(2*j, i, 'X');
read              608 test/manual/etags/php-src/lce_functions.php        $por->read();