Postfix3.3.1
データ構造 | 関数
spawn_command.c ファイル
#include <sys_defs.h>
#include <sys/wait.h>
#include <signal.h>
#include <unistd.h>
#include <errno.h>
#include <stdarg.h>
#include <stdlib.h>
#include <syslog.h>
#include <msg.h>
#include <timed_wait.h>
#include <set_ugid.h>
#include <argv.h>
#include <spawn_command.h>
#include <exec_command.h>
#include <clean_env.h>

[ソースコード]

データ構造

struct  spawn_args
 

関数

WAIT_STATUS_T spawn_command (int key,...)
 

関数詳解

WAIT_STATUS_T spawn_command ( int  key,
  ... 
)

spawn_command.c201 行目に定義があります。