Postfix3.3.1
|
#include <sys_defs.h>
#include <string.h>
#include <ctype.h>
#include <unicode/ucasemap.h>
#include <unicode/ustring.h>
#include <unicode/uchar.h>
#include <msg.h>
#include <stringops.h>
マクロ定義 | |
#define | STR(x) vstring_str(x) |
#define | LEN(x) VSTRING_LEN(x) |
関数 | |
char * | casefoldx (int flags, VSTRING *dest, const char *src, ssize_t len) |
#define LEN | ( | x | ) | VSTRING_LEN(x) |
casefold.c の 110 行目に定義があります。
#define STR | ( | x | ) | vstring_str(x) |
casefold.c の 109 行目に定義があります。
casefold.c の 114 行目に定義があります。