|
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 <attr.h>#include <base64_code.h>マクロ定義 | |
| #define | STR(x) vstring_str(x) |
| #define | LEN(x) VSTRING_LEN(x) |
関数 | |
| int | attr_vprint0 (VSTREAM *fp, int flags, va_list ap) |
| int | attr_print0 (VSTREAM *fp, int flags,...) |
| #define LEN | ( | x | ) | VSTRING_LEN(x) |
attr_print0.c の 106 行目に定義があります。
| #define STR | ( | x | ) | vstring_str(x) |
attr_print0.c の 105 行目に定義があります。
attr_print0.c の 203 行目に定義があります。
attr_print0.c の 110 行目に定義があります。
1.8.9.1