temp 210 plugin/ipc/socket/socketconnection.cpp char *temp = getenv(envVar);
temp 211 plugin/ipc/socket/socketconnection.cpp if (temp) {
temp 212 plugin/ipc/socket/socketconnection.cpp while (*temp && *temp != ':') *temp++;
temp 213 plugin/ipc/socket/socketconnection.cpp if (*temp == ':') return atoi(temp+1);