|
Postfix3.3.1
|
#include <sys_defs.h>#include <string.h>#include <ctype.h>#include "msg.h"#include "vstring.h"#include "uxtext.h"マクロ定義 | |
| #define | STR(x) vstring_str(x) |
| #define | LEN(x) VSTRING_LEN(x) |
関数 | |
| VSTRING * | uxtext_quote_append (VSTRING *quoted, const char *unquoted, const char *special) |
| VSTRING * | uxtext_quote (VSTRING *quoted, const char *unquoted, const char *special) |
| VSTRING * | uxtext_unquote_append (VSTRING *unquoted, const char *quoted) |
| VSTRING * | uxtext_unquote (VSTRING *unquoted, const char *quoted) |
| #define LEN | ( | x | ) | VSTRING_LEN(x) |
| #define STR | ( | x | ) | vstring_str(x) |
1.8.9.1