Home
last modified time | relevance | path

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

/glibc-2.36/misc/
Dsyslog.c45 static int LogType = SOCK_DGRAM; /* type of socket connection */ variable
239 if (LogType == SOCK_STREAM) in __vsyslog_internal()
303 LogFile = __socket (AF_UNIX, LogType | SOCK_CLOEXEC, 0); in openlog_internal()
321 LogType = LogType == SOCK_DGRAM ? SOCK_STREAM : SOCK_DGRAM; in openlog_internal()
365 LogType = SOCK_DGRAM; /* this is the default */ in closelog()
/glibc-2.36/ChangeLog.old/
DChangeLog.68108 * misc/syslog.c (LogType): New variable.
8112 (vsyslog): When LogType==SOCK_STREAM, also send ASCII NUL
DChangeLog.256049 (LogType): Modified.
DChangeLog.10896 * misc/syslog.c (closelog): Reset LogType to SOCK_DGRAM.