Home | History | Annotate | Download | only in pax

Lines Matching defs:stpt

339 	char *stpt;
357 for (stpt = str; *stpt != '\0'; ++stpt) {
358 if ((*stpt >= '0') && (*stpt <= '9'))
360 if ((*stpt == ',') && (up_pt == NULL)) {
361 *stpt = '\0';
362 up_pt = stpt + 1;
370 if ((*stpt == '.') && (!dot)) {