HomeSort by: relevance | last modified time | path
    Searched defs:h_read (Results 1 - 6 of 6) sorted by relevancy

  /src/usr.bin/vndcompress/
vnduncompress.c 79 const ssize_t h_read = read_block(cloop2_fd, &header, sizeof(header)); local in function:vnduncompress
80 if (h_read == -1)
82 assert(h_read >= 0);
83 if ((size_t)h_read != sizeof(header))
85 (size_t)h_read, sizeof(header));
vnduncompress.c 79 const ssize_t h_read = read_block(cloop2_fd, &header, sizeof(header)); local in function:vnduncompress
80 if (h_read == -1)
82 assert(h_read >= 0);
83 if ((size_t)h_read != sizeof(header))
85 (size_t)h_read, sizeof(header));
vnduncompress.c 79 const ssize_t h_read = read_block(cloop2_fd, &header, sizeof(header)); local in function:vnduncompress
80 if (h_read == -1)
82 assert(h_read >= 0);
83 if ((size_t)h_read != sizeof(header))
85 (size_t)h_read, sizeof(header));
vndcompress.c 576 const ssize_t h_read = read_block(S->cloop2_fd, &header, local in function:compress_restart
578 if (h_read == -1) {
582 assert(h_read >= 0);
583 if ((size_t)h_read != sizeof(header)) {
vndcompress.c 576 const ssize_t h_read = read_block(S->cloop2_fd, &header, local in function:compress_restart
578 if (h_read == -1) {
582 assert(h_read >= 0);
583 if ((size_t)h_read != sizeof(header)) {
vndcompress.c 576 const ssize_t h_read = read_block(S->cloop2_fd, &header, local in function:compress_restart
578 if (h_read == -1) {
582 assert(h_read >= 0);
583 if ((size_t)h_read != sizeof(header)) {

Completed in 37 milliseconds