Home
last modified time | relevance | path

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

/netbsd/src/external/ibm-public/postfix/dist/src/util/
Dspawn_command.h23 #define SPAWN_CMD_ARGV 1 /* command is array */ macro
37 #define CA_SPAWN_CMD_ARGV(v) SPAWN_CMD_ARGV, CHECK_PPTR(CA_SPAWN_CMD, char, (v))
Dspawn_command.c148 case SPAWN_CMD_ARGV: in get_spawn_args()