Searched defs:statbuff (Results 1 - 1 of 1) sorted by relevance

/osnet-11/usr/src/lib/libc/port/gen/
H A Dsyslog.c185 struct stat statbuff; local
231 if ((fstat(LogFile, &statbuff) != 0) ||
232 (!S_ISCHR(statbuff.st_mode)) || (statbuff.st_rdev != LogDev)) {
430 struct stat statbuff; local
443 if ((fstat(LogFile, &statbuff) == 0) &&
444 (S_ISCHR(statbuff.st_mode)) && (statbuff.st_rdev == LogDev))
450 (void) fstat(LogFile, &statbuff);
451 LogDev = statbuff
462 struct stat statbuff; local
[all...]

Completed in 17 milliseconds