Searched refs:sm_io_open (Results 1 - 25 of 26) sorted by relevance

12

/sendmail/libsm/
H A Dt-fget.c27 wfp = sm_io_open(SmFtStdio, SM_TIME_DEFAULT, fn,
38 rfp = sm_io_open(SmFtStdio, SM_TIME_DEFAULT, fn,
H A Dcf.c53 cfp = sm_io_open(SmFtStdio, SM_TIME_DEFAULT, path, SM_IO_RDONLY, NULL);
H A Dfopen.c34 ** OPENALRM -- handler when timeout activated for sm_io_open()
107 sm_io_open(type, timeout, info, flags, rpool) function
353 ** another sm_io_open() by file descriptor. The modes have been
/sendmail/sendmail/
H A Dsfsasl.c389 newin = sm_io_open(&sasl_vector, SM_TIME_DEFAULT, &info,
397 newout = sm_io_open(&sasl_vector, SM_TIME_DEFAULT, &info,
976 tlsin = sm_io_open(&tls_vector, SM_TIME_DEFAULT, &info, SM_IO_RDONLY_B,
982 tlsout = sm_io_open(&tls_vector, SM_TIME_DEFAULT, &info, SM_IO_WRONLY_B,
H A Dcontrol.c291 s = sm_io_open(SmFtStdiofd, SM_TIME_DEFAULT, (void *) &sock,
H A Ddaemon.c808 if ((inchannel = sm_io_open(SmFtStdiofd,
814 (outchannel = sm_io_open(SmFtStdiofd,
2801 if ((mci->mci_out = sm_io_open(SmFtStdiofd, SM_TIME_DEFAULT,
2805 (mci->mci_in = sm_io_open(SmFtStdiofd, SM_TIME_DEFAULT,
2984 if ((mci->mci_out = sm_io_open(SmFtStdiofd, SM_TIME_DEFAULT,
2988 (mci->mci_in = sm_io_open(SmFtStdiofd, SM_TIME_DEFAULT,
H A Dbf.c83 ** SM_BFOPEN -- the "base" open function called by sm_io_open() for the
203 ** any value of errno specified by sm_io_open()
250 return sm_io_open(&vector, SM_TIME_DEFAULT, &info, SM_IO_RDWR, NULL);
H A Dqueue.c399 (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,
2353 out = sm_io_open(SmFtStdio, SM_TIME_DEFAULT,
2700 cf = sm_io_open(SmFtStdio, SM_TIME_DEFAULT, qf, SM_IO_RDONLY_B,
3960 qfp = sm_io_open(SmFtStdio, SM_TIME_DEFAULT, qf, SM_IO_RDWR_B, NULL);
3966 sm_dprintf("readqf(%s): sm_io_open failure (%s)\n",
4579 e->e_dfp = sm_io_open(SmFtStdio, SM_TIME_DEFAULT, p, SM_IO_RDONLY_B,
4918 f = sm_io_open(SmFtStdio, SM_TIME_DEFAULT, qf, SM_IO_RDONLY_B,
8571 tempqfp = sm_io_open(SmFtStdiof
[all...]
H A Dcollect.c917 if ((e->e_dfp = sm_io_open(SmFtStdio, SM_TIME_DEFAULT, dfname,
H A Dmain.c445 smdebug = sm_io_open(SmFtStdio, SM_TIME_DEFAULT,
1141 TrafficLogFile = sm_io_open(SmFtStdio,
1146 TrafficLogFile = sm_io_open(SmFtStdio,
H A Dconf.c1786 fp = sm_io_open(SmFtStdio, SM_TIME_DEFAULT, _PATH_LOADAVG, SM_IO_RDONLY,
1791 sm_dprintf("getla: sm_io_open(%s): %s\n",
2837 if ((file = sm_io_open(SmFtStdio, SM_TIME_DEFAULT, "/etc/whoami",
2851 if ((file = sm_io_open(SmFtStdio, SM_TIME_DEFAULT,
3212 shellf = sm_io_open(SmFtStdio, SM_TIME_DEFAULT, _PATH_SHELLS,
H A Ddeliver.c2795 mci->mci_out = sm_io_open(SmFtStdiofd, SM_TIME_DEFAULT,
2810 mci->mci_in = sm_io_open(SmFtStdiofd, SM_TIME_DEFAULT,
4591 e->e_dfp = sm_io_open(SmFtStdio, SM_TIME_DEFAULT, df,
5308 e->e_dfp = sm_io_open(SmFtStdio, SM_TIME_DEFAULT, df,
H A Denvelope.c892 e->e_xfp = sm_io_open(SmFtStdio, SM_TIME_DEFAULT,
H A Drecipient.c1661 else if ((fp = sm_io_open(SmFtStdio, SM_TIME_DEFAULT, fname,
H A Dmilter.c1720 if ((e->e_dfp = sm_io_open(SmFtStdio, SM_TIME_DEFAULT, dfname,
1723 MILTER_DF_ERROR("milter_reopen_df: sm_io_open %s: %s");
1778 else if ((e->e_dfp = sm_io_open(SmFtStdio, SM_TIME_DEFAULT, dfname,
H A Dusersmtp.c762 f = sm_io_open(SmFtStdiofd, SM_TIME_DEFAULT,
H A Dmap.c5904 f = sm_io_open(SmFtStdio, SM_TIME_DEFAULT, HostsFile, SM_IO_RDONLY,
7855 if ((map->map_db1 = (ARBPTR_T) sm_io_open(SmFtStdiofd,
H A Dreadcf.c1117 f = sm_io_open(SmFtStdiofd, SM_TIME_DEFAULT,
/sendmail/praliases/
H A Dpraliases.c116 if ((cfp = sm_io_open(SmFtStdio, SM_TIME_DEFAULT, cfile, SM_IO_RDONLY,
/sendmail/vacation/
H A Dvacation.c993 mfp = sm_io_open(SmFtStdio, SM_TIME_DEFAULT, msgfn, SM_IO_RDONLY, NULL);
1037 if ((sfp = sm_io_open(SmFtStdiofd, SM_TIME_DEFAULT,
/sendmail/include/sm/
H A Dio.h285 SM_FILE_T *sm_io_open __P((const SM_FILE_T *, int SM_NONVOLATILE, const void *,
/sendmail/mailstats/
H A Dmailstats.c122 if ((cfp = sm_io_open(SmFtStdio, SM_TIME_DEFAULT, cfile, SM_IO_RDONLY,
/sendmail/makemap/
H A Dmakemap.c240 if ((cfp = sm_io_open(SmFtStdio, SM_TIME_DEFAULT, cfile,
/sendmail/rmail/
H A Drmail.c372 if ((fp = sm_io_open(SmFtStdiofd, SM_TIME_DEFAULT, (void *) &(pdes[1]),
374 err(EX_OSERR, "sm_io_open failed");
/sendmail/libsmutil/
H A Dsafefile.c835 fp = sm_io_open(SmFtStdiofd, SM_TIME_DEFAULT,

Completed in 1033 milliseconds

12