HomeSort by: relevance | last modified time | path
    Searched refs:h_read (Results 1 - 3 of 3) 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));
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)) {
  /src/tests/lib/libc/ssp/
Makefile 39 PROGS+= h_read

Completed in 12 milliseconds