runAsRoot         119 dmtcp_restart.cpp bool runAsRoot = false;
runAsRoot         641 dmtcp_restart.cpp       runAsRoot = true;
runAsRoot         696 dmtcp_restart.cpp   if (!runAsRoot && (getuid() == 0 || geteuid() == 0)) {
runAsRoot         723 dmtcp_restart.cpp     } else if (buf.st_uid != getuid() && !noStrictUIDChecking && !runAsRoot) {