/titanic_50/usr/src/cmd/sendmail/libsm/ |
H A D | cf.c | 55 cfp = sm_io_open(SmFtStdio, SM_TIME_DEFAULT, path, SM_IO_RDONLY, NULL);
|
H A D | stdio.c | 512 fp = sm_fp(SmFtStdio, ioflags, NULL);
|
/titanic_50/usr/src/cmd/sendmail/src/ |
H A D | collect.c | 898 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 D | main.c | 446 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 D | conf.c | 1781 fp = sm_io_open(SmFtStdio, SM_TIME_DEFAULT, _PATH_LOADAVG, SM_IO_RDONLY, in _SM_CONF_BROKEN_STRTOD() 2832 if ((file = sm_io_open(SmFtStdio, SM_TIME_DEFAULT, "/etc/whoami", 2846 if ((file = sm_io_open(SmFtStdio, SM_TIME_DEFAULT, 3207 shellf = sm_io_open(SmFtStdio, SM_TIME_DEFAULT, _PATH_SHELLS,
|
H A D | queue.c | 2340 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); 4565 e->e_dfp = sm_io_open(SmFtStdio, SM_TIME_DEFAULT, p, SM_IO_RDONLY_B, 4904 f = sm_io_open(SmFtStdio, SM_TIME_DEFAULT, qf, SM_IO_RDONLY_B,
|
H A D | envelope.c | 890 e->e_xfp = sm_io_open(SmFtStdio, SM_TIME_DEFAULT,
|
H A D | savemail.c | 187 if (p == NULL || sm_io_reopen(SmFtStdio,
|
H A D | recipient.c | 1663 else if ((fp = sm_io_open(SmFtStdio, SM_TIME_DEFAULT, fname,
|
H A D | milter.c | 1743 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 D | deliver.c | 4583 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 D | srvrsmtp.c | 3634 e->e_dfp = sm_io_open(SmFtStdio, SM_TIME_DEFAULT, dfname,
|
H A D | map.c | 5906 f = sm_io_open(SmFtStdio, SM_TIME_DEFAULT, HostsFile, SM_IO_RDONLY,
|
/titanic_50/usr/src/cmd/sendmail/aux/ |
H A D | mailstats.c | 121 if ((cfp = sm_io_open(SmFtStdio, SM_TIME_DEFAULT, cfile, SM_IO_RDONLY,
|
H A D | praliases.c | 116 if ((cfp = sm_io_open(SmFtStdio, SM_TIME_DEFAULT, cfile, SM_IO_RDONLY,
|
H A D | makemap.c | 240 if ((cfp = sm_io_open(SmFtStdio, SM_TIME_DEFAULT, cfile, SM_IO_RDONLY,
|
/titanic_50/usr/src/cmd/sendmail/include/sm/ |
H A D | io.h | 176 #define SmFtStdio (&SmFtStdio_def) macro
|