pos 356 dmtcpplugin.cpp char *pos = NULL; pos 372 dmtcpplugin.cpp pos = NULL; pos 374 dmtcpplugin.cpp if ((pos = strchr(start_ptr, '='))) { pos 375 dmtcpplugin.cpp strncpy(value, pos + 1, maxvaluelen); pos 376 dmtcpplugin.cpp if (strlen(pos+1) >= maxvaluelen) { pos 317 plugin/ipc/ssh/ssh.cpp size_t semipos, pos; pos 320 plugin/ipc/ssh/ssh.cpp for(semipos = 0; (pos = tempcmd.find(';',semipos+1)) != string::npos; pos 321 plugin/ipc/ssh/ssh.cpp semipos = pos, actpos = pos);