Searched defs:write_fd (Results 1 - 6 of 6) sorted by relevance

/freebsd-12-stable/contrib/apr/include/arch/unix/
H A Dapr_arch_misc.h58 apr_os_file_t write_fd; member in struct:apr_other_child_rec_t
/freebsd-12-stable/contrib/apr/misc/unix/
H A Dotherchild.c55 apr_proc_other_child_register(apr_proc_t *proc, void (*maintenance) (int reason, void *, int status), void *data, apr_file_t *write_fd, apr_pool_t *p) argument
191 apr_proc_other_child_register(apr_proc_t *proc, void (*maintenance) (int reason, void *, int status), void *data, apr_file_t *write_fd, apr_pool_t *p) argument
/freebsd-12-stable/contrib/googletest/googletest/include/gtest/internal/
H A Dgtest-death-test-internal.h259 int write_fd() const { return write_fd_; } function in class:testing::internal::InternalRunDeathTestFlag
/freebsd-12-stable/tests/sys/aio/
H A Daio_test.c384 int error, read_fd = -1, write_fd = -1; local
517 int read_fd, write_fd; local
136 aio_context_init(struct aio_context *ac, int read_fd, int write_fd, int buflen) argument
[all...]
/freebsd-12-stable/contrib/llvm-project/libcxx/src/filesystem/
H A Doperations.cpp654 bool copy_file_impl_sendfile(FileDescriptor& read_fd, FileDescriptor& write_fd, argument
697 copy_file_impl_default(FileDescriptor& read_fd, FileDescriptor& write_fd, error_code& ec) argument
/freebsd-12-stable/contrib/googletest/googletest/src/
H A Dgtest-death-test.cc416 int write_fd() const { return write_fd_; } function in class:testing::internal::DeathTestImpl
1498 const int write_fd = local
1526 int write_fd = -1; local
[all...]

Completed in 156 milliseconds