Home
last modified time | relevance | path

Searched refs:logopt (Results 1 – 5 of 5) sorted by relevance

/openbsd/gnu/usr.bin/perl/cpan/Sys-Syslog/
H A DSyslog.pm203 ($ident, my $logopt, $facility) = @_;
207 $logopt ||= '';
210 for my $opt (split /\b/, $logopt) {
835 my $logopt = 0;
839 $logopt += xlate($opt) if $options{$opt}
842 openlog_xs($ident, $logopt, xlate($facility));
/openbsd/usr.sbin/relayd/
H A Dhce.c200 u_int logopt = RELAYD_OPT_LOGHOSTCHECK; in hce_notify_done() local
250 logopt = RELAYD_OPT_LOGUPDATE; in hce_notify_done()
259 if (env->sc_conf.opts & logopt) { in hce_notify_done()
/openbsd/gnu/usr.bin/cvs/src/
H A Dsanity.sh15239 logopt)
15242 dotest logopt-1 "${testcvs} -q co -l ." ''
15244 dotest logopt-2 "${testcvs} add first-dir" \
15248 dotest logopt-3 "${testcvs} add file1" \
15251 dotest logopt-4 "${testcvs} -q ci -m add file1" \
15260 dotest logopt-5 "${testcvs} log -R -d 2038-01-01" \
15264 dotest logopt-6 "${testcvs} log -d 2038-01-01 -R" \
15268 dotest logopt-6a "${testcvs} log -Rd 2038-01-01" \
15272 dotest logopt-7 "${testcvs} log -s Exp -R" \
H A DChangeLog1948 * sanity.sh (logopt-6a): New test, for this fix.
1975 * sanity.sh (logopt): New test, for Larry's fix.
/openbsd/sbin/pfctl/
H A Dparse.y523 %type <v.logquick> logquick quick log logopts logopt
2359 logopts : logopt { $$ = $1; }
2360 | logopts comma logopt {
2368 logopt : ALL { $$.log = PF_LOG_ALL; $$.logif = 0; }