Searched refs:SmFtStdiofd (Results 1 – 11 of 11) sorted by relevance
/freebsd/contrib/sendmail/src/ |
H A D | control.c | 290 s = sm_io_open(SmFtStdiofd, SM_TIME_DEFAULT, (void *) &sock,
|
H A D | daemon.c | 834 if ((inchannel = sm_io_open(SmFtStdiofd, 840 (outchannel = sm_io_open(SmFtStdiofd, 2993 if ((mci->mci_out = sm_io_open(SmFtStdiofd, SM_TIME_DEFAULT, 2997 (mci->mci_in = sm_io_open(SmFtStdiofd, SM_TIME_DEFAULT, 3200 if ((mci->mci_out = sm_io_open(SmFtStdiofd, SM_TIME_DEFAULT, 3204 (mci->mci_in = sm_io_open(SmFtStdiofd, SM_TIME_DEFAULT,
|
H A D | queue.c | 404 (tfp = sm_io_open(SmFtStdiofd, SM_TIME_DEFAULT, 473 if (tfd < 0 || (tfp = sm_io_open(SmFtStdiofd, SM_TIME_DEFAULT, 565 if (dfd < 0 || (dfp = sm_io_open(SmFtStdiofd, SM_TIME_DEFAULT, 8823 tempqfp = sm_io_open(SmFtStdiofd, SM_TIME_DEFAULT, (void *) &fd,
|
H A D | usersmtp.c | 811 f = sm_io_open(SmFtStdiofd, SM_TIME_DEFAULT,
|
H A D | deliver.c | 3512 mci->mci_out = sm_io_open(SmFtStdiofd, SM_TIME_DEFAULT, 3527 mci->mci_in = sm_io_open(SmFtStdiofd, SM_TIME_DEFAULT,
|
H A D | readcf.c | 1210 f = sm_io_open(SmFtStdiofd, SM_TIME_DEFAULT,
|
H A D | map.c | 8679 if ((map->map_db1 = (ARBPTR_T) sm_io_open(SmFtStdiofd,
|
/freebsd/contrib/sendmail/rmail/ |
H A D | rmail.c | 378 if ((fp = sm_io_open(SmFtStdiofd, SM_TIME_DEFAULT, (void *) &(pdes[1]),
|
/freebsd/contrib/sendmail/include/sm/ |
H A D | io.h | 175 #define SmFtStdiofd (&SmFtStdiofd_def) macro
|
/freebsd/contrib/sendmail/libsmutil/ |
H A D | safefile.c | 834 fp = sm_io_open(SmFtStdiofd, SM_TIME_DEFAULT,
|
/freebsd/contrib/sendmail/vacation/ |
H A D | vacation.c | 1107 if ((sfp = sm_io_open(SmFtStdiofd, SM_TIME_DEFAULT,
|