Postfix3.3.1
全て データ構造 ファイル 関数 変数 型定義 マクロ定義
マクロ定義 | 関数
tlsmgr.c ファイル
#include <sys_defs.h>
#include <sys/stat.h>
#include <stdlib.h>
#include <unistd.h>
#include <ctype.h>
#include <errno.h>
#include <string.h>
#include <sys/time.h>
#include <limits.h>
#include <msg.h>
#include <events.h>
#include <stringops.h>
#include <mymalloc.h>
#include <iostuff.h>
#include <vstream.h>
#include <vstring.h>
#include <vstring_vstream.h>
#include <attr.h>
#include <set_eugid.h>
#include <htable.h>
#include <warn_stat.h>
#include <mail_conf.h>
#include <mail_params.h>
#include <mail_version.h>
#include <mail_proto.h>
#include <data_redirect.h>
#include <master_proto.h>
#include <mail_server.h>

[ソースコード]

マクロ定義

#define UCHAR_MAX   0xff
 

関数

int main (int argc, char **argv)
 

マクロ定義詳解

#define UCHAR_MAX   0xff

tlsmgr.c192 行目に定義があります。

関数詳解

int main ( int  argc,
char **  argv 
)

tlsmgr.c1081 行目に定義があります。