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

/freebsd-11-stable/contrib/ntp/lib/isc/win32/
H A Dsyslog.h31 #define LOG_MAIL 0 macro
H A Dsyslog.c43 { LOG_MAIL, "mail" },
/freebsd-11-stable/contrib/ntp/lib/isc/unix/
H A Dsyslog.c38 { LOG_MAIL, "mail" },
/freebsd-11-stable/sys/sys/
H A Dsyslog.h92 #define LOG_MAIL (2<<3) /* mail system */ macro
134 { "mail", LOG_MAIL, },
/freebsd-11-stable/contrib/libxo/tests/core/
H A Dtest_11.c81 xo_syslog(LOG_INFO | LOG_MAIL, "animal-consumed",
/freebsd-11-stable/contrib/tcp_wrappers/
H A Dmiscd.c64 #ifdef LOG_MAIL
H A Dtcpd.c77 #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-11-stable/contrib/dma/
H A Ddma-mbox-create.c94 openlog("dma-mbox-create", 0, LOG_MAIL);
H A Dutil.c135 openlog(tag, 0, LOG_MAIL);
/freebsd-11-stable/contrib/ipfilter/lib/
H A Dfacpri.c36 { "mail", LOG_MAIL }, { "daemon", LOG_DAEMON },
/freebsd-11-stable/contrib/sendmail/smrsh/
H A Dsmrsh.c156 # ifndef LOG_MAIL
159 openlog("smrsh", LOG_ODELAY|LOG_CONS, LOG_MAIL);
/freebsd-11-stable/usr.sbin/mailwrapper/
H A Dmailwrapper.c116 openlog(getprogname(), LOG_PID, LOG_MAIL); local
/freebsd-11-stable/contrib/amd/libamu/
H A Dxutil.c759 #ifdef LOG_MAIL
761 return LOG_MAIL;
762 #endif /* not LOG_MAIL */
/freebsd-11-stable/contrib/sendmail/vacation/
H A Dvacation.c179 # ifdef LOG_MAIL
180 openlog("vacation", LOG_PID, LOG_MAIL);
/freebsd-11-stable/contrib/sendmail/mail.local/
H A Dmail.local.c225 # ifdef LOG_MAIL
226 openlog("mail.local", 0, LOG_MAIL);
/freebsd-11-stable/contrib/sendmail/src/
H A Dmain.c286 # ifdef LOG_MAIL
287 openlog(SM_LOG_STR, LOG_PID, LOG_MAIL);
515 # ifdef LOG_MAIL
516 openlog(sysloglabel, LOG_PID, LOG_MAIL);
/freebsd-11-stable/contrib/ipfilter/tools/
H A Dipf_y.y1646 | IPFY_FAC_MAIL { $$ = LOG_MAIL; }

Completed in 160 milliseconds