Postfix3.3.1
|
#include <sys_defs.h>
#include <ctype.h>
#include <string.h>
#include <unistd.h>
#include <mymalloc.h>
#include <mvect.h>
#include "smtpd_token.h"
マクロ定義 | |
#define | ENTER_CHAR(buf, ch) VSTRING_ADDCH(buf, ch); |
#define | LEAVE_CHAR(buf, ch) |
#define | STR(x) vstring_str(x) |
#define | LEN(x) VSTRING_LEN(x) |
#define | STREQ(x, y, l) (strncasecmp((x), (y), (l)) == 0) |
関数 | |
int | smtpd_token (char *cp, SMTPD_TOKEN **argvp) |
#define ENTER_CHAR | ( | buf, | |
ch | |||
) | VSTRING_ADDCH(buf, ch); |
#define LEAVE_CHAR | ( | buf, | |
ch | |||
) |
#define LEN | ( | x | ) | VSTRING_LEN(x) |
#define STR | ( | x | ) | vstring_str(x) |
#define STREQ | ( | x, | |
y, | |||
l | |||
) | (strncasecmp((x), (y), (l)) == 0) |
int smtpd_token | ( | char * | cp, |
SMTPD_TOKEN ** | argvp | ||
) |
smtpd_token.c の 175 行目に定義があります。