Postfix3.3.1
マクロ定義 | 関数
name_mask.c ファイル
#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.c202 行目に定義があります。

関数詳解

long long_name_mask_delim_opt ( const char *  context,
const LONG_NAME_MASK table,
const char *  names,
const char *  delim,
int  flags 
)

name_mask.c318 行目に定義があります。

int name_mask_delim_opt ( const char *  context,
const NAME_MASK table,
const char *  names,
const char *  delim,
int  flags 
)

name_mask.c206 行目に定義があります。

const char* str_long_name_mask_opt ( VSTRING buf,
const char *  context,
const LONG_NAME_MASK table,
long  mask,
int  flags 
)

name_mask.c380 行目に定義があります。

const char* str_name_mask_opt ( VSTRING buf,
const char *  context,
const NAME_MASK table,
int  mask,
int  flags 
)

name_mask.c265 行目に定義があります。