Home
last modified time | relevance | path

Searched refs:LOG_NDELAY (Results 1 – 4 of 4) sorted by relevance

/glibc-2.36/misc/
Dsyslog.c235 openlog_internal (NULL, LogStat | LOG_NDELAY, LogFacility); in __vsyslog_internal()
248 openlog_internal (NULL, LogStat | LOG_NDELAY, LogFacility); in __vsyslog_internal()
301 if (LogStat & LOG_NDELAY) in openlog_internal()
/glibc-2.36/conform/data/
Dsyslog.h-data4 constant LOG_NDELAY
/glibc-2.36/misc/sys/
Dsyslog.h165 #define LOG_NDELAY 0x08 /* don't delay open */ macro
/glibc-2.36/manual/
Dsyslog.texi242 @item LOG_NDELAY
266 LOG_NDELAY and the socket is already open and connected, @code{openlog}
425 @code{LOG_NDELAY} option would.
566 openlog ("exampleprog", LOG_CONS | LOG_PID | LOG_NDELAY, LOG_LOCAL1);