Home
last modified time | relevance | path

Searched refs:h_read (Results 1 – 3 of 3) sorted by relevance

/netbsd-src/usr.bin/vndcompress/
H A Dvnduncompress.c79 const ssize_t h_read = read_block(cloop2_fd, &header, sizeof(header)); in vnduncompress() local
80 if (h_read == -1) in vnduncompress()
82 assert(h_read >= 0); in vnduncompress()
83 if ((size_t)h_read != sizeof(header)) in vnduncompress()
85 (size_t)h_read, sizeof(header)); in vnduncompress()
H A Dvndcompress.c576 const ssize_t h_read = read_block(S->cloop2_fd, &header, in compress_restart() local
578 if (h_read == -1) { in compress_restart()
582 assert(h_read >= 0); in compress_restart()
583 if ((size_t)h_read != sizeof(header)) { in compress_restart()
/netbsd-src/tests/lib/libc/ssp/
H A DMakefile39 PROGS+= h_read