Searched refs:portStr (Results 1 – 1 of 1) sorted by relevance
64 char *chr, *portStr = NULL; in separatePort() local83 portStr = chr + 1; in separatePort()98 portStr = chr; in separatePort()111 if (portStr && sscanf(portStr, "%hu", port) != 1) { in separatePort()