Searched defs:read_fd (Results 1 – 8 of 8) sorted by relevance
/freebsd/lib/libsecureboot/ |
H A D | readfile.c | 29 read_fd(int fd, size_t len) in read_fd() function
|
/freebsd/sbin/pfctl/tests/ |
H A D | pfctl_test.c | 89 read_fd(int fd, size_t sizehint) in read_fd() function
|
/freebsd/contrib/libarchive/tar/ |
H A D | util.c | 225 int read_fd = 2; /* stderr */ in yes() local
|
/freebsd/tests/sys/aio/ |
H A D | aio_test.c | 136 aio_context_init(struct aio_context *ac, int read_fd, in aio_context_init() 514 int error, read_fd = -1, write_fd = -1; in aio_fifo_test() local 661 int read_fd, write_fd; in aio_pty_test() local
|
/freebsd/contrib/googletest/googletest/src/ |
H A D | gtest-death-test.cc | 430 int read_fd() const { return read_fd_; } in read_fd() function in testing::internal::DeathTestImpl
|
/freebsd/contrib/llvm-project/libcxx/src/filesystem/ |
H A D | operations.cpp | 182 bool copy_file_impl(FileDescriptor& read_fd, FileDescriptor& write_fd, error_code& ec) { in copy_file_impl()
|
/freebsd/crypto/openssh/ |
H A D | sftp-server.c | 1613 int read_handle, read_fd, write_handle, write_fd; in process_extended_copy_data() local
|
/freebsd/contrib/llvm-project/lldb/source/Target/ |
H A D | Process.cpp | 4617 const int read_fd = m_read_file.GetDescriptor(); in Run() local
|