OpenGrok
Home
Sort by:
relevance
|
last modified time
|
path
Full Search
in project(s):
src
xsrc
Definition
Symbol
File Path
History
|
|
Help
Searched
refs:LOG_NDELAY
(Results
1 - 25
of
46
) sorted by relevancy
1
2
/src/external/bsd/openldap/dist/include/ac/
syslog.h
28
#if defined(
LOG_NDELAY
) && defined( LOG_NOWAIT )
29
# define OPENLOG_OPTIONS ( LOG_PID |
LOG_NDELAY
| LOG_NOWAIT )
30
#elif defined(
LOG_NDELAY
)
31
# define OPENLOG_OPTIONS ( LOG_PID |
LOG_NDELAY
)
/src/usr.sbin/bootp/common/
report.c
20
#ifndef
LOG_NDELAY
21
#define
LOG_NDELAY
0
45
openlog(progname, LOG_PID |
LOG_NDELAY
, LOG_BOOTP);
/src/external/gpl3/gcc.old/dist/libphobos/libdruntime/core/sys/posix/
syslog.d
51
LOG_NDELAY
= 0x08, /* don't delay open */
113
LOG_NDELAY
= 0x08, /* don't delay open */
171
LOG_NDELAY
= 0x08, /* don't delay open */
236
LOG_NDELAY
= 0x08, /* don't delay open */
301
LOG_NDELAY
= 0x08, /* don't delay open */
366
LOG_NDELAY
= 0x08, /* don't delay open */
430
LOG_NDELAY
= 0x08, /* don't delay open */
489
LOG_NDELAY
= 0x08, /* don't delay open */
549
LOG_NDELAY
= 0x08, /* don't delay open */
/src/usr.sbin/sdpd/
log.c
43
openlog(prog, LOG_PID|
LOG_NDELAY
|(log2stderr? LOG_PERROR:0), LOG_USER);
/src/crypto/external/cpl/trousers/dist/src/tcs/
log.c
40
openlog(szDescriptor,
LOG_NDELAY
|LOG_PID, TSS_SYSLOG_LVL);
/src/usr.sbin/bthcid/
bthcid.c
110
openlog(getprogname(),
LOG_NDELAY
| LOG_PERROR | LOG_PID, LOG_DAEMON);
/src/lib/lua/syslog/
syslog.c
101
CONSTANT(
LOG_NDELAY
),
/src/usr.bin/logger/
logger.c
97
logflags |=
LOG_NDELAY
;
/src/crypto/external/cpl/trousers/dist/src/include/
tcslog.h
30
openlog(layer,
LOG_NDELAY
|LOG_PID, TSS_SYSLOG_LVL); \
/src/external/ibm-public/postfix/dist/src/util/
msg_syslog.c
209
openlog(name,
LOG_NDELAY
| logopt, facility);
/src/crypto/external/bsd/heimdal/dist/lib/roken/
roken-common.h
106
#ifndef
LOG_NDELAY
107
#define
LOG_NDELAY
0x08
syslog.hin
186
*
LOG_NDELAY
is the inverse of what it used to be.
191
#define
LOG_NDELAY
0x08 /* don't delay open */
/src/sys/sys/
syslog.h
163
*
LOG_NDELAY
is the inverse of what it used to be.
168
#define
LOG_NDELAY
0x08 /* don't delay open */
/src/usr.sbin/autofs/
log.c
61
openlog(getprogname(),
LOG_NDELAY
| LOG_PID, LOG_DAEMON);
/src/usr.sbin/btpand/
btpand.c
222
openlog(getprogname(),
LOG_NDELAY
| LOG_PERROR | LOG_PID, LOG_DAEMON);
/src/usr.sbin/npf/npfd/
npfd.c
226
openlog(argv[0], LOG_PID |
LOG_NDELAY
| LOG_CONS, LOG_DAEMON);
/src/libexec/utmp_update/
utmp_update.c
95
openlog(getprogname(), LOG_PID |
LOG_NDELAY
, LOG_AUTH);
/src/libexec/httpd/
main.c
160
openlog(progname, LOG_PID|
LOG_NDELAY
, LOG_FTP);
/src/crypto/dist/ipsec-tools/src/racoon/
plog.c
251
openlog(pname,
LOG_NDELAY
, LOG_DAEMON);
/src/crypto/external/apache2/openssl/dist/crypto/bio/
bss_log.c
354
openlog(name, LOG_PID | LOG_CONS |
LOG_NDELAY
, level);
/src/crypto/external/bsd/openssl/dist/crypto/bio/
bss_log.c
394
openlog(name, LOG_PID | LOG_CONS |
LOG_NDELAY
, level);
/src/crypto/external/bsd/openssl.old/dist/crypto/bio/
bss_log.c
393
openlog(name, LOG_PID | LOG_CONS |
LOG_NDELAY
, level);
/src/external/bsd/ipf/dist/samples/
relay.c
115
openlog(argv[0], LOG_PID|
LOG_NDELAY
, LOG_DAEMON);
/src/external/bsd/openldap/dist/servers/slapd/
syslog.c
212
if (LogStat &
LOG_NDELAY
) /* open immediately */
/src/external/mpl/bind/dist/bin/named/
os.c
353
#ifdef
LOG_NDELAY
354
options |=
LOG_NDELAY
;
355
#endif /* ifdef
LOG_NDELAY
*/
Completed in 33 milliseconds
1
2
Indexes created Thu Jun 11 00:25:07 UTC 2026