Searched defs:bytes_read (Results 1 - 3 of 3) sorted by relevance

/solaris-x11-s11/open-src/app/gfx-utils/sun-src/fbconf_xorg/fbc/
H A Dfbc_gamma_table.c399 size_t bytes_read; /* # of bytes read from gamma file */ local
432 bytes_read = fread(*gamma_string_red,
437 if (bytes_read != stat_buf.st_size) {
/solaris-x11-s11/open-src/lib/DPS/sun-src/libdps/
H A Dcslibint.c306 register long bytes_read; local
311 while ((bytes_read = ReadFromServer(dpy->fd, data, (int)size))
314 if (bytes_read > 0) {
315 size -= bytes_read;
316 data += bytes_read;
327 else if (bytes_read == 0) {
333 else /* bytes_read is less than 0; presumably -1 */ {
452 register long bytes_read; local
470 while ((bytes_read = ReadvFromServer (dpy->fd, iov, 2)) != size) {
472 if (bytes_read >
776 register long bytes_read = (n > SCRATCHSIZE) ? SCRATCHSIZE : n; local
[all...]
H A DXDPS.c1307 register long bytes_read; local

Completed in 20 milliseconds