Home
last modified time | relevance | path

Searched refs:SmFtStdio (Results 1 – 17 of 17) sorted by relevance

/illumos-gate/usr/src/cmd/sendmail/libsm/
H A Dcf.c53 cfp = sm_io_open(SmFtStdio, SM_TIME_DEFAULT, path, SM_IO_RDONLY, NULL);
H A Dstdio.c510 fp = sm_fp(SmFtStdio, ioflags, NULL);
/illumos-gate/usr/src/cmd/sendmail/src/
H A Dcollect.c898 if ((e->e_dfp = sm_io_open(SmFtStdio, SM_TIME_DEFAULT, dfname,
977 (void) sm_io_reopen(SmFtStdio, SM_TIME_DEFAULT, dfname,
1012 if (sm_io_reopen(SmFtStdio, SM_TIME_DEFAULT, SM_PATH_DEVNULL,
H A Dmain.c446 smdebug = sm_io_open(SmFtStdio, SM_TIME_DEFAULT,
1142 TrafficLogFile = sm_io_open(SmFtStdio,
1147 TrafficLogFile = sm_io_open(SmFtStdio,
3319 if (sm_io_reopen(SmFtStdio, SM_TIME_DEFAULT, SM_PATH_DEVNULL,
3347 sm_io_reopen(SmFtStdio, SM_TIME_DEFAULT, SM_PATH_DEVNULL,
H A Dconf.c1782 fp = sm_io_open(SmFtStdio, SM_TIME_DEFAULT, _PATH_LOADAVG, SM_IO_RDONLY, in _SM_CONF_BROKEN_STRTOD()
2833 if ((file = sm_io_open(SmFtStdio, SM_TIME_DEFAULT, "/etc/whoami",
2847 if ((file = sm_io_open(SmFtStdio, SM_TIME_DEFAULT,
3208 shellf = sm_io_open(SmFtStdio, SM_TIME_DEFAULT, _PATH_SHELLS,
H A Dqueue.c2340 out = sm_io_open(SmFtStdio, SM_TIME_DEFAULT,
2687 cf = sm_io_open(SmFtStdio, SM_TIME_DEFAULT, qf, SM_IO_RDONLY_B,
3946 qfp = sm_io_open(SmFtStdio, SM_TIME_DEFAULT, qf, SM_IO_RDWR_B, NULL);
4566 e->e_dfp = sm_io_open(SmFtStdio, SM_TIME_DEFAULT, p, SM_IO_RDONLY_B,
4905 f = sm_io_open(SmFtStdio, SM_TIME_DEFAULT, qf, SM_IO_RDONLY_B,
H A Denvelope.c892 e->e_xfp = sm_io_open(SmFtStdio, SM_TIME_DEFAULT,
H A Dsavemail.c189 if (p == NULL || sm_io_reopen(SmFtStdio,
H A Drecipient.c1661 else if ((fp = sm_io_open(SmFtStdio, SM_TIME_DEFAULT, fname,
H A Dmilter.c1743 if ((e->e_dfp = sm_io_open(SmFtStdio, SM_TIME_DEFAULT, dfname,
1801 else if ((e->e_dfp = sm_io_open(SmFtStdio, SM_TIME_DEFAULT, dfname,
H A Ddeliver.c4583 e->e_dfp = sm_io_open(SmFtStdio, SM_TIME_DEFAULT, df,
5300 e->e_dfp = sm_io_open(SmFtStdio, SM_TIME_DEFAULT, df,
H A Dsrvrsmtp.c3634 e->e_dfp = sm_io_open(SmFtStdio, SM_TIME_DEFAULT, dfname,
H A Dmap.c5906 f = sm_io_open(SmFtStdio, SM_TIME_DEFAULT, HostsFile, SM_IO_RDONLY,
/illumos-gate/usr/src/cmd/sendmail/util/
H A Dmailstats.c119 if ((cfp = sm_io_open(SmFtStdio, SM_TIME_DEFAULT, cfile, SM_IO_RDONLY,
H A Dpraliases.c116 if ((cfp = sm_io_open(SmFtStdio, SM_TIME_DEFAULT, cfile, SM_IO_RDONLY,
H A Dmakemap.c237 if ((cfp = sm_io_open(SmFtStdio, SM_TIME_DEFAULT, cfile, SM_IO_RDONLY,
/illumos-gate/usr/src/cmd/sendmail/include/sm/
H A Dio.h174 #define SmFtStdio (&SmFtStdio_def) macro