Postfix3.3.1
マクロ定義 | 関数
dotforward.c ファイル
#include <sys_defs.h>
#include <sys/stat.h>
#include <unistd.h>
#include <errno.h>
#include <fcntl.h>
#include <string.h>
#include <msg.h>
#include <vstring.h>
#include <vstream.h>
#include <htable.h>
#include <open_as.h>
#include <lstat_as.h>
#include <iostuff.h>
#include <stringops.h>
#include <mymalloc.h>
#include <mac_expand.h>
#include <mypwd.h>
#include <bounce.h>
#include <defer.h>
#include <been_here.h>
#include <mail_params.h>
#include <mail_conf.h>
#include <ext_prop.h>
#include <sent.h>
#include <dsn_mask.h>
#include <trace.h>
#include "local.h"

[ソースコード]

マクロ定義

#define NO   0
 
#define YES   1
 

関数

int deliver_dotforward (LOCAL_STATE state, USER_ATTR usr_attr, int *statusp)
 

マクロ定義詳解

#define NO   0

dotforward.c90 行目に定義があります。

#define YES   1

dotforward.c91 行目に定義があります。

関数詳解

int deliver_dotforward ( LOCAL_STATE  state,
USER_ATTR  usr_attr,
int statusp 
)

dotforward.c95 行目に定義があります。