Searched refs:VSTREAM_POPEN_COMMAND (Results 1 - 3 of 3) sorted by relevance

/netbsd-6-1-5-RELEASE/external/ibm-public/postfix/dist/src/util/
H A Dvstream.h148 #define VSTREAM_POPEN_COMMAND 1 /* command is string */ macro
H A Dvstream_popen.c27 /* .IP "VSTREAM_POPEN_COMMAND (char *)"
32 /* One of VSTREAM_POPEN_COMMAND or VSTREAM_POPEN_ARGV must be specified.
36 /* One of VSTREAM_POPEN_COMMAND or VSTREAM_POPEN_ARGV must be specified.
52 /* VSTREAM_POPEN_COMMAND. This shell is invoked regardless of the
152 msg_panic("%s: got VSTREAM_POPEN_ARGV and VSTREAM_POPEN_COMMAND", myname);
155 case VSTREAM_POPEN_COMMAND:
157 msg_panic("%s: got VSTREAM_POPEN_ARGV and VSTREAM_POPEN_COMMAND", myname);
186 msg_panic("%s: missing VSTREAM_POPEN_ARGV or VSTREAM_POPEN_COMMAND", myname);
/netbsd-6-1-5-RELEASE/external/ibm-public/postfix/dist/src/global/
H A Dmail_stream.c484 VSTREAM_POPEN_COMMAND, command,

Completed in 126 milliseconds