Searched refs:punder (Results 1 – 1 of 1) sorted by relevance
172 int punder = _name.lastIndexOf('-'); in incrementHostName() local173 … _name = _name.substring(0, (punder == -1 ? plocal : punder)) + "-" + hostNameCount + ".local."; in incrementHostName()