Postfix3.3.1
マクロ定義 | 関数 | 変数
postdrop.c ファイル
#include <sys_defs.h>
#include <sys/stat.h>
#include <unistd.h>
#include <stdlib.h>
#include <stdio.h>
#include <string.h>
#include <signal.h>
#include <syslog.h>
#include <errno.h>
#include <warn_stat.h>
#include <msg.h>
#include <mymalloc.h>
#include <vstream.h>
#include <vstring.h>
#include <msg_vstream.h>
#include <msg_syslog.h>
#include <argv.h>
#include <iostuff.h>
#include <stringops.h>
#include <mail_proto.h>
#include <mail_queue.h>
#include <mail_params.h>
#include <mail_version.h>
#include <mail_conf.h>
#include <mail_task.h>
#include <clean_env.h>
#include <mail_stream.h>
#include <cleanup_user.h>
#include <record.h>
#include <rec_type.h>
#include <mail_dict.h>
#include <user_acl.h>
#include <rec_attr_map.h>
#include <mail_parm_split.h>

[ソースコード]

マクロ定義

#define STREQ(x, y)   (strcmp(x,y) == 0)
 

関数

int main (int argc, char **argv)
 

変数

char * var_submit_acl
 
 MAIL_VERSION_STAMP_DECLARE
 

マクロ定義詳解

#define STREQ (   x,
 
)    (strcmp(x,y) == 0)

関数詳解

int main ( int  argc,
char **  argv 
)

postdrop.c222 行目に定義があります。

変数詳解

MAIL_VERSION_STAMP_DECLARE

postdrop.c218 行目に定義があります。

char* var_submit_acl

postdrop.c166 行目に定義があります。