st_mode 1555 dmtcp_coordinator.cpp JASSERT(chmod(uniqueFilename.c_str(), buf.st_mode | S_IXUSR) == 0); st_mode 589 dmtcp_restart.cpp JASSERT(S_ISDIR(st.st_mode)) (path) .Text("ckptdir not a directory"); st_mode 689 plugin/ipc/file/fileconnection.cpp if (stat(_path.c_str() ,&statbuf) == 0 && S_ISREG(statbuf.st_mode)) { st_mode 706 plugin/ipc/file/fileconnection.cpp stat(_path.c_str() ,&statbuf) == 0 && S_ISREG(statbuf.st_mode)) { st_mode 951 plugin/ipc/file/fileconnection.cpp _mode = st.st_mode; st_mode 1120 plugin/ipc/file/fileconnection.cpp _mode = statbuf.st_mode; st_mode 380 plugin/ipc/file/fileconnlist.cpp bool isRegularFile = (S_ISREG(statbuf.st_mode) || S_ISCHR(statbuf.st_mode) || st_mode 381 plugin/ipc/file/fileconnlist.cpp S_ISDIR(statbuf.st_mode) || S_ISBLK(statbuf.st_mode)); st_mode 486 plugin/ipc/file/fileconnlist.cpp } else if (S_ISREG(statbuf.st_mode) || S_ISCHR(statbuf.st_mode) || st_mode 487 plugin/ipc/file/fileconnlist.cpp S_ISDIR(statbuf.st_mode) || S_ISBLK(statbuf.st_mode)) { st_mode 494 plugin/ipc/file/fileconnlist.cpp } else if (S_ISFIFO(statbuf.st_mode)) { st_mode 68 util_exec.cpp return (S_ISDIR(st.st_mode) == 1 st_mode 69 util_exec.cpp && (st.st_mode & 0777) == 0700 st_mode 266 util_exec.cpp if (stat(pathname, &buf) == 0 && (buf.st_mode & S_ISUID || st_mode 267 util_exec.cpp buf.st_mode & S_ISGID)) { st_mode 616 util_misc.cpp if( S_ISREG(buf.st_mode) )