Lines Matching defs:portnum
4000 int portnum = 0;4004 portnum = (portnum * 10) + (*s - '0');4005 if (portnum < 0)4009 return portnum;