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

/solaris-x11-s11/open-src/lib/libowconfig/sun-src/
H A DOWconfig.c896 struct stat statbuf; local
1000 (void)fstat(fileno(fp), &statbuf); local
1001 *timeStamp = statbuf.st_mtime;
1731 struct stat statbuf; local
1737 if (fstat(f, &statbuf) == -1) {
1741 if (statbuf.st_mtime > readFile1TimeStamp)
1751 if (fstat(f, &statbuf) == -1) {
1755 if (statbuf.st_mtime > readFile2TimeStamp)
/solaris-x11-s11/open-src/xserver/xorg/sun-src/os/
H A Ddtlogin.c246 struct stat statbuf; local
250 if (stat(DTLOGIN_PATH, &statbuf) == -1) {
256 } else if (!S_ISDIR(statbuf.st_mode)) {
/solaris-x11-s11/open-src/app/dsession/sun-src/
H A Ddsession.c1572 struct stat statbuf; local
1574 if (stat(FTOK_FILE, &statbuf) != 0) {

Completed in 34 milliseconds