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

12

/freebsd-12-stable/contrib/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
/freebsd-12-stable/contrib/sendmail/src/
H A Dsfsasl.c390 newin = sm_io_open(&sasl_vector, SM_TIME_DEFAULT, &info,
398 newout = sm_io_open(&sasl_vector, SM_TIME_DEFAULT, &info,
973 tlsin = sm_io_open(&tls_vector, SM_TIME_DEFAULT, &info, SM_IO_RDONLY_B,
979 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 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.c400 (tfp = sm_io_open(SmFtStdiofd, SM_TIME_DEFAULT,
469 if (tfd < 0 || (tfp = sm_io_open(SmFtStdiofd, SM_TIME_DEFAULT,
561 if (dfd < 0 || (dfp = sm_io_open(SmFtStdiofd, SM_TIME_DEFAULT,
2382 out = sm_io_open(SmFtStdio, SM_TIME_DEFAULT,
2729 cf = sm_io_open(SmFtStdio, SM_TIME_DEFAULT, qf, SM_IO_RDONLY_B,
3987 qfp = sm_io_open(SmFtStdio, SM_TIME_DEFAULT, qf, SM_IO_RDWR_B, NULL);
3993 sm_dprintf("readqf(%s): sm_io_open failure (%s)\n",
4624 e->e_dfp = sm_io_open(SmFtStdio, SM_TIME_DEFAULT, p, SM_IO_RDONLY_B,
4974 f = sm_io_open(SmFtStdio, SM_TIME_DEFAULT, qf, SM_IO_RDONLY_B,
8760 tempqfp = sm_io_open(SmFtStdiof
[all...]
H A Dcollect.c913 if ((e->e_dfp = sm_io_open(SmFtStdio, SM_TIME_DEFAULT, dfname,
H A Ddaemon.c826 if ((inchannel = sm_io_open(SmFtStdiofd,
832 (outchannel = sm_io_open(SmFtStdiofd,
2920 if ((mci->mci_out = sm_io_open(SmFtStdiofd, SM_TIME_DEFAULT,
2924 (mci->mci_in = sm_io_open(SmFtStdiofd, SM_TIME_DEFAULT,
3115 if ((mci->mci_out = sm_io_open(SmFtStdiofd, SM_TIME_DEFAULT,
3119 (mci->mci_in = sm_io_open(SmFtStdiofd, SM_TIME_DEFAULT,
H A Dmain.c448 smdebug = sm_io_open(SmFtStdio, SM_TIME_DEFAULT,
1155 TrafficLogFile = sm_io_open(SmFtStdio,
1160 TrafficLogFile = sm_io_open(SmFtStdio,
H A Dconf.c1855 fp = sm_io_open(SmFtStdio, SM_TIME_DEFAULT, _PATH_LOADAVG, SM_IO_RDONLY,
1860 sm_dprintf("getla: sm_io_open(%s): %s\n",
2908 if ((file = sm_io_open(SmFtStdio, SM_TIME_DEFAULT, "/etc/whoami",
2922 if ((file = sm_io_open(SmFtStdio, SM_TIME_DEFAULT,
3281 shellf = sm_io_open(SmFtStdio, SM_TIME_DEFAULT, _PATH_SHELLS,
H A Denvelope.c917 e->e_xfp = sm_io_open(SmFtStdio, SM_TIME_DEFAULT,
H A Ddeliver.c2900 mci->mci_out = sm_io_open(SmFtStdiofd, SM_TIME_DEFAULT,
2915 mci->mci_in = sm_io_open(SmFtStdiofd, SM_TIME_DEFAULT,
4844 e->e_dfp = sm_io_open(SmFtStdio, SM_TIME_DEFAULT, df,
5561 e->e_dfp = sm_io_open(SmFtStdio, SM_TIME_DEFAULT, df,
H A Drecipient.c1666 else if ((fp = sm_io_open(SmFtStdio, SM_TIME_DEFAULT, fname,
H A Dmilter.c1718 if ((e->e_dfp = sm_io_open(SmFtStdio, SM_TIME_DEFAULT, dfname,
1721 MILTER_DF_ERROR("milter_reopen_df: sm_io_open %s: %s");
1776 else if ((e->e_dfp = sm_io_open(SmFtStdio, SM_TIME_DEFAULT, dfname,
H A Dusersmtp.c779 f = sm_io_open(SmFtStdiofd, SM_TIME_DEFAULT,
H A Dmap.c6343 f = sm_io_open(SmFtStdio, SM_TIME_DEFAULT, HostsFile, SM_IO_RDONLY,
8408 if ((map->map_db1 = (ARBPTR_T) sm_io_open(SmFtStdiofd,
H A Dreadcf.c1162 f = sm_io_open(SmFtStdiofd, SM_TIME_DEFAULT,
/freebsd-12-stable/contrib/sendmail/praliases/
H A Dpraliases.c116 if ((cfp = sm_io_open(SmFtStdio, SM_TIME_DEFAULT, cfile, SM_IO_RDONLY,
/freebsd-12-stable/contrib/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,
/freebsd-12-stable/contrib/sendmail/include/sm/
H A Dio.h285 SM_FILE_T *sm_io_open __P((const SM_FILE_T *, int SM_NONVOLATILE, const void *,
/freebsd-12-stable/contrib/sendmail/mailstats/
H A Dmailstats.c122 if ((cfp = sm_io_open(SmFtStdio, SM_TIME_DEFAULT, cfile, SM_IO_RDONLY,
/freebsd-12-stable/contrib/sendmail/rmail/
H A Drmail.c378 if ((fp = sm_io_open(SmFtStdiofd, SM_TIME_DEFAULT, (void *) &(pdes[1]),
380 err(EX_OSERR, "sm_io_open failed");
/freebsd-12-stable/contrib/sendmail/makemap/
H A Dmakemap.c104 if ((cfp = sm_io_open(SmFtStdio, SM_TIME_DEFAULT, cfile,
/freebsd-12-stable/contrib/sendmail/libsmutil/
H A Dsafefile.c834 fp = sm_io_open(SmFtStdiofd, SM_TIME_DEFAULT,

Completed in 383 milliseconds

12