Home
last modified time | relevance | path

Searched refs:VSTREAM_POPEN_SHELL (Results 1 – 2 of 2) sorted by relevance

/dports/mail/postfix-current/postfix-3.7-20211107/src/util/
H A Dvstream.h207 #define VSTREAM_POPEN_SHELL 6 /* alternative shell */ macro
218 #define CA_VSTREAM_POPEN_SHELL(v) VSTREAM_POPEN_SHELL, CHECK_CPTR(VSTREAM_PPN, char, (v))
H A Dvstream_popen.c172 case VSTREAM_POPEN_SHELL: in vstream_parse_args()