Home
last modified time | relevance | path

Searched refs:smioin (Results 1 – 6 of 6) sorted by relevance

/freebsd-14-stable/contrib/sendmail/rmail/
HDrmail.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-14-stable/contrib/sendmail/makemap/
HDmakemap.c692 while (sm_io_fgets(smioin, SM_TIME_DEFAULT, ibuf, sizeof ibuf)
706 else if (!sm_io_eof(smioin))
/freebsd-14-stable/contrib/sendmail/include/sm/
HDio.h167 #define smioin (&SmIoF[SMIOIN_FILENO]) macro
/freebsd-14-stable/contrib/sendmail/vacation/
HDvacation.c429 xclude(smioin);
542 while (sm_io_fgets(smioin, SM_TIME_DEFAULT, buf, sizeof(buf)) >= 0 &&
/freebsd-14-stable/contrib/sendmail/src/
HDmain.c236 InChannel = smioin;
2138 if (isatty(sm_io_getinfo(smioin, SM_IO_WHAT_FD, NULL)))
2161 if (sm_io_fgets(smioin, SM_TIME_DEFAULT, buf,
3460 if (InChannel != smioin)
3463 InChannel = smioin;
3466 SM_IO_RDONLY, NULL, smioin) == NULL)
HDdeliver.c2480 mci->mci_in = smioin;