Searched defs:write_fd (Results 1 – 6 of 6) sorted by relevance
/freebsd-src/contrib/googletest/googletest/include/gtest/internal/ |
H A D | gtest-death-test-internal.h | 285 int write_fd() const { return write_fd_; } write_fd() function
|
/freebsd-src/contrib/googletest/googletest/src/ |
H A D | gtest-death-test.cc | 430 int write_fd() const { return write_fd_; } write_fd() function in testing::internal::DeathTestImpl 1512 const int write_fd = GetStatusFileDescriptor() local 1540 int write_fd = -1; ParseInternalRunDeathTestFlag() local [all...] |
/freebsd-src/tests/sys/aio/ |
H A D | aio_test.c | 137 int write_fd, int buflen) 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-src/contrib/llvm-project/libcxx/src/filesystem/ |
H A D | operations.cpp | 185 copy_file_impl(FileDescriptor & read_fd,FileDescriptor & write_fd,error_code & ec) copy_file_impl() argument
|
/freebsd-src/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-src/contrib/llvm-project/lldb/source/Target/ |
H A D | Process.cpp | 4392 IOHandlerProcessSTDIO(Process * process,int write_fd) IOHandlerProcessSTDIO() argument
|