Searched refs:LogFile (Results 1 - 3 of 3) sorted by relevance

/netbsd-current/external/bsd/wpa/dist/hostapd/logwatch/
H A Dhostapd.conf8 LogFile = messages
/netbsd-current/external/bsd/openldap/dist/servers/slapd/
H A Dsyslog.c58 static int LogFile = -1; /* fd for log */ variable
136 if (LogFile == -1)
148 if ((error = send(LogFile, tbuf, cnt, 0)) < 0) {
155 if ((error = send(LogFile, tbuf, cnt, 0)) >= 0)
169 if (LogFile != -1) {
170 close(LogFile);
171 LogFile = -1;
181 if (LogFile == -1) {
182 if ((LogFile = socket(AF_UNIX, LogType, 0)) == -1)
184 (void)fcntl(LogFile, F_SETF
[all...]
/netbsd-current/external/gpl3/gcc/dist/libphobos/libdruntime/core/sys/windows/
H A Dregstr.d714 REGSTR_VAL_FAULT_LOGFILE = `LogFile`,

Completed in 113 milliseconds