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

/freebsd-13-stable/contrib/sendmail/src/
H A Dsavemail.c1613 int nbogus; local
1621 nbogus = l = 0;
1629 nbogus++;
1632 if (nbogus < 0)
1634 /* since nbogus is ssize_t and wrapped, 2 * size_t would wrap */
1637 if (nbogus == 0)
1639 l += nbogus * 2 + 1;

Completed in 52 milliseconds