Lines Matching refs:bytesread
1594 size_t bytesleft = 128, bytesread; in c_read() local
1732 bytesread = 0; in c_read()
1746 if ((bytesread = blocking_read(fd, xp, bytesleft)) == (size_t)-1) { in c_read()
1772 if (bytesread == 0) { in c_read()
1777 xp += bytesread; in c_read()
1782 if (bytesread == 0) in c_read()
1785 xp += bytesread; in c_read()
1789 if (bytesread == 0) { in c_read()
1795 xp += bytesread; in c_read()
1796 if ((bytesleft -= bytesread) == 0) in c_read()
1800 if (bytesread == 0) { in c_read()
1837 bytesread = Xlength(xs, xp); in c_read()
1849 if (readmode == READALL && (rv == 1 || (rv == 3 && bytesread))) in c_read()
1878 while (bytesread && is_ifsws(*ccp)) { in c_read()
1880 --bytesread; in c_read()
1883 while (bytesread && is_ifsws(ccp[bytesread - 1])) { in c_read()
1884 --bytesread; in c_read()
1890 if (!bytesread) { in c_read()
1901 while (bytesleft && bytesread) { in c_read()
1904 --bytesread; in c_read()
1918 while (bytesread) { in c_read()
1935 --bytesread; in c_read()
1940 while (bytesread) { in c_read()
1953 --bytesread; in c_read()
1959 while (bytesread && is_ifsws(*ccp)) { in c_read()
1963 --bytesread; in c_read()
1966 if (lastparmmode && bytesread) { in c_read()