Home
last modified time | relevance | path

Searched defs:write_fd (Results 1 – 7 of 7) sorted by relevance

/netbsd/external/gpl3/gcc.old/dist/fixincludes/
H A Dserver.h59 int write_fd; member
/netbsd/external/gpl3/gcc/dist/fixincludes/
H A Dserver.h59 int write_fd; member
/netbsd/external/apache2/llvm/dist/llvm/utils/unittest/googletest/include/gtest/internal/
H A Dgtest-death-test-internal.h281 int write_fd() const { return write_fd_; } in write_fd() function
/netbsd/external/apache2/llvm/dist/llvm/utils/unittest/googletest/src/
H A Dgtest-death-test.cc423 int write_fd() const { return write_fd_; } in write_fd() function in testing::internal::DeathTestImpl
1576 const int write_fd = in GetStatusFileDescriptor() local
1604 int write_fd = -1; in ParseInternalRunDeathTestFlag() local
/netbsd/external/ibm-public/postfix/dist/src/util/
H A Dvstream.h55 int write_fd; /* write channel (double-buffered) */ member
/netbsd/crypto/external/bsd/openssh/dist/
H A Dsftp-server.c1585 int read_handle, read_fd, write_handle, write_fd; in process_extended_copy_data() local
/netbsd/external/apache2/llvm/dist/libcxx/src/filesystem/
H A Doperations.cpp817 bool copy_file_impl(FileDescriptor& read_fd, FileDescriptor& write_fd, error_code& ec) { in copy_file_impl()