Searched refs:smioin (Results 1 – 6 of 6) sorted by relevance
| /freebsd-9-stable/contrib/sendmail/rmail/ |
| D | rmail.c | 138 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-9-stable/contrib/sendmail/makemap/ |
| D | makemap.c | 394 while (sm_io_fgets(smioin, SM_TIME_DEFAULT, ibuf, sizeof ibuf) 408 else if (!sm_io_eof(smioin))
|
| /freebsd-9-stable/contrib/sendmail/vacation/ |
| D | vacation.c | 432 xclude(smioin); 512 while (sm_io_fgets(smioin, SM_TIME_DEFAULT, buf, sizeof(buf)) >= 0 &&
|
| /freebsd-9-stable/contrib/sendmail/include/sm/ |
| D | io.h | 167 #define smioin (&SmIoF[SMIOIN_FILENO]) macro
|
| /freebsd-9-stable/contrib/sendmail/src/ |
| D | main.c | 220 InChannel = smioin; 2093 if (isatty(sm_io_getinfo(smioin, SM_IO_WHAT_FD, NULL))) 2116 if (sm_io_fgets(smioin, SM_TIME_DEFAULT, buf, 3358 if (InChannel != smioin) 3361 InChannel = smioin; 3364 SM_IO_RDONLY, NULL, smioin) == NULL)
|
| D | deliver.c | 1945 mci->mci_in = smioin;
|