Postfix3.3.1
マクロ定義 | 関数 | 変数
postalias.c ファイル
#include <sys_defs.h>
#include <sys/stat.h>
#include <stdlib.h>
#include <unistd.h>
#include <fcntl.h>
#include <ctype.h>
#include <string.h>
#include <msg.h>
#include <mymalloc.h>
#include <vstring.h>
#include <vstream.h>
#include <msg_vstream.h>
#include <msg_syslog.h>
#include <readlline.h>
#include <stringops.h>
#include <split_at.h>
#include <vstring_vstream.h>
#include <set_eugid.h>
#include <warn_stat.h>
#include <clean_env.h>
#include <tok822.h>
#include <mail_conf.h>
#include <mail_dict.h>
#include <mail_params.h>
#include <mail_version.h>
#include <mkmap.h>
#include <mail_task.h>
#include <dict_proxy.h>
#include <mail_parm_split.h>

[ソースコード]

マクロ定義

#define STR   vstring_str
 
#define LEN   VSTRING_LEN
 
#define POSTALIAS_FLAG_AS_OWNER   (1<<0) /* open dest as owner of source */
 
#define POSTALIAS_FLAG_SAVE_PERM
 

関数

int main (int argc, char **argv)
 

変数

 MAIL_VERSION_STAMP_DECLARE
 

マクロ定義詳解

#define LEN   VSTRING_LEN

postalias.c270 行目に定義があります。

#define POSTALIAS_FLAG_AS_OWNER   (1<<0) /* open dest as owner of source */

postalias.c272 行目に定義があります。

#define POSTALIAS_FLAG_SAVE_PERM
値:
(1<<1) /* copy access permission
* from source */

postalias.c273 行目に定義があります。

#define STR   vstring_str

postalias.c269 行目に定義があります。

関数詳解

int main ( int  argc,
char **  argv 
)

postalias.c694 行目に定義があります。

変数詳解

MAIL_VERSION_STAMP_DECLARE

postalias.c692 行目に定義があります。