stat             1553 dmtcp_coordinator.cpp     struct stat buf;
stat             1554 dmtcp_coordinator.cpp     JASSERT(stat(uniqueFilename.c_str(), &buf) == 0);
stat              581 dmtcp_restart.cpp   struct stat st;
stat              582 dmtcp_restart.cpp   if (stat(path, &st) == -1) {
stat              709 dmtcp_restart.cpp     struct stat buf;
stat              710 dmtcp_restart.cpp     int rc = stat(restorename.c_str(), &buf);
stat              187 miscwrappers.cpp   int stat;
stat              192 miscwrappers.cpp     status = (__WAIT_STATUS) &stat;
stat              103 plugin/ipc/event/eventconnection.h       struct stat _stat; // not sure if stat makes sense in case  of epfd
stat              203 plugin/ipc/event/eventconnection.h       struct stat _stat; // not sure if stat makes sense in case  of epfd
stat              533 plugin/ipc/file/fileconnection.cpp   struct stat statbuf;
stat              647 plugin/ipc/file/fileconnection.cpp   struct stat statbuf;
stat              689 plugin/ipc/file/fileconnection.cpp       if (stat(_path.c_str() ,&statbuf) == 0 && S_ISREG(statbuf.st_mode)) {
stat              706 plugin/ipc/file/fileconnection.cpp       stat(_path.c_str() ,&statbuf) == 0 && S_ISREG(statbuf.st_mode)) {
stat              946 plugin/ipc/file/fileconnection.cpp   struct stat st;
stat              949 plugin/ipc/file/fileconnection.cpp   stat(_path.c_str(),&st);
stat             1117 plugin/ipc/file/fileconnection.cpp   struct stat statbuf;
stat              378 plugin/ipc/file/fileconnlist.cpp     struct stat statbuf;
stat              454 plugin/ipc/file/fileconnlist.cpp   struct stat statbuf;
stat              581 plugin/ipc/file/filewrappers.cpp extern "C" int __xstat(int vers, const char *path, struct stat *buf)
stat              604 plugin/ipc/file/filewrappers.cpp extern "C" int __fxstat(int vers, int fd, struct stat *buf)
stat              621 plugin/ipc/file/filewrappers.cpp extern "C" int __lxstat(int vers, const char *path, struct stat *buf)
stat               46 plugin/ipc/ssh/dmtcp_ssh.cpp   struct stat buf;
stat              155 plugin/pid/pid_filewrappers.cpp extern "C" int __xstat(int vers, const char *path, struct stat *buf)
stat              174 plugin/pid/pid_filewrappers.cpp extern "C" int __fxstat(int vers, int fd, struct stat *buf)
stat              187 plugin/pid/pid_filewrappers.cpp extern "C" int __lxstat(int vers, const char *path, struct stat *buf)
stat              394 plugin/pid/pid_syscallsreal.c int _real_xstat(int vers, const char *path, struct stat *buf) {
stat              402 plugin/pid/pid_syscallsreal.c int _real_lxstat(int vers, const char *path, struct stat *buf) {
stat              501 plugin/pid/pidwrappers.cpp   int stat;
stat              510 plugin/pid/pidwrappers.cpp     status = (__WAIT_STATUS) &stat;
stat              219 plugin/pid/pidwrappers.h   int _real_xstat(int vers, const char *path, struct stat *buf);
stat              221 plugin/pid/pidwrappers.h   int _real_lxstat(int vers, const char *path, struct stat *buf);
stat              173 shareddata.cpp     struct stat statbuf;
stat              893 syscallsreal.c int _real_xstat(int vers, const char *path, struct stat *buf) {
stat              903 syscallsreal.c int _real_lxstat(int vers, const char *path, struct stat *buf) {
stat              391 syscallwrappers.h   int _real_xstat(int vers, const char *path, struct stat *buf);
stat              393 syscallwrappers.h   int _real_lxstat(int vers, const char *path, struct stat *buf);
stat               66 util_exec.cpp    struct stat st;
stat               67 util_exec.cpp    stat(pathname, &st);
stat              265 util_exec.cpp      struct stat buf;
stat              266 util_exec.cpp      if (stat(pathname, &buf) == 0 && (buf.st_mode & S_ISUID ||
stat              224 util_misc.cpp            struct stat buff;
stat              225 util_misc.cpp            int ret = stat(dirName.c_str(), &buff);
stat              612 util_misc.cpp        struct stat buf;
stat              613 util_misc.cpp        if( stat(exec_path, &buf) ){