/illumos-gate/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 | fopen.c | 36 ** OPENALRM -- handler when timeout activated for sm_io_open() 109 sm_io_open(type, timeout, info, flags, rpool) function 355 ** another sm_io_open() by file descriptor. The modes have been
|
/illumos-gate/usr/src/cmd/sendmail/src/ |
H A D | sfsasl.c | 389 newin = sm_io_open(&sasl_vector, SM_TIME_DEFAULT, &info, 397 newout = sm_io_open(&sasl_vector, SM_TIME_DEFAULT, &info, 955 tlsin = sm_io_open(&tls_vector, SM_TIME_DEFAULT, &info, SM_IO_RDONLY_B, 961 tlsout = sm_io_open(&tls_vector, SM_TIME_DEFAULT, &info, SM_IO_WRONLY_B,
|
H A D | control.c | 293 s = sm_io_open(SmFtStdiofd, SM_TIME_DEFAULT, (void *) &sock,
|
H A D | daemon.c | 808 if ((inchannel = sm_io_open(SmFtStdiofd, 814 (outchannel = sm_io_open(SmFtStdiofd, 2797 if ((mci->mci_out = sm_io_open(SmFtStdiofd, SM_TIME_DEFAULT, 2801 (mci->mci_in = sm_io_open(SmFtStdiofd, SM_TIME_DEFAULT, 2977 if ((mci->mci_out = sm_io_open(SmFtStdiofd, SM_TIME_DEFAULT, 2981 (mci->mci_in = sm_io_open(SmFtStdiofd, SM_TIME_DEFAULT,
|
H A D | bf.c | 85 ** SM_BFOPEN -- the "base" open function called by sm_io_open() for the 205 ** any value of errno specified by sm_io_open() 252 return sm_io_open(&vector, SM_TIME_DEFAULT, &info, SM_IO_RDWR, NULL);
|
H A D | queue.c | 399 (tfp = sm_io_open(SmFtStdiofd, SM_TIME_DEFAULT, 468 if (tfd < 0 || (tfp = sm_io_open(SmFtStdiofd, SM_TIME_DEFAULT, 560 if (dfd < 0 || (dfp = sm_io_open(SmFtStdiofd, SM_TIME_DEFAULT, 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); 3952 sm_dprintf("readqf(%s): sm_io_open failure (%s)\n", 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, 8547 tempqfp = sm_io_open(SmFtStdiof [all...] |
H A D | collect.c | 898 if ((e->e_dfp = sm_io_open(SmFtStdio, SM_TIME_DEFAULT, dfname,
|
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,
|
H A D | conf.c | 1781 fp = sm_io_open(SmFtStdio, SM_TIME_DEFAULT, _PATH_LOADAVG, SM_IO_RDONLY, 1786 sm_dprintf("getla: sm_io_open(%s): %s\n", 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 | deliver.c | 2787 mci->mci_out = sm_io_open(SmFtStdiofd, SM_TIME_DEFAULT, 2802 mci->mci_in = sm_io_open(SmFtStdiofd, SM_TIME_DEFAULT, 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 | envelope.c | 890 e->e_xfp = sm_io_open(SmFtStdio, SM_TIME_DEFAULT,
|
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, 1746 MILTER_DF_ERROR("milter_reopen_df: sm_io_open %s: %s"); 1801 else if ((e->e_dfp = sm_io_open(SmFtStdio, SM_TIME_DEFAULT, dfname,
|
H A D | readcf.c | 1108 f = sm_io_open(SmFtStdiofd, SM_TIME_DEFAULT,
|
H A D | usersmtp.c | 754 f = sm_io_open(SmFtStdiofd, SM_TIME_DEFAULT,
|
H A D | map.c | 5906 f = sm_io_open(SmFtStdio, SM_TIME_DEFAULT, HostsFile, SM_IO_RDONLY, 7776 if ((map->map_db1 = (ARBPTR_T) sm_io_open(SmFtStdiofd,
|
H A D | srvrsmtp.c | 3634 e->e_dfp = sm_io_open(SmFtStdio, SM_TIME_DEFAULT, dfname,
|
/illumos-gate/usr/src/cmd/sendmail/aux/ |
H A D | praliases.c | 116 if ((cfp = sm_io_open(SmFtStdio, SM_TIME_DEFAULT, cfile, SM_IO_RDONLY,
|
H A D | mailstats.c | 121 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,
|
/illumos-gate/usr/src/cmd/sendmail/include/sm/ |
H A D | io.h | 287 SM_FILE_T *sm_io_open __P((const SM_FILE_T *, int SM_NONVOLATILE, const void *,
|
/illumos-gate/usr/src/cmd/sendmail/libsmutil/ |
H A D | safefile.c | 835 fp = sm_io_open(SmFtStdiofd, SM_TIME_DEFAULT,
|