|
Postfix3.3.1
|
#include <vstring.h>データ構造 | |
| struct | DSN_STAT |
| struct | DSN_SPLIT |
マクロ定義 | |
| #define | DSN_DIGS1 1 /* leading digits */ |
| #define | DSN_DIGS2 3 /* middle digits */ |
| #define | DSN_DIGS3 3 /* trailing digits */ |
| #define | DSN_LEN (DSN_DIGS1 + 1 + DSN_DIGS2 + 1 + DSN_DIGS3) |
| #define | DSN_SIZE (DSN_LEN + 1) |
| #define | DSN_UPDATE(dsn_buf, dsn, len) |
| #define | DSN_STATUS(dsn_buf) ((const char *) (dsn_buf).data) |
| #define | DSN_CLASS(dsn_buf) ((dsn_buf).data[0]) |
関数 | |
| DSN_SPLIT * | dsn_split (DSN_SPLIT *, const char *, const char *) |
| size_t | dsn_valid (const char *) |
| char * | dsn_prepend (const char *, const char *) |
| #define DSN_CLASS | ( | dsn_buf | ) | ((dsn_buf).data[0]) |
dsn_util.h の 48 行目に定義があります。
| #define DSN_DIGS1 1 /* leading digits */ |
dsn_util.h の 22 行目に定義があります。
| #define DSN_DIGS2 3 /* middle digits */ |
dsn_util.h の 23 行目に定義があります。
| #define DSN_DIGS3 3 /* trailing digits */ |
dsn_util.h の 24 行目に定義があります。
dsn_util.h の 25 行目に定義があります。
| #define DSN_SIZE (DSN_LEN + 1) |
dsn_util.h の 26 行目に定義があります。
| #define DSN_STATUS | ( | dsn_buf | ) | ((const char *) (dsn_buf).data) |
dsn_util.h の 46 行目に定義があります。
| #define DSN_UPDATE | ( | dsn_buf, | |
| dsn, | |||
| len | |||
| ) |
dsn_util.h の 38 行目に定義があります。
| char* dsn_prepend | ( | const char * | , |
| const char * | |||
| ) |
dsn_util.c の 177 行目に定義があります。
dsn_util.c の 138 行目に定義があります。
| size_t dsn_valid | ( | const char * | ) |
dsn_util.c の 112 行目に定義があります。
1.8.9.1