Searched refs:nxtc (Results 1 – 1 of 1) sorted by relevance
4141 int oct, nxtc; local4145 (nxtc = (*str & 0377)) == '0')4148 while ((nxtc = (*str & 0377)) != '\0' &&4149 isascii(nxtc) && isdigit(nxtc))4152 oct += nxtc - '0';