Home
last modified time | relevance | path

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

/netbsd/src/external/ibm-public/postfix/dist/src/util/
Dspawn_command.h25 #define SPAWN_CMD_STDIN 3 /* mail_copy() flags */ macro
39 #define CA_SPAWN_CMD_STDIN(v) SPAWN_CMD_STDIN, CHECK_VAL(CA_SPAWN_CMD, int, (v))
Dspawn_command.c160 case SPAWN_CMD_STDIN: in get_spawn_args()