start_ptr         369 dmtcpplugin.cpp      char *start_ptr = env_buf;
start_ptr         371 dmtcpplugin.cpp      while (start_ptr - env_buf < (int) sizeof(env_buf)) {
start_ptr         373 dmtcpplugin.cpp        if (strncmp(start_ptr, name, namelen) == 0) {
start_ptr         374 dmtcpplugin.cpp          if ((pos = strchr(start_ptr, '='))) {
start_ptr         385 dmtcpplugin.cpp        start_ptr += strlen(start_ptr) + 1;