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

/illumos-gate/usr/src/cmd/cpio/
H A Dcpio.c2818 * When read_exact is specified, read size is adjusted to the given
2823 boolean_t read_exact)
2834 if (read_exact && amt_to_read < CPIOBSZ)
2871 if (!read_exact &&
2822 read_file(char *nam_p, off_t file_size, off_t *real_filesz, boolean_t read_exact) argument

Completed in 82 milliseconds