Lines Matching refs:portstr
1022 char *buf, *portstr;
1075 portstr = strrchr(buf, '.');
1076 if (!portstr) {
1081 *portstr = '-';
1084 portstr = strrchr(buf, '.');
1085 if (!portstr) {
1090 *portstr = '\0';
1098 if (!rpc_pton(net, buf, portstr-buf, (struct sockaddr *)&da->da_addr,
1104 portstr++;
1105 sscanf(portstr, "%d-%d", &tmp[0], &tmp[1]);