Lines Matching refs:bytesread
1615 size_t bytesleft = 128, bytesread; in c_read() local
1753 bytesread = 0; in c_read()
1767 if ((bytesread = blocking_read(fd, xp, bytesleft)) == (size_t)-1) { in c_read()
1793 if (bytesread == 0) { in c_read()
1798 xp += bytesread; in c_read()
1803 if (bytesread == 0) in c_read()
1806 xp += bytesread; in c_read()
1810 if (bytesread == 0) { in c_read()
1816 xp += bytesread; in c_read()
1817 if ((bytesleft -= bytesread) == 0) in c_read()
1821 if (bytesread == 0) { in c_read()
1858 bytesread = Xlength(xs, xp); in c_read()
1870 if (readmode == READALL && (rv == 1 || (rv == 3 && bytesread))) in c_read()
1899 while (bytesread && is_ifsws(*ccp)) { in c_read()
1901 --bytesread; in c_read()
1904 while (bytesread && is_ifsws(ccp[bytesread - 1])) { in c_read()
1905 --bytesread; in c_read()
1911 if (!bytesread) { in c_read()
1922 while (bytesleft && bytesread) { in c_read()
1925 --bytesread; in c_read()
1939 while (bytesread) { in c_read()
1956 --bytesread; in c_read()
1961 while (bytesread) { in c_read()
1974 --bytesread; in c_read()
1980 while (bytesread && is_ifsws(*ccp)) { in c_read()
1984 --bytesread; in c_read()
1987 if (lastparmmode && bytesread) { in c_read()