Postfix3.3.1
|
#include <sys_defs.h>
#include <string.h>
#include <stdlib.h>
#include <stdarg.h>
#include <msg.h>
#include <mymalloc.h>
#include <vstring.h>
#include <argv.h>
#include <vstream.h>
#include <readlline.h>
#include <stringops.h>
#include <split_at.h>
#include <mail_params.h>
#include <master_proto.h>
#include <postconf.h>
データ構造 | |
struct | PCF_MASTER_FLD_REQ |
マクロ定義 | |
#define | STR(x) vstring_str(x) |
#define | ADD_TEXT(text, len) |
#define | ADD_SPACE ADD_TEXT(" ", 1) |
#define | ADD_CHAR(ch) ADD_TEXT((ch), 1) |
関数 | |
void | pcf_free_master_entry (PCF_MASTER_ENT *masterp) |
const char * | pcf_parse_master_entry (PCF_MASTER_ENT *masterp, const char *buf) |
void | pcf_read_master (int fail_on_open_error) |
void | pcf_print_master_entry (VSTREAM *fp, int mode, PCF_MASTER_ENT *masterp) |
void | pcf_show_master_entries (VSTREAM *fp, int mode, int argc, char **argv) |
void | pcf_show_master_fields (VSTREAM *fp, int mode, int argc, char **argv) |
void | pcf_edit_master_field (PCF_MASTER_ENT *masterp, int field, const char *new_value) |
void | pcf_show_master_params (VSTREAM *fp, int mode, int argc, char **argv) |
void | pcf_edit_master_param (PCF_MASTER_ENT *masterp, int mode, const char *param_name, const char *param_value) |
変数 | |
const char | pcf_daemon_options_expecting_value [] = "o" |
#define ADD_CHAR | ( | ch | ) | ADD_TEXT((ch), 1) |
#define ADD_SPACE ADD_TEXT(" ", 1) |
#define ADD_TEXT | ( | text, | |
len | |||
) |
#define STR | ( | x | ) | vstring_str(x) |
postconf_master.c の 198 行目に定義があります。
void pcf_edit_master_field | ( | PCF_MASTER_ENT * | masterp, |
int | field, | ||
const char * | new_value | ||
) |
postconf_master.c の 845 行目に定義があります。
void pcf_edit_master_param | ( | PCF_MASTER_ENT * | masterp, |
int | mode, | ||
const char * | param_name, | ||
const char * | param_value | ||
) |
postconf_master.c の 1019 行目に定義があります。
void pcf_free_master_entry | ( | PCF_MASTER_ENT * | masterp | ) |
postconf_master.c の 349 行目に定義があります。
const char* pcf_parse_master_entry | ( | PCF_MASTER_ENT * | masterp, |
const char * | buf | ||
) |
postconf_master.c の 365 行目に定義があります。
void pcf_print_master_entry | ( | VSTREAM * | fp, |
int | mode, | ||
PCF_MASTER_ENT * | masterp | ||
) |
postconf_master.c の 468 行目に定義があります。
void pcf_read_master | ( | int | fail_on_open_error | ) |
postconf_master.c の 408 行目に定義があります。
postconf_master.c の 600 行目に定義があります。
postconf_master.c の 775 行目に定義があります。
postconf_master.c の 951 行目に定義があります。
const char pcf_daemon_options_expecting_value[] = "o" |
postconf_master.c の 172 行目に定義があります。