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

/osnet-11/usr/src/lib/libc/port/gen/
H A Dsyslog.c127 #define LogFile (__syslog._LogFile) macro
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,
[all...]

Completed in 20 milliseconds