Searched refs:stream_connect (Results 1 - 9 of 9) sorted by relevance

/macosx-10.10/postfix-255/postfix/src/util/
H A Dconnect.h24 extern int stream_connect(const char *, int, int);
H A Dstream_connect.c3 /* stream_connect 3
9 /* int stream_connect(path, block_mode, timeout)
14 /* stream_connect() connects to a stream listener for the specified
60 /* stream_connect - connect to stream listener */
62 int stream_connect(const char *path, int block_mode, int unused_timeout) function
65 const char *myname = "stream_connect";
H A Dstream_send_fd.c95 server_sock = stream_connect(endpoint, BLOCKING, 0);
H A Dstream_test.c78 if ((client_fd = stream_connect(FIFO, 0, 0)) < 0)
H A Dstream_trigger.c35 /* stream_connect(3), stream client
101 if ((fd = stream_connect(service, BLOCKING, timeout)) < 0) {
H A Dsys_defs.h450 #define LOCAL_CONNECT stream_connect
/macosx-10.10/bind9-45.101/bind9/unit/atf-src/atf-c++/detail/
H A Dprocess.hpp127 class stream_connect : basic_stream { class in namespace:atf::process
136 stream_connect(const int, const int);
H A Dprocess.cpp202 impl::stream_connect::stream_connect(const int src_fd, const int tgt_fd) function in class:impl::stream_connect
/macosx-10.10/bind9-45.101/bind9/unit/atf-src/atf-sh/
H A Datf-check.cpp448 atf::process::stream_connect(STDOUT_FILENO,

Completed in 200 milliseconds