Home | History | Annotate | Download | only in s390

Lines Matching refs:bytes_read

80       int bytes_read = 0;
81 while (bytes_read >= 0) {
83 bytes_read = read(fd, buffer, sizeof(buffer));
86 auxv_element + sizeof(auxv_element) <= buffer + bytes_read &&