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

/freebsd-11-stable/contrib/sendmail/src/
H A Dmain.c170 int fill_errno; local
266 /* reset errno and fill_errno; the latter is used way down below */
267 errno = fill_errno = 0;
270 fill_errno = errno;
273 fill_errno = errno;
276 fill_errno = errno;
1272 /* Notice: fill_errno is from high above: fill_fd() */
1275 &mbuf[2], sm_errstring(fill_errno));

Completed in 65 milliseconds