HomeSort by: relevance | last modified time | path
    Searched defs:vstream_popen (Results 1 - 2 of 2) sorted by relevancy

  /src/external/ibm-public/postfix/dist/src/util/
vstream_popen.c 1 /* $NetBSD: vstream_popen.c,v 1.2 2017/02/14 01:16:49 christos Exp $ */
5 /* vstream_popen 3
11 /* VSTREAM *vstream_popen(flags, key, value, ...)
18 /* vstream_popen() opens a one-way or two-way stream to a user-specified
22 /* socketpair or other suitable local IPC. vstream_popen() takes a list
61 /* returned by vstream_popen() or that is no longer open.
65 /* vstream_popen() returns a null pointer in case of trouble.
193 /* vstream_popen - open stream to child process */
195 VSTREAM *vstream_popen(int flags,...) function
197 const char *myname = "vstream_popen";
    [all...]
vstream_popen.c 1 /* $NetBSD: vstream_popen.c,v 1.2 2017/02/14 01:16:49 christos Exp $ */
5 /* vstream_popen 3
11 /* VSTREAM *vstream_popen(flags, key, value, ...)
18 /* vstream_popen() opens a one-way or two-way stream to a user-specified
22 /* socketpair or other suitable local IPC. vstream_popen() takes a list
61 /* returned by vstream_popen() or that is no longer open.
65 /* vstream_popen() returns a null pointer in case of trouble.
193 /* vstream_popen - open stream to child process */
195 VSTREAM *vstream_popen(int flags,...) function
197 const char *myname = "vstream_popen";
    [all...]

Completed in 32 milliseconds