Searched refs:nxtc (Results 1 - 1 of 1) sorted by relevance

/osnet-11/usr/src/cmd/sendmail/src/
H A Dmain.c3995 int oct, nxtc; local
3999 (nxtc = (*str & 0377)) == '0')
4002 while ((nxtc = (*str & 0377)) != '\0' &&
4003 isascii(nxtc) && isdigit(nxtc))
4006 oct += nxtc - '0';

Completed in 380 milliseconds