Searched refs:smioin (Results 1 - 6 of 6) sorted by path

/freebsd-11-stable/contrib/sendmail/include/sm/
H A Dio.h167 #define smioin (&SmIoF[SMIOIN_FILENO]) macro
/freebsd-11-stable/contrib/sendmail/makemap/
H A Dmakemap.c566 while (sm_io_fgets(smioin, SM_TIME_DEFAULT, ibuf, sizeof ibuf)
580 else if (!sm_io_eof(smioin))
/freebsd-11-stable/contrib/sendmail/rmail/
H A Drmail.c138 if (sm_io_fgets(smioin, SM_TIME_DEFAULT, lbuf,
270 offset = (off_t)sm_io_tell(smioin, SM_TIME_DEFAULT);
387 } while (sm_io_fgets(smioin, SM_TIME_DEFAULT, lbuf,
390 if (sm_io_error(smioin))
/freebsd-11-stable/contrib/sendmail/src/
H A Ddeliver.c1992 mci->mci_in = smioin;
H A Dmain.c225 InChannel = smioin;
2099 if (isatty(sm_io_getinfo(smioin, SM_IO_WHAT_FD, NULL)))
2122 if (sm_io_fgets(smioin, SM_TIME_DEFAULT, buf,
3389 if (InChannel != smioin)
3392 InChannel = smioin;
3395 SM_IO_RDONLY, NULL, smioin) == NULL)
/freebsd-11-stable/contrib/sendmail/vacation/
H A Dvacation.c432 xclude(smioin);
512 while (sm_io_fgets(smioin, SM_TIME_DEFAULT, buf, sizeof(buf)) >= 0 &&

Completed in 143 milliseconds