syslog_data 148 sys/syslog.h struct syslog_data {
syslog_data 202 sys/syslog.h void closelog_r(struct syslog_data *);
syslog_data 203 sys/syslog.h void openlog_r(const char *, int, int, struct syslog_data *);
syslog_data 204 sys/syslog.h int setlogmask_r(int, struct syslog_data *);
syslog_data 205 sys/syslog.h void syslog_r(int, struct syslog_data *, const char *, ...)
syslog_data 207 sys/syslog.h void vsyslog_r(int, struct syslog_data *, const char *, __va_list);