Searched refs:strptr (Results 1 – 1 of 1) sorted by relevance
363 static unsigned long strfractoint(char *strptr) in strfractoint() argument377 while (strptr[i] != '.') { in strfractoint()378 if (strptr[i] == 0) { in strfractoint()382 intarr[i] = strptr[i]; in strfractoint()395 while ((strptr[i] >= '0') && (strptr[i] <= '9')) { in strfractoint()396 decarr[j] = strptr[i]; in strfractoint()