Postfix3.3.1
データ構造 | 関数 | 変数
spawn.c ファイル
#include <sys_defs.h>
#include <sys/wait.h>
#include <unistd.h>
#include <stdlib.h>
#include <string.h>
#include <pwd.h>
#include <grp.h>
#include <fcntl.h>
#include <msg.h>
#include <argv.h>
#include <dict.h>
#include <mymalloc.h>
#include <spawn_command.h>
#include <split_at.h>
#include <timed_wait.h>
#include <set_eugid.h>
#include <mail_version.h>
#include <mail_params.h>
#include <mail_server.h>
#include <mail_conf.h>
#include <mail_parm_split.h>

[ソースコード]

データ構造

struct  SPAWN_ATTR
 

関数

int main (int argc, char **argv)
 

変数

int var_command_maxtime
 
 MAIL_VERSION_STAMP_DECLARE
 

関数詳解

int main ( int  argc,
char **  argv 
)

spawn.c354 行目に定義があります。

変数詳解

MAIL_VERSION_STAMP_DECLARE

spawn.c350 行目に定義があります。

int var_command_maxtime

spawn.c174 行目に定義があります。