Lines Matching refs:bytesread
1798 size_t bytesleft = 128, bytesread; in c_read() local
1940 bytesread = blocking_read(fd, xp, bytesleft); in c_read()
1941 if (bytesread == (size_t)-1) { in c_read()
1958 if (bytesread == 0) { in c_read()
1963 xp += bytesread; in c_read()
1968 if (bytesread == 0) in c_read()
1971 xp += bytesread; in c_read()
1975 if (bytesread == 0) { in c_read()
1981 xp += bytesread; in c_read()
1982 if ((bytesleft -= bytesread) == 0) in c_read()
1986 if (bytesread == 0) { in c_read()
2023 bytesread = Xlength(xs, xp); in c_read()
2063 while (bytesread && is_ifsws(*ccp)) { in c_read()
2065 --bytesread; in c_read()
2068 while (bytesread && is_ifsws(ccp[bytesread - 1])) { in c_read()
2069 --bytesread; in c_read()
2075 if (!bytesread) { in c_read()
2086 while (bytesleft && bytesread) { in c_read()
2089 --bytesread; in c_read()
2103 while (bytesread) { in c_read()
2120 --bytesread; in c_read()
2124 while (bytesread) { in c_read()
2133 --bytesread; in c_read()
2137 while (bytesread && is_ifsws(*ccp)) { in c_read()
2141 --bytesread; in c_read()
2144 if (lastparm && bytesread) { in c_read()