Searched refs:LogFile (Results 1 – 3 of 3) sorted by relevance
/netbsd-src/external/bsd/openldap/dist/servers/slapd/ |
H A D | syslog.c | 58 static int LogFile = -1; /* fd for log */ variable 136 if (LogFile == -1) in syslog() 148 if ((error = send(LogFile, tbuf, cnt, 0)) < 0) { in syslog() 155 if ((error = send(LogFile, tbuf, cnt, 0)) >= 0) in syslog() 169 if (LogFile != -1) { in disconnectlog() 170 close(LogFile); in disconnectlog() 171 LogFile = -1; in disconnectlog() 181 if (LogFile == -1) { in connectlog() 182 if ((LogFile = socket(AF_UNIX, LogType, 0)) == -1) in connectlog() 184 (void)fcntl(LogFile, F_SETFD, FD_CLOEXEC); in connectlog() [all …]
|
/netbsd-src/external/bsd/wpa/dist/hostapd/logwatch/ |
H A D | hostapd.conf | 8 LogFile = messages
|
/netbsd-src/external/gpl3/gcc/dist/libphobos/libdruntime/core/sys/windows/ |
H A D | regstr.d | 714 REGSTR_VAL_FAULT_LOGFILE = `LogFile`,
|