|
Postfix3.3.1
|
#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, | |
| 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 | ||
| ) |
local_expand.c の 166 行目に定義があります。
1.8.9.1