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

/illumos-gate/usr/src/cmd/cpio/
H A Dcpio.c2826 off_t amt_to_read; local
2832 amt_to_read = file_size;
2834 if (read_exact && amt_to_read < CPIOBSZ)
2835 readsz = amt_to_read;
2855 *real_filesz = file_size - amt_to_read;
2857 } else if (amount_read > amt_to_read) {
2860 (amount_read - amt_to_read);
2861 amount_read = amt_to_read;
2862 } else if (amount_read == amt_to_read) {
2870 amt_to_read
2971 off_t amt_to_read; local
[all...]

Completed in 74 milliseconds