Postfix3.3.1
マクロ定義 | 関数
postconf_print.c ファイル
#include <sys_defs.h>
#include <string.h>
#include <stdarg.h>
#include <msg.h>
#include <vstream.h>
#include <vstring.h>
#include <postconf.h>

[ソースコード]

マクロ定義

#define STR(x)   vstring_str(x)
 

関数

void pcf_print_line (VSTREAM *fp, int mode, const char *fmt,...)
 

マクロ定義詳解

#define STR (   x)    vstring_str(x)

postconf_print.c60 行目に定義があります。

関数詳解

void pcf_print_line ( VSTREAM fp,
int  mode,
const char *  fmt,
  ... 
)

postconf_print.c64 行目に定義があります。