Postfix3.3.1
データ構造 | マクロ定義 | 関数
local_expand.c ファイル
#include <sys_defs.h>
#include <string.h>
#include <vstring.h>
#include <mac_expand.h>
#include <mail_params.h>
#include "local.h"

[ソースコード]

データ構造

struct  LOCAL_EXP
 

マクロ定義

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

関数

int local_expand (VSTRING *result, const char *pattern, LOCAL_STATE *state, USER_ATTR *usr_attr, const char *filter)
 

マクロ定義詳解

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

関数詳解

int local_expand ( VSTRING result,
const char *  pattern,
LOCAL_STATE state,
USER_ATTR usr_attr,
const char *  filter 
)

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