/sendmail/libsm/ |
H A D | t-fget.c | 27 wfp = sm_io_open(SmFtStdio, SM_TIME_DEFAULT, fn, 38 rfp = sm_io_open(SmFtStdio, SM_TIME_DEFAULT, fn,
|
H A D | cf.c | 53 cfp = sm_io_open(SmFtStdio, SM_TIME_DEFAULT, path, SM_IO_RDONLY, NULL);
|
H A D | fopen.c | 34 ** 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 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, 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 D | control.c | 291 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, 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 D | bf.c | 83 ** 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 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, 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 D | collect.c | 917 if ((e->e_dfp = sm_io_open(SmFtStdio, SM_TIME_DEFAULT, dfname,
|
H A D | main.c | 445 smdebug = sm_io_open(SmFtStdio, SM_TIME_DEFAULT, 1141 TrafficLogFile = sm_io_open(SmFtStdio, 1146 TrafficLogFile = sm_io_open(SmFtStdio,
|
H A D | conf.c | 1786 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 D | deliver.c | 2795 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 D | envelope.c | 892 e->e_xfp = sm_io_open(SmFtStdio, SM_TIME_DEFAULT,
|
H A D | recipient.c | 1661 else if ((fp = sm_io_open(SmFtStdio, SM_TIME_DEFAULT, fname,
|
H A D | milter.c | 1720 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 D | usersmtp.c | 762 f = sm_io_open(SmFtStdiofd, SM_TIME_DEFAULT,
|
H A D | map.c | 5904 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 D | readcf.c | 1117 f = sm_io_open(SmFtStdiofd, SM_TIME_DEFAULT,
|
/sendmail/praliases/ |
H A D | praliases.c | 116 if ((cfp = sm_io_open(SmFtStdio, SM_TIME_DEFAULT, cfile, SM_IO_RDONLY,
|
/sendmail/vacation/ |
H A D | vacation.c | 993 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 D | io.h | 285 SM_FILE_T *sm_io_open __P((const SM_FILE_T *, int SM_NONVOLATILE, const void *,
|
/sendmail/mailstats/ |
H A D | mailstats.c | 122 if ((cfp = sm_io_open(SmFtStdio, SM_TIME_DEFAULT, cfile, SM_IO_RDONLY,
|
/sendmail/makemap/ |
H A D | makemap.c | 240 if ((cfp = sm_io_open(SmFtStdio, SM_TIME_DEFAULT, cfile,
|
/sendmail/rmail/ |
H A D | rmail.c | 372 if ((fp = sm_io_open(SmFtStdiofd, SM_TIME_DEFAULT, (void *) &(pdes[1]), 374 err(EX_OSERR, "sm_io_open failed");
|
/sendmail/libsmutil/ |
H A D | safefile.c | 835 fp = sm_io_open(SmFtStdiofd, SM_TIME_DEFAULT,
|