| 
    Postfix3.3.1
    
   | 
 
#include <sys_defs.h>#include <string.h>#include <ctype.h>#include "msg.h"#include "vstring.h"#include "xtext.h"マクロ定義 | |
| #define | STR(x) vstring_str(x) | 
| #define | LEN(x) VSTRING_LEN(x) | 
関数 | |
| VSTRING * | xtext_quote_append (VSTRING *quoted, const char *unquoted, const char *special) | 
| VSTRING * | xtext_quote (VSTRING *quoted, const char *unquoted, const char *special) | 
| VSTRING * | xtext_unquote_append (VSTRING *unquoted, const char *quoted) | 
| VSTRING * | xtext_unquote (VSTRING *unquoted, const char *quoted) | 
| #define LEN | ( | x | ) | VSTRING_LEN(x) | 
| #define STR | ( | x | ) | vstring_str(x) | 
 1.8.9.1