/freebsd/contrib/sendmail/libsm/ |
H A D | t-fget.c | 27 wfp = sm_io_open(SmFtStdio, SM_TIME_DEFAULT, fn, in check() 38 rfp = sm_io_open(SmFtStdio, SM_TIME_DEFAULT, fn, in check()
|
H A D | cf.c | 54 cfp = sm_io_open(SmFtStdio, SM_TIME_DEFAULT, path, SM_IO_RDONLY, NULL);
|
H A D | stdio.c | 510 fp = sm_fp(SmFtStdio, ioflags, NULL);
|
/freebsd/contrib/sendmail/src/ |
H A D | collect.c | 1058 if ((e->e_dfp = sm_io_open(SmFtStdio, SM_TIME_DEFAULT, dfname, 1142 (void) sm_io_reopen(SmFtStdio, SM_TIME_DEFAULT, dfname, 1177 if (sm_io_reopen(SmFtStdio, SM_TIME_DEFAULT, SM_PATH_DEVNULL,
|
H A D | main.c | 460 smdebug = sm_io_open(SmFtStdio, SM_TIME_DEFAULT, 1190 TrafficLogFile = sm_io_open(SmFtStdio, 1195 TrafficLogFile = sm_io_open(SmFtStdio, 3465 if (sm_io_reopen(SmFtStdio, SM_TIME_DEFAULT, SM_PATH_DEVNULL, 3493 sm_io_reopen(SmFtStdio, SM_TIME_DEFAULT, SM_PATH_DEVNULL,
|
H A D | conf.c | 1859 fp = sm_io_open(SmFtStdio, SM_TIME_DEFAULT, _PATH_LOADAVG, SM_IO_RDONLY, in _SM_CONF_BROKEN_STRTOD() 2910 if ((file = sm_io_open(SmFtStdio, SM_TIME_DEFAULT, "/etc/whoami", 2924 if ((file = sm_io_open(SmFtStdio, SM_TIME_DEFAULT, 3283 shellf = sm_io_open(SmFtStdio, SM_TIME_DEFAULT, _PATH_SHELLS,
|
H A D | envelope.c | 902 e->e_xfp = sm_io_open(SmFtStdio, SM_TIME_DEFAULT,
|
H A D | queue.c | 2418 out = sm_io_open(SmFtStdio, SM_TIME_DEFAULT, 2765 cf = sm_io_open(SmFtStdio, SM_TIME_DEFAULT, qf, SM_IO_RDONLY_B, 4045 qfp = sm_io_open(SmFtStdio, SM_TIME_DEFAULT, qf, SM_IO_RDWR_B, NULL); 4667 e->e_dfp = sm_io_open(SmFtStdio, SM_TIME_DEFAULT, p, SM_IO_RDONLY_B, 5042 f = sm_io_open(SmFtStdio, SM_TIME_DEFAULT, qf, SM_IO_RDONLY_B,
|
H A D | savemail.c | 189 if (p == NULL || sm_io_reopen(SmFtStdio,
|
H A D | recipient.c | 1679 else if ((fp = sm_io_open(SmFtStdio, SM_TIME_DEFAULT, fname,
|
H A D | milter.c | 1719 if ((e->e_dfp = sm_io_open(SmFtStdio, SM_TIME_DEFAULT, dfname, 1777 else if ((e->e_dfp = sm_io_open(SmFtStdio, SM_TIME_DEFAULT, dfname,
|
H A D | srvrsmtp.c | 3860 out = sm_io_open(SmFtStdio, 4336 e->e_dfp = sm_io_open(SmFtStdio, SM_TIME_DEFAULT, dfname,
|
H A D | deliver.c | 5809 e->e_dfp = sm_io_open(SmFtStdio, SM_TIME_DEFAULT, df, 6526 e->e_dfp = sm_io_open(SmFtStdio, SM_TIME_DEFAULT, df,
|
H A D | map.c | 6606 f = sm_io_open(SmFtStdio, SM_TIME_DEFAULT, HostsFile, SM_IO_RDONLY,
|
/freebsd/contrib/sendmail/mailstats/ |
H A D | mailstats.c | 122 if ((cfp = sm_io_open(SmFtStdio, SM_TIME_DEFAULT, cfile, SM_IO_RDONLY,
|
/freebsd/contrib/sendmail/praliases/ |
H A D | praliases.c | 121 if ((cfp = sm_io_open(SmFtStdio, SM_TIME_DEFAULT, cfile, SM_IO_RDONLY,
|
/freebsd/contrib/sendmail/include/sm/ |
H A D | io.h | 174 #define SmFtStdio (&SmFtStdio_def) macro
|
/freebsd/contrib/sendmail/makemap/ |
H A D | makemap.c | 180 if ((cfp = sm_io_open(SmFtStdio, SM_TIME_DEFAULT, cfile,
|
/freebsd/contrib/sendmail/vacation/ |
H A D | vacation.c | 1063 mfp = sm_io_open(SmFtStdio, SM_TIME_DEFAULT, msgfn, SM_IO_RDONLY, NULL);
|