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

  /src/external/ibm-public/postfix/dist/src/util/
vstream_popen.c 15 /* int vstream_pclose(stream)
56 /* vstream_pclose() is called.
59 /* vstream_pclose() closes the named stream and returns the child
69 /* vstream_pclose() returns -1 in case of trouble.
279 /* vstream_pclose - close stream to child process */
281 int vstream_pclose(VSTREAM *stream) function
292 msg_panic("vstream_pclose: stream has no process");
359 if ((status = vstream_pclose(stream)) != 0)

Completed in 1190 milliseconds