env_buf 349 dmtcpplugin.cpp char env_buf[MAXSIZE] = {0}; // All "name=val" strings must be shorter than this. env_buf 359 dmtcpplugin.cpp memset(env_buf, 0, MAXSIZE); env_buf 361 dmtcpplugin.cpp int count = Util::readLine(env_fd, env_buf, MAXSIZE); env_buf 369 dmtcpplugin.cpp char *start_ptr = env_buf; env_buf 371 dmtcpplugin.cpp while (start_ptr - env_buf < (int) sizeof(env_buf)) { env_buf 392 dmtcpplugin.cpp (name) (sizeof(env_buf)) .Text("Resize env_buf[]");