Postfix3.3.1
マクロ定義 | 関数
mailbox.c ファイル
#include <sys_defs.h>
#include <sys/stat.h>
#include <fcntl.h>
#include <string.h>
#include <unistd.h>
#include <errno.h>
#include <msg.h>
#include <htable.h>
#include <vstring.h>
#include <vstream.h>
#include <mymalloc.h>
#include <stringops.h>
#include <set_eugid.h>
#include <warn_stat.h>
#include <mail_copy.h>
#include <defer.h>
#include <sent.h>
#include <mypwd.h>
#include <been_here.h>
#include <mail_params.h>
#include <deliver_pass.h>
#include <mbox_open.h>
#include <maps.h>
#include <dsn_util.h>
#include "local.h"
#include "biff_notify.h"

[ソースコード]

マクロ定義

#define YES   1
 
#define NO   0
 
#define LAST_CHAR(s)   (s[strlen(s) - 1])
 

関数

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

マクロ定義詳解

#define LAST_CHAR (   s)    (s[strlen(s) - 1])
#define NO   0

mailbox.c85 行目に定義があります。

#define YES   1

mailbox.c84 行目に定義があります。

関数詳解

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

mailbox.c250 行目に定義があります。