max              1340 dmtcp_coordinator.cpp   int max = INITIAL_MAX;
max              1348 dmtcp_coordinator.cpp     if ( cliState > max ) max = cliState;
max              1361 dmtcp_coordinator.cpp   status.maximumState = ( max==INITIAL_MAX ? WorkerState::UNKNOWN
max              1362 dmtcp_coordinator.cpp 			  : (WorkerState::eWorkerState)max );
max                67 plugin/ipc/ssh/util_ssh.cpp     size_t max = buf->len - buf->end;
max                68 plugin/ipc/ssh/util_ssh.cpp     ssize_t rc = read(fd, &buf->buf[buf->end], max);
max                88 plugin/ipc/ssh/util_ssh.cpp   size_t max = buf->end - buf->off;
max                89 plugin/ipc/ssh/util_ssh.cpp   ssize_t rc = write(fd,  &buf->buf[buf->off], max);