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

/freebsd-9.3-release/contrib/sendmail/src/
H A Ddeliver.c1330 int mpvect[2]; local
2269 if (pipe(mpvect) < 0)
2281 if (mpvect[0] < 3 || mpvect[1] < 3)
2283 syserr("%s... openmailer(%s): bogus mpvect %d %d",
2285 mpvect[0], mpvect[1]);
2294 checkfdopen(mpvect[0], "mpvect[0]");
2295 checkfdopen(mpvect[
[all...]

Completed in 54 milliseconds