Postfix3.3.1
|
#include <sys_defs.h>
#include <stdarg.h>
#include <string.h>
#include <msg.h>
#include <mymalloc.h>
#include <vstream.h>
#include <htable.h>
#include <base64_code.h>
#include <vstring.h>
#include <attr.h>
マクロ定義 | |
#define | STR(x) vstring_str(x) |
#define | LEN(x) VSTRING_LEN(x) |
関数 | |
int | attr_vprint_plain (VSTREAM *fp, int flags, va_list ap) |
int | attr_print_plain (VSTREAM *fp, int flags,...) |
#define LEN | ( | x | ) | VSTRING_LEN(x) |
attr_print_plain.c の 107 行目に定義があります。
#define STR | ( | x | ) | vstring_str(x) |
attr_print_plain.c の 106 行目に定義があります。
attr_print_plain.c の 199 行目に定義があります。
attr_print_plain.c の 111 行目に定義があります。