Searched refs:smioin (Results 1 - 6 of 6) sorted by relevance
/sendmail/rmail/ |
H A D | rmail.c | 136 if (sm_io_fgets(smioin, SM_TIME_DEFAULT, lbuf, 268 offset = (off_t)sm_io_tell(smioin, SM_TIME_DEFAULT); 381 } while (sm_io_fgets(smioin, SM_TIME_DEFAULT, lbuf, 384 if (sm_io_error(smioin))
|
/sendmail/makemap/ |
H A D | makemap.c | 398 while (sm_io_fgets(smioin, SM_TIME_DEFAULT, ibuf, sizeof ibuf) 412 else if (!sm_io_eof(smioin))
|
/sendmail/vacation/ |
H A D | vacation.c | 432 xclude(smioin); 512 while (sm_io_fgets(smioin, SM_TIME_DEFAULT, buf, sizeof(buf)) >= 0 &&
|
/sendmail/include/sm/ |
H A D | io.h | 167 #define smioin (&SmIoF[SMIOIN_FILENO]) macro
|
/sendmail/sendmail/ |
H A D | main.c | 220 InChannel = smioin; 2084 if (isatty(sm_io_getinfo(smioin, SM_IO_WHAT_FD, NULL))) 2107 if (sm_io_fgets(smioin, SM_TIME_DEFAULT, buf, 3317 if (InChannel != smioin) 3320 InChannel = smioin; 3323 SM_IO_RDONLY, NULL, smioin) == NULL)
|
H A D | deliver.c | 1941 mci->mci_in = smioin;
|
Completed in 75 milliseconds