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

/freebsd-11-stable/crypto/openssh/
H A Dsftp-client.c1159 int local_fd = -1, write_error; local
1222 local_fd = open(local_path,
1224 if (local_fd == -1) {
1231 if (fstat(local_fd, &st) == -1) {
1247 if (local_fd != -1)
1248 close(local_fd);
1330 if ((lseek(local_fd, req->offset, SEEK_SET) == -1 ||
1331 atomicio(vwrite, local_fd, data, len) != len) &&
1396 if (ftruncate(local_fd, highwater) == -1)
1417 if (preserve_flag && fchmod(local_fd, mod
1562 int r, local_fd; local
[all...]
/freebsd-11-stable/contrib/llvm-project/compiler-rt/lib/fuzzer/
H A DFuzzerUtilFuchsia.cpp474 .local_fd = STDIN_FILENO,
482 .local_fd = FdOut,
490 .local_fd = FdErr,

Completed in 76 milliseconds