Home
last modified time | relevance | path

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

/netbsd-src/external/bsd/ipf/dist/tools/
H A Dipf.c274 int flag, xfd, logopt, change = 0; local
324 logopt = 0;
325 if (ioctl(xfd, SIOCGETLG, &logopt))
328 logopt = 1 - logopt;
329 if (ioctl(xfd, SIOCSETLG, &logopt))
341 logopt = 0;
342 if (ioctl(xfd, SIOCGETLG, &logopt))
345 logopt = 1 - logopt;
346 if (ioctl(xfd, SIOCSETLG, &logopt))
H A Dipf_y.y389 logopt
403 logopt
562 logopt: log
/netbsd-src/external/ibm-public/postfix/dist/src/util/
H A Dmsg_syslog.c188 void msg_syslog_init(const char *name, int logopt, int facility) in msg_syslog_init() argument
208 logopt &= ~LOG_PID; in msg_syslog_init()
209 openlog(name, LOG_NDELAY | logopt, facility); in msg_syslog_init()
/netbsd-src/usr.sbin/tcpdchk/
H A Dfakelog.c30 openlog(const char *name, int logopt, int facility) in openlog() argument
/netbsd-src/distrib/utils/libhack/
H A Dsyslog.c98 openlog_r(const char *id, int logopt, int facility, struct syslog_data *data) in openlog_r() argument
/netbsd-src/usr.sbin/rtadvd/
H A Drtadvd.c183 int fflag = 0, logopt; in main() local
237 logopt = LOG_NDELAY | LOG_PID; in main()
239 logopt |= LOG_PERROR; in main()
240 openlog("rtadvd", logopt, LOG_DAEMON); in main()
/netbsd-src/dist/pf/sbin/pfctl/
H A Dparse.y456 %type <v.logquick> logquick quick log logopts logopt
2267 logopts : logopt { $$ = $1; }
2268 | logopts comma logopt {
2276 logopt : ALL { $$.log = PF_LOG_ALL; $$.logif = 0; }
/netbsd-src/external/gpl2/xcvs/dist/src/
H A Dsanity.sh21676 logopt)
21679 dotest logopt-1 "$testcvs -q co -l ." ''
21681 dotest logopt-2 "$testcvs add first-dir" \
21685 dotest logopt-3 "${testcvs} add file1" \
21688 dotest logopt-4 "${testcvs} -q ci -m add file1" \
21693 dotest logopt-5 "${testcvs} log -R -d 2038-01-01" \
21697 dotest logopt-6 "${testcvs} log -d 2038-01-01 -R" \
21701 dotest logopt-6a "${testcvs} log -Rd 2038-01-01" \
21705 dotest logopt-7 "${testcvs} log -s Exp -R" \
H A DChangeLog10903 * sanity.sh (logopt-6a): New test, for this fix.
10930 * sanity.sh (logopt): New test, for Larry's fix.