|
Postfix3.3.1
|
#include <sys_defs.h>#include <string.h>#include <errno.h>#include <stdlib.h>#include <msg.h>#include <mymalloc.h>#include <stringops.h>#include <name_mask.h>#include <vstring.h>マクロ定義 | |
| #define | STR(x) vstring_str(x) |
関数 | |
| int | name_mask_delim_opt (const char *context, const NAME_MASK *table, const char *names, const char *delim, int flags) |
| const char * | str_name_mask_opt (VSTRING *buf, const char *context, const NAME_MASK *table, int mask, int flags) |
| long | long_name_mask_delim_opt (const char *context, const LONG_NAME_MASK *table, const char *names, const char *delim, int flags) |
| const char * | str_long_name_mask_opt (VSTRING *buf, const char *context, const LONG_NAME_MASK *table, long mask, int flags) |
| #define STR | ( | x | ) | vstring_str(x) |
name_mask.c の 202 行目に定義があります。
| long long_name_mask_delim_opt | ( | const char * | context, |
| const LONG_NAME_MASK * | table, | ||
| const char * | names, | ||
| const char * | delim, | ||
| int | flags | ||
| ) |
name_mask.c の 318 行目に定義があります。
| int name_mask_delim_opt | ( | const char * | context, |
| const NAME_MASK * | table, | ||
| const char * | names, | ||
| const char * | delim, | ||
| int | flags | ||
| ) |
name_mask.c の 206 行目に定義があります。
| const char* str_long_name_mask_opt | ( | VSTRING * | buf, |
| const char * | context, | ||
| const LONG_NAME_MASK * | table, | ||
| long | mask, | ||
| int | flags | ||
| ) |
name_mask.c の 380 行目に定義があります。
1.8.9.1