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

/freebsd-11-stable/contrib/sendmail/mail.local/
H A Dmail.local.c558 int rcpt_alloc = 0; local
707 if (rcpt_num >= rcpt_alloc)
709 rcpt_alloc += RCPT_GROW;
712 rcpt_alloc *

Completed in 169 milliseconds