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

/solaris-x11-s12/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-s12/open-src/app/dsession/sun-src/
H A Ddsession.c1575 struct stat statbuf; local
1577 if (stat(FTOK_FILE, &statbuf) != 0) {

Completed in 23 milliseconds