|
Lines 503-509
source(int argc, char **argv)
Link Here
|
| 503 |
struct stat stb; |
503 |
struct stat stb; |
| 504 |
static BUF buffer; |
504 |
static BUF buffer; |
| 505 |
BUF *bp; |
505 |
BUF *bp; |
| 506 |
off_t i, amt, result, statbytes; |
506 |
off_t i, amt, result; |
|
|
507 |
u_int64_t statbytes; |
| 507 |
int fd, haderr, indx; |
508 |
int fd, haderr, indx; |
| 508 |
char *last, *name, buf[2048]; |
509 |
char *last, *name, buf[2048]; |
| 509 |
int len; |
510 |
int len; |
|
Lines 723-729
sink(int argc, char **argv)
Link Here
|
| 723 |
BUF *bp; |
724 |
BUF *bp; |
| 724 |
off_t i, j; |
725 |
off_t i, j; |
| 725 |
int amt, count, exists, first, mask, mode, ofd, omode; |
726 |
int amt, count, exists, first, mask, mode, ofd, omode; |
| 726 |
off_t size, statbytes; |
727 |
off_t size; |
|
|
728 |
u_int64_t statbytes; |
| 727 |
int setimes, targisdir, wrerrno = 0; |
729 |
int setimes, targisdir, wrerrno = 0; |
| 728 |
char ch, *cp, *np, *targ, *why, *vect[1], buf[2048]; |
730 |
char ch, *cp, *np, *targ, *why, *vect[1], buf[2048]; |
| 729 |
struct timeval tv[2]; |
731 |
struct timeval tv[2]; |