Postfix3.3.1
|
#include <sys_defs.h>
#include <stdlib.h>
#include <stdarg.h>
#include <errno.h>
#include <syslog.h>
#include <string.h>
#include <time.h>
#include "vstring.h"
#include "stringops.h"
#include "msg.h"
#include "msg_output.h"
#include "msg_syslog.h"
#include "safe.h"
データ構造 | |
struct | facility_list |
マクロ定義 | |
#define | MSG_SYSLOG_RECLEN 2000 |
関数 | |
void | msg_syslog_init (const char *name, int logopt, int facility) |
int | msg_syslog_facility (const char *facility_name) |
#define MSG_SYSLOG_RECLEN 2000 |
msg_syslog.c の 72 行目に定義があります。
int msg_syslog_facility | ( | const char * | facility_name | ) |
msg_syslog.c の 198 行目に定義があります。
msg_syslog.c の 173 行目に定義があります。