syslog_data
struct syslog_data SyslogData = SYSLOG_DATA_INIT;
syslogp_r(int priority, struct syslog_data *data, const char *msgid,
vsyslogp_r(int priority, struct syslog_data *data, const char *msgid,
syslogp_ss(int priority, struct syslog_data *data, const char *msgid,
vsyslogp_ss(int priority, struct syslog_data *data, const char *msgid,
syslog_ss(int priority, struct syslog_data *data, const char *fmt, ...)
vsyslog_ss(int priority, struct syslog_data *data, const char *fmt, va_list ap)
syslog_r(int priority, struct syslog_data *data, const char *fmt, ...)
vsyslog_r(int priority, struct syslog_data *data, const char *fmt, va_list ap)
closelog_r(struct syslog_data *data)
setlogmask_r(int maskpri, struct syslog_data *data)
openlog_r(const char *id, int logopt, int facility, struct syslog_data *data)
struct syslog_data data = SYSLOG_DATA_INIT;
struct syslog_data data = SYSLOG_DATA_INIT;
struct syslog_data data = SYSLOG_DATA_INIT;
struct syslog_data data = SYSLOG_DATA_INIT;
struct syslog_data data = SYSLOG_DATA_INIT;
struct syslog_data data = SYSLOG_DATA_INIT;
syslog_data_convert(struct syslog_data *d, const struct syslog_data60 *s)
struct syslog_data data = SYSLOG_DATA_INIT;
struct syslog_data sdata = SYSLOG_DATA_INIT;
lock(const struct syslog_data *data)
unlock(const struct syslog_data *data)
openlog_r(const char *ident, int logstat, int logfac, struct syslog_data *data)
closelog_r(struct syslog_data *data)
vsyslogp_r(int pri, struct syslog_data *data, const char *msgid,
syslog_r(int pri, struct syslog_data *data, const char *fmt, ...)
syslogp_r(int pri, struct syslog_data *data, const char *msgid,
vsyslog_r(int pri, struct syslog_data *data, const char *fmt, va_list ap)
static struct syslog_data _syslog_data = SYSLOG_DATA_INIT;
int (*lock)(const struct syslog_data *);
int (*unlock)(const struct syslog_data *);
void _vxsyslogp_r(int, struct syslog_fun *, struct syslog_data *,
void _openlog_unlocked_r(const char *, int, int, struct syslog_data *);
void _closelog_unlocked_r(struct syslog_data *);
vsyslog_ss(int pri, struct syslog_data *data, const char *fmt, va_list ap)
vsyslogp_ss(int pri, struct syslog_data *data, const char *msgid,
lock_ss(const struct syslog_data *data __unused)
unlock_ss(const struct syslog_data *data __unused)
syslog_ss(int pri, struct syslog_data *data, const char *fmt, ...)
syslogp_ss(int pri, struct syslog_data *data, const char *msgid,
struct syslog_data *data)
_closelog_unlocked_r(struct syslog_data *data)
struct syslog_data *data, const char *msgid,
struct syslog_data *data, const char *msgid,
setlogmask_r(int pmask, struct syslog_data *data)
disconnectlog_r(struct syslog_data *data)
connectlog_r(struct syslog_data *data)
struct syslog_data sdata = SYSLOG_DATA_INIT;
struct syslog_data sd = SYSLOG_DATA_INIT;
struct syslog_data sd = SYSLOG_DATA_INIT;
struct syslog_data *datap)
struct syslog_data *datap)
struct syslog_data auth_data = SYSLOG_DATA_INIT;
static void log_krb5(krb5_context, krb5_error_code, struct syslog_data *,
const char **, krb5_principal *, char[static BUFSIZ], struct syslog_data *);
struct syslog_data *data, const char *fmt, ...)
const char *, krb5_principal, char[static BUFSIZ], struct syslog_data *);
const char *, krb5_principal, char[static BUFSIZ], struct syslog_data *);
struct syslog_data *datap)
struct syslog_data data = SYSLOG_DATA_INIT;
struct syslog_data data = SYSLOG_DATA_INIT;
struct syslog_data data = SYSLOG_DATA_INIT;
struct syslog_data data = SYSLOG_DATA_INIT;
struct syslog_data;
void __closelog_r60(struct syslog_data *);
void __openlog_r60(const char *, int, int, struct syslog_data *);
int __setlogmask_r60(int, struct syslog_data *);
void __syslog_r60(int, struct syslog_data *, const char *, ...)
void __vsyslog_r60(int, struct syslog_data *, const char *, __va_list)
void __syslogp_r60(int, struct syslog_data *, const char *, const char *,
void __vsyslogp_r60(int, struct syslog_data *, const char *, const char *,
void closelog_r(struct syslog_data *) __RENAME(__closelog_r60);
void openlog_r(const char *, int, int, struct syslog_data *)
int setlogmask_r(int, struct syslog_data *) __RENAME(__setlogmask_r60);
void syslog_r(int, struct syslog_data *, const char *, ...)
void vsyslog_r(int, struct syslog_data *, const char *, __va_list)
void syslogp_r(int, struct syslog_data *, const char *, const char *,
void vsyslogp_r(int, struct syslog_data *, const char *, const char *,
void syslog_ss(int, struct syslog_data *, const char *, ...)
void vsyslog_ss(int, struct syslog_data *, const char *, va_list)
void syslogp_ss(int, struct syslog_data *, const char *, const char *,
void vsyslogp_ss(int, struct syslog_data *, const char *, const char *,