Searched refs:LOG_MAIL (Results 1 - 14 of 14) sorted by relevance

/freebsd-current/sys/sys/
H A Dsyslog.h90 #define LOG_MAIL (2<<3) /* mail system */ macro
132 { "mail", LOG_MAIL, },
/freebsd-current/contrib/libxo/tests/core/
H A Dtest_11.c82 xo_syslog(LOG_INFO | LOG_MAIL, "animal-consumed",
/freebsd-current/contrib/tcp_wrappers/
H A Dmiscd.c62 #ifdef LOG_MAIL
H A Dtcpd.c75 #ifdef LOG_MAIL
H A DMakefile540 FACILITY= LOG_MAIL # LOG_MAIL is what most sendmail daemons use
776 lint -DFACILITY=LOG_MAIL -DHOSTS_ACCESS -DPARANOID -DNETGROUP \
788 lint -DFACILITY=LOG_MAIL -DHOSTS_ACCESS -DPARANOID -DNETGROUP \
800 lint -DFACILITY=LOG_MAIL -DSEVERITY=$(SEVERITY) -DHOSTS_ACCESS \
809 lint -DFACILITY=LOG_MAIL -DSEVERITY=$(SEVERITY) -DHOSTS_ACCESS \
822 lint -DFACILITY=LOG_MAIL -DHOSTS_ACCESS -DPARANOID -DNETGROUP \
831 lint -DFACILITY=LOG_MAIL -DSEVERITY=$(SEVERITY) -DHOSTS_ACCESS \
/freebsd-current/sbin/ipf/libipf/
H A Dfacpri.c32 { "mail", LOG_MAIL }, { "daemon", LOG_DAEMON },
/freebsd-current/contrib/dma/
H A Ddma-mbox-create.c110 openlog("dma-mbox-create", LOG_NDELAY, LOG_MAIL);
H A Dutil.c156 openlog(tag, 0, LOG_MAIL);
/freebsd-current/contrib/sendmail/smrsh/
H A Dsmrsh.c156 # ifndef LOG_MAIL
159 openlog("smrsh", LOG_ODELAY|LOG_CONS, LOG_MAIL);
/freebsd-current/usr.sbin/mailwrapper/
H A Dmailwrapper.c115 openlog(getprogname(), LOG_PID, LOG_MAIL); local
/freebsd-current/contrib/sendmail/mail.local/
H A Dmail.local.c226 #ifdef LOG_MAIL
227 openlog("mail.local", 0, LOG_MAIL);
/freebsd-current/contrib/sendmail/vacation/
H A Dvacation.c177 #ifdef LOG_MAIL
178 openlog("vacation", LOG_PID, LOG_MAIL);
/freebsd-current/contrib/sendmail/src/
H A Dmain.c297 # ifdef LOG_MAIL
298 openlog(SM_LOG_STR, LOG_PID, LOG_MAIL);
527 # ifdef LOG_MAIL
528 openlog(sysloglabel, LOG_PID, LOG_MAIL);
/freebsd-current/sbin/ipf/common/
H A Dipf_y.y1645 | IPFY_FAC_MAIL { $$ = LOG_MAIL; }

Completed in 175 milliseconds