Searched refs:smioin (Results 1 – 4 of 4) sorted by relevance
/titanic_41/usr/src/cmd/sendmail/aux/ |
H A D | makemap.c | 396 while (sm_io_fgets(smioin, SM_TIME_DEFAULT, ibuf, sizeof ibuf) 410 else if (!sm_io_eof(smioin))
|
/titanic_41/usr/src/cmd/sendmail/include/sm/ |
H A D | io.h | 169 #define smioin (&SmIoF[SMIOIN_FILENO]) macro
|
/titanic_41/usr/src/cmd/sendmail/src/ |
H A D | main.c | 224 InChannel = smioin; 2085 if (isatty(sm_io_getinfo(smioin, SM_IO_WHAT_FD, NULL))) 2108 if (sm_io_fgets(smioin, SM_TIME_DEFAULT, buf, 3314 if (InChannel != smioin) 3317 InChannel = smioin; 3320 SM_IO_RDONLY, NULL, smioin) == NULL)
|
H A D | deliver.c | 1940 mci->mci_in = smioin;
|