pidstr             48 plugin/pid/pidwrappers.cpp   const char *pidstr = getenv(ENV_VAR_VIRTUAL_PID);
pidstr             49 plugin/pid/pidwrappers.cpp   if (pidstr == NULL) {
pidstr             55 plugin/pid/pidwrappers.cpp   return strtol(pidstr, NULL, 10);
pidstr             61 plugin/pid/pidwrappers.cpp   const char *pidstr = getenv(ENV_VAR_VIRTUAL_PID);
pidstr             67 plugin/pid/pidwrappers.cpp   if (pidstr == NULL) {
pidstr             73 plugin/pid/pidwrappers.cpp   _dmtcp_pid = strtol(pidstr, &virtPpidstr, 10);