Searched refs:getdec (Results 1 – 1 of 1) sorted by relevance
247 static int getdec(char **ptr);1058 if (((val = getdec(&p)) < 0) || (val > 255)) in getip()1064 if (((val = getdec(&p)) < 0) || (val > 255)) in getip()1070 if (((val = getdec(&p)) < 0) || (val > 255)) in getip()1076 if (((val = getdec(&p)) < 0) || (val > 255)) in getip()1086 getdec(char **ptr) in getdec() function