Lines Matching refs:LogFile
127 #define LogFile (__syslog._LogFile)
228 if (LogFile < 0)
231 if ((fstat(LogFile, &statbuff) != 0) ||
341 if ((putmsg(LogFile, &ctl, &dat, 0) >= 0) && syslogd_ok())
443 if ((fstat(LogFile, &statbuff) == 0) &&
448 LogFile = open(logname, O_WRONLY);
449 (void) fcntl(LogFile, F_SETFD, 1);
450 (void) fstat(LogFile, &statbuff);
466 /* if the LogFile is invalid it can not be closed */
474 if ((fstat(LogFile, &statbuff) == 0) && (statbuff.st_rdev == LogDev)) {
475 (void) close(LogFile);
476 LogFile = -1;