OpenGrok
Home
Sort by:
relevance
|
last modified time
|
path
Full Search
in project(s):
src
xsrc
Definition
Symbol
File Path
History
|
|
Help
Searched
refs:logopt
(Results
1 - 8
of
8
) sorted by relevancy
/src/usr.sbin/tcpdchk/
fakelog.c
30
openlog(const char *name, int
logopt
, int facility)
/src/external/ibm-public/postfix/dist/src/util/
msg_syslog.c
188
void msg_syslog_init(const char *name, int
logopt
, int facility)
208
logopt
&= ~LOG_PID;
209
openlog(name, LOG_NDELAY |
logopt
, facility);
/src/external/bsd/ipf/dist/tools/
ipf.c
274
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
;
[
all
...]
ipf_y.y
389
logopt
403
logopt
562
logopt
: log
label
/src/distrib/utils/libhack/
syslog.c
98
openlog_r(const char *id, int
logopt
, int facility, struct syslog_data *data)
/src/usr.sbin/rtadvd/
rtadvd.c
183
int fflag = 0,
logopt
;
local
237
logopt
= LOG_NDELAY | LOG_PID;
239
logopt
|= LOG_PERROR;
240
openlog("rtadvd",
logopt
, LOG_DAEMON);
/src/dist/pf/sbin/pfctl/
parse.y
456
%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; }
label
/src/external/gpl2/xcvs/dist/src/
sanity.sh
1692
tests="${tests} serverpatch log log2
logopt
ann ann-id"
20515
# -d:
logopt
, rcs
20516
# -s:
logopt
, rcs3
20517
# -R:
logopt
, rcs3
21676
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"
[
all
...]
Completed in 35 milliseconds
Indexes created Tue Sep 01 00:24:37 UTC 2026