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

/freebsd-9.3-release/contrib/tcp_wrappers/
H A Dfakelog.c20 openlog(name, logopt, facility)
22 int logopt;
/freebsd-9.3-release/contrib/ipfilter/tools/
H A Dipf.c259 int flag, xfd, logopt, change = 0; local
309 logopt = 0;
310 if (ioctl(xfd, SIOCGETLG, &logopt))
313 logopt = 1 - logopt;
314 if (ioctl(xfd, SIOCSETLG, &logopt))
326 logopt = 0;
327 if (ioctl(xfd, SIOCGETLG, &logopt))
330 logopt = 1 - logopt;
[all...]
H A Dipf_y.y314 logopt
328 logopt
472 logopt: log label
/freebsd-9.3-release/libexec/tftpd/
H A Dtftp-utils.h107 void tftp_openlog(const char *ident, int logopt, int facility);
H A Dtftp-utils.c127 tftp_openlog(const char *ident, int logopt, int facility) argument
132 openlog(ident, logopt, facility);
/freebsd-9.3-release/usr.sbin/apmd/
H A Dapmd.c642 int logopt = LOG_NDELAY | LOG_PID; local
672 logopt |= LOG_PERROR;
675 openlog(prog ? prog+1 : av[0], logopt, LOG_DAEMON);
/freebsd-9.3-release/usr.sbin/rtadvd/
H A Drtadvd.c184 int fflag = 0, logopt; local
228 logopt = LOG_NDELAY | LOG_PID;
230 logopt |= LOG_PERROR;
231 openlog("rtadvd", logopt, LOG_DAEMON);
/freebsd-9.3-release/contrib/pf/pfctl/
H A Dparse.y491 %type <v.logquick> logquick quick log logopts logopt
2554 logopts : logopt { $$ = $1; }
2555 | logopts comma logopt {
2563 logopt : ALL { $$.log = PF_LOG_ALL; $$.logif = 0; } label
/freebsd-9.3-release/contrib/cvs/src/
H A Dsanity.sh1193 tests="${tests} serverpatch log log2 logopt ann ann-id"
18779 # -d: logopt, rcs
18780 # -s: logopt, rcs3
18781 # -R: logopt, rcs3
19888 logopt)
19891 dotest logopt-1 "${testcvs} -q co -l ." ''
19893 dotest logopt-2 "${testcvs} add first-dir" \
19897 dotest logopt-3 "${testcvs} add file1" \
19900 dotest logopt-4 "${testcvs} -q ci -m add file1" \
19909 dotest logopt
[all...]

Completed in 243 milliseconds