Searched refs:local_fd (Results 1 - 1 of 1) sorted by relevance

/freebsd-10.0-release/crypto/openssh/
H A Dsftp-client.c996 int local_fd = -1, status = 0, write_error; local
1054 local_fd = open(local_path, O_WRONLY | O_CREAT | (resume ? 0 : O_TRUNC),
1056 if (local_fd == -1) {
1063 if (fstat(local_fd, &st) == -1) {
1151 if ((lseek(local_fd, req->offset, SEEK_SET) == -1 ||
1152 atomicio(vwrite, local_fd, data, len) != len) &&
1217 ftruncate(local_fd, highwater);
1234 if (pflag && fchmod(local_fd, mode) == -1)
1250 close(local_fd);
1369 int local_fd; local
[all...]

Completed in 69 milliseconds