Searched defs:write_fd (Results 1 – 10 of 10) sorted by relevance
/freebsd/contrib/googletest/googletest/include/gtest/internal/ |
H A D | gtest-death-test-internal.h | 284 int write_fd() const { return write_fd_; } in write_fd() function
|
/freebsd/crypto/openssl/demos/guide/ |
H A D | quic-server-non-block.c | 209 fd_set read_fd, write_fd; in wait_for_activity() local
|
/freebsd/contrib/googletest/googletest/src/ |
H A D | gtest-death-test.cc | 432 int write_fd() const { return write_fd_; } in write_fd() function in testing::internal::DeathTestImpl 1514 const int write_fd = in GetStatusFileDescriptor() local 1542 int write_fd = -1; in ParseInternalRunDeathTestFlag() local
|
/freebsd/sbin/recoverdisk/ |
H A D | recoverdisk.c | 65 static int read_fd, write_fd; variable
|
/freebsd/tests/sys/aio/ |
H A D | aio_test.c | 136 int write_fd, int buflen) in aio_context_init() 512 int error, read_fd = -1, write_fd = -1; in aio_fifo_test() local 656 int read_fd, write_fd; in aio_pty_test() local
|
/illumos-gate/usr/src/lib/auditd_plugins/remote/ |
H A D | transport.c | 688 write_fd(int fd, char *buf, size_t len) in write_fd() function
|
/freebsd/crypto/openssl/demos/http3/ |
H A D | ossl-nghttp3-demo-server.c | 988 fd_set read_fd, write_fd; in wait_for_activity() local
|
/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 | 4590 IOHandlerProcessSTDIO(Process *process, int write_fd) in IOHandlerProcessSTDIO()
|