getenv            131 ckptserializer.cpp   do_we_compress = getenv(evar);
getenv            152 ckptserializer.cpp   if (Util::findExecutable(command, getenv("PATH"), path) == NULL) {
getenv            281 ckptserializer.cpp   if (getenv(ENV_VAR_FORKED_CKPT) == NULL) {
getenv            360 ckptserializer.cpp     char *ld_preload_str = (char*) getenv("LD_PRELOAD");
getenv             55 constants.h            (getenv("DMTCP_FAIL_RC") && atoi(getenv("DMTCP_FAIL_RC")) ? \
getenv             56 constants.h    	 atoi(getenv("DMTCP_FAIL_RC")) : 99)
getenv             78 coordinatorapi.cpp   const char* interval = getenv (ENV_VAR_CKPT_INTR);
getenv            178 coordinatorapi.cpp   if (getenv(ENV_VAR_CKPT_INTR) != NULL) {
getenv            179 coordinatorapi.cpp     coordInfo->interval = (uint32_t) strtol(getenv(ENV_VAR_CKPT_INTR), NULL, 0);
getenv            308 coordinatorapi.cpp     const char* interval = getenv (ENV_VAR_CKPT_INTR);
getenv            166 dmtcp_command.cpp       if (getenv("DMTCP_COORD_PORT") || getenv("DMTCP_PORT"))
getenv            192 dmtcp_command.cpp     char *host = getenv(ENV_VAR_NAME_HOST);
getenv            193 dmtcp_command.cpp     if (host == NULL) host = getenv("DMTCP_HOST"); // deprecated
getenv            195 dmtcp_command.cpp     char *port = getenv(ENV_VAR_NAME_PORT);
getenv            196 dmtcp_command.cpp     if (port == NULL) port = getenv("DMTCP_PORT"); // deprecated
getenv           1763 dmtcp_coordinator.cpp   const char* portStr = getenv( ENV_VAR_NAME_PORT );
getenv           1764 dmtcp_coordinator.cpp   if ( portStr == NULL ) portStr = getenv("DMTCP_PORT"); // deprecated
getenv           1846 dmtcp_coordinator.cpp   if (getenv(ENV_VAR_CHECKPOINT_DIR) != NULL) {
getenv           1847 dmtcp_coordinator.cpp     ckptDir = getenv(ENV_VAR_CHECKPOINT_DIR);
getenv           1875 dmtcp_coordinator.cpp   const char* interval = getenv ( ENV_VAR_CKPT_INTR );
getenv            318 dmtcp_launch.cpp       *getenv(ENV_VAR_QUIET) = *getenv(ENV_VAR_QUIET) + 1;
getenv            320 dmtcp_launch.cpp       setenv(ENV_VAR_QUIET, getenv(ENV_VAR_QUIET), 1);
getenv            344 dmtcp_launch.cpp   if (! getenv(ENV_VAR_QUIET))
getenv            427 dmtcp_launch.cpp   if(getenv(ENV_VAR_CHECKPOINT_DIR) == NULL){
getenv            459 dmtcp_launch.cpp   if (getenv("DISPLAY") != NULL) {
getenv            460 dmtcp_launch.cpp     setenv("ORIG_DISPLAY", getenv("DISPLAY"), 1);
getenv            476 dmtcp_launch.cpp   if (getenv("SESSION_MANAGER") != NULL) {
getenv            572 dmtcp_launch.cpp   if ( strcmp(filename, "matlab") == 0 && getenv(ENV_VAR_QUIET) == NULL) {
getenv            593 dmtcp_launch.cpp   if (getenv(ENV_VAR_QUIET) != NULL
getenv            594 dmtcp_launch.cpp       && strcmp(getenv(ENV_VAR_QUIET), "0") != 0)
getenv            673 dmtcp_launch.cpp   if ( getenv(ENV_VAR_PLUGIN) != NULL ) {
getenv            674 dmtcp_launch.cpp     preloadLibs += getenv(ENV_VAR_PLUGIN);
getenv            680 dmtcp_launch.cpp   if (getenv(ENV_VAR_ALLOC_PLUGIN) != NULL){
getenv            681 dmtcp_launch.cpp     const char *ptr = getenv(ENV_VAR_ALLOC_PLUGIN);
getenv            687 dmtcp_launch.cpp       JASSERT(false) (getenv(ENV_VAR_ALLOC_PLUGIN))
getenv            693 dmtcp_launch.cpp   if (getenv(ENV_VAR_DL_PLUGIN) != NULL){
getenv            694 dmtcp_launch.cpp     const char *ptr = getenv(ENV_VAR_DL_PLUGIN);
getenv            700 dmtcp_launch.cpp       JASSERT(false) (getenv(ENV_VAR_DL_PLUGIN))
getenv            729 dmtcp_launch.cpp   if (getenv("LD_PRELOAD")) {
getenv            730 dmtcp_launch.cpp     setenv(ENV_VAR_ORIG_LD_PRELOAD, getenv("LD_PRELOAD"), 1);
getenv            731 dmtcp_launch.cpp     preloadLibs = preloadLibs + ":" + getenv("LD_PRELOAD");
getenv            733 dmtcp_launch.cpp     preloadLibs32 = preloadLibs32 + ":" + getenv("LD_PRELOAD");
getenv            751 dmtcp_launch.cpp     (getenv("LD_PRELOAD")) (preloadLibs) (preloadLibs32);
getenv            361 dmtcp_restart.cpp   if (getenv("DMTCP_GDB_ATTACH_ON_RESTART")) {
getenv            610 dmtcp_restart.cpp   if (!getenv(ENV_VAR_QUIET)) {
getenv            614 dmtcp_restart.cpp   if (getenv(ENV_VAR_DISABLE_UID_CHECKING)) {
getenv            673 dmtcp_restart.cpp       *getenv(ENV_VAR_QUIET) = *getenv(ENV_VAR_QUIET) + 1;
getenv            675 dmtcp_restart.cpp       setenv(ENV_VAR_QUIET, getenv(ENV_VAR_QUIET), 1);
getenv            691 dmtcp_restart.cpp   jassert_quiet = *getenv(ENV_VAR_QUIET) - '0';
getenv            228 dmtcpplugin.cpp   return getenv(ENV_VAR_CKPT_OPEN_FILES) != NULL;
getenv            418 dmtcpplugin.cpp     if (getenv(evar) == NULL) {
getenv            426 dmtcpplugin.cpp     dmtcp_dlsym_offset = (int32_t) strtol(getenv(evar), NULL, 10);
getenv            102 dmtcpworker.cpp   char *preload = getenv("LD_PRELOAD");
getenv            103 dmtcpworker.cpp   char *userPreload =  getenv(ENV_VAR_ORIG_LD_PRELOAD);
getenv            111 dmtcpworker.cpp   JTRACE("LD_PRELOAD") (preload) (userPreload) (getenv(ENV_VAR_HIJACK_LIBS))
getenv            112 dmtcpworker.cpp     (getenv(ENV_VAR_HIJACK_LIBS_M32)) (getenv("LD_PRELOAD"));
getenv            128 dmtcpworker.cpp   static const char* tmp = getenv(ENV_VAR_SIGCKPT);
getenv            270 dmtcpworker.cpp   if (getenv("DMTCP_ADDR_COMPAT_LAYOUT")) {
getenv            277 dmtcpworker.cpp   { char * rlim_cur_char = getenv("DMTCP_RLIMIT_STACK");
getenv            316 dmtcpworker.cpp     (jalib::Filesystem::GetProgramName()) (getenv ("LD_PRELOAD"));
getenv            320 dmtcpworker.cpp   if (getenv("DMTCP_SEGFAULT_HANDLER") != NULL) {
getenv            348 execwrappers.cpp   JTRACE("Prepared for Exec") (getenv("LD_PRELOAD"));
getenv            364 execwrappers.cpp   JTRACE("Processed failed Exec Attempt") (path) (getenv("LD_PRELOAD"));
getenv            372 execwrappers.cpp   string preload = getenv(ENV_VAR_HIJACK_LIBS);
getenv            376 execwrappers.cpp   if (getenv(ENV_VAR_HIJACK_LIBS_M32) != NULL &&
getenv            380 execwrappers.cpp     preload = getenv(ENV_VAR_HIJACK_LIBS_M32);
getenv            394 execwrappers.cpp   const char *preloadEnv = getenv("LD_PRELOAD");
getenv            474 execwrappers.cpp     const char* v = getenv(ourImportantEnvs[i]);
getenv            751 execwrappers.cpp     (line) (getenv (ENV_VAR_HIJACK_LIBS)) (getenv ("LD_PRELOAD"));
getenv            210 plugin/ipc/socket/socketconnection.cpp   char *temp = getenv(envVar);
getenv            159 plugin/ipc/socket/socketconnlist.cpp   if (getenv("SLURM_JOBID") || (getenv("SLURM_JOB_ID"))) {
getenv             48 plugin/pid/pidwrappers.cpp   const char *pidstr = getenv(ENV_VAR_VIRTUAL_PID);
getenv             61 plugin/pid/pidwrappers.cpp   const char *pidstr = getenv(ENV_VAR_VIRTUAL_PID);
getenv            270 processinfo.cpp     const char *dir = getenv(ENV_VAR_CHECKPOINT_DIR);
getenv             41 siginfo.cpp        tmp = getenv("DMTCP_SIGCKPT");
getenv             49 siginfo.cpp            JWARNING(false) (getenv("DMTCP_SIGCKPT")) (CKPT_SIGNAL)
getenv             35 terminal.cpp           if (getenv("MTCP_RESTART_PAUSE2") || getenv("DMTCP_RESTART_PAUSE2")) {
getenv            655 threadlist.cpp   if (getenv("MTCP_RESTART_PAUSE") || getenv("DMTCP_RESTART_PAUSE")) {
getenv             54 util_exec.cpp    if (getenv(ENV_VAR_VIRTUAL_PID) == NULL) {
getenv             58 util_exec.cpp      char *envStr = (char*) getenv(ENV_VAR_VIRTUAL_PID);
getenv             90 util_exec.cpp    char *str = getenv("LD_PRELOAD");
getenv            109 util_exec.cpp      snprintf(outpath, size, "%s%s", getenv("HOME"), &inpath[1]);
getenv            119 util_exec.cpp      char *pathVar = getenv("PATH");
getenv            231 util_exec.cpp    if (getenv("SCREENDIR") == NULL) {
getenv            244 util_exec.cpp      if (access(getenv("SCREENDIR"), R_OK|W_OK|X_OK) != 0)
getenv            248 util_exec.cpp                       << "  [ SCREENDIR = " << getenv("SCREENDIR") << " ]\n"
getenv            495 util_exec.cpp  #define ENV_PTR(x) ((char*) (getenv(x) - strlen(x) - 1))
getenv            510 util_exec.cpp    newEnv[pathIndex] = (getenv("PATH") ? ENV_PTR("PATH") : NULL);
getenv            612 util_exec.cpp    const char * sigckpt              = getenv (ENV_VAR_SIGCKPT);
getenv            613 util_exec.cpp    const char * compression          = getenv (ENV_VAR_COMPRESSION);
getenv            614 util_exec.cpp    const char * allocPlugin          = getenv (ENV_VAR_ALLOC_PLUGIN);
getenv            615 util_exec.cpp    const char * dlPlugin             = getenv (ENV_VAR_DL_PLUGIN);
getenv            617 util_exec.cpp    const char * deltacompression     = getenv (ENV_VAR_DELTACOMPRESSION);
getenv            619 util_exec.cpp    const char * ckptOpenFiles        = getenv (ENV_VAR_CKPT_OPEN_FILES);
getenv            620 util_exec.cpp    const char * ckptDir              = getenv (ENV_VAR_CHECKPOINT_DIR);
getenv            621 util_exec.cpp    const char * tmpDir               = getenv (ENV_VAR_TMPDIR);
getenv            622 util_exec.cpp    const char * plugins              = getenv (ENV_VAR_PLUGIN);
getenv             57 util_init.cpp        if (getenv(ENV_VAR_NAME_HOST)) {
getenv             58 util_init.cpp          *host = getenv(ENV_VAR_NAME_HOST);
getenv             59 util_init.cpp        } else if (getenv("DMTCP_HOST")) { // deprecated
getenv             60 util_init.cpp          *host = getenv("DMTCP_HOST");
getenv             69 util_init.cpp        if (getenv(ENV_VAR_NAME_PORT)) {
getenv             70 util_init.cpp          *port = jalib::StringToInt(getenv(ENV_VAR_NAME_PORT));
getenv             71 util_init.cpp        } else if (getenv("DMTCP_PORT")) { // deprecated
getenv             72 util_init.cpp          *port = jalib::StringToInt(getenv("DMTCP_PORT"));
getenv            141 util_init.cpp    } else if ( getenv("USER") != NULL ) {
getenv            142 util_init.cpp      userName = getenv("USER");
getenv            147 util_init.cpp    } else if (getenv("DMTCP_TMPDIR")) {
getenv            148 util_init.cpp      tmpdirenv = getenv("DMTCP_TMPDIR");
getenv            149 util_init.cpp    } else if (getenv("TMPDIR")) {
getenv            150 util_init.cpp      tmpdirenv = getenv("TMPDIR");
getenv            220 util_init.cpp    if (getenv(ENV_VAR_QUIET)) {
getenv            221 util_init.cpp      jassert_quiet = *getenv(ENV_VAR_QUIET) - '0';