| /mirbsd/src/gnu/usr.sbin/sendmail/libsm/ |
| D | t-fget.c | 27 wfp = sm_io_open(SmFtStdio, SM_TIME_DEFAULT, fn, in check() 38 rfp = sm_io_open(SmFtStdio, SM_TIME_DEFAULT, fn, in check()
|
| D | cf.c | 53 cfp = sm_io_open(SmFtStdio, SM_TIME_DEFAULT, path, SM_IO_RDONLY, NULL);
|
| D | fopen.c | 107 sm_io_open(type, timeout, info, flags, rpool) in sm_io_open() function
|
| /mirbsd/src/gnu/usr.sbin/sendmail/sendmail/ |
| D | sfsasl.c | 390 newin = sm_io_open(&sasl_vector, SM_TIME_DEFAULT, &info, 398 newout = sm_io_open(&sasl_vector, SM_TIME_DEFAULT, &info, 977 tlsin = sm_io_open(&tls_vector, SM_TIME_DEFAULT, &info, SM_IO_RDONLY_B, 983 tlsout = sm_io_open(&tls_vector, SM_TIME_DEFAULT, &info, SM_IO_WRONLY_B,
|
| D | control.c | 291 s = sm_io_open(SmFtStdiofd, SM_TIME_DEFAULT, (void *) &sock,
|
| 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,
|
| D | queue.c | 405 (tfp = sm_io_open(SmFtStdiofd, SM_TIME_DEFAULT, 474 if (tfd < 0 || (tfp = sm_io_open(SmFtStdiofd, SM_TIME_DEFAULT, 566 if (dfd < 0 || (dfp = sm_io_open(SmFtStdiofd, SM_TIME_DEFAULT, 2359 out = sm_io_open(SmFtStdio, SM_TIME_DEFAULT, 2706 cf = sm_io_open(SmFtStdio, SM_TIME_DEFAULT, qf, SM_IO_RDONLY_B, 3966 qfp = sm_io_open(SmFtStdio, SM_TIME_DEFAULT, qf, SM_IO_RDWR_B, NULL); 4585 e->e_dfp = sm_io_open(SmFtStdio, SM_TIME_DEFAULT, p, SM_IO_RDONLY_B, 4924 f = sm_io_open(SmFtStdio, SM_TIME_DEFAULT, qf, SM_IO_RDONLY_B, 8577 tempqfp = sm_io_open(SmFtStdiofd, SM_TIME_DEFAULT, (void *) &fd,
|
| D | bf.c | 250 return sm_io_open(&vector, SM_TIME_DEFAULT, &info, SM_IO_RDWR, NULL);
|
| D | collect.c | 917 if ((e->e_dfp = sm_io_open(SmFtStdio, SM_TIME_DEFAULT, dfname,
|
| D | conf.c | 1787 fp = sm_io_open(SmFtStdio, SM_TIME_DEFAULT, _PATH_LOADAVG, SM_IO_RDONLY, in _SM_CONF_BROKEN_STRTOD() 2836 if ((file = sm_io_open(SmFtStdio, SM_TIME_DEFAULT, "/etc/whoami", 2850 if ((file = sm_io_open(SmFtStdio, SM_TIME_DEFAULT, 3212 shellf = sm_io_open(SmFtStdio, SM_TIME_DEFAULT, _PATH_SHELLS,
|
| D | main.c | 444 smdebug = sm_io_open(SmFtStdio, SM_TIME_DEFAULT, 1140 TrafficLogFile = sm_io_open(SmFtStdio, 1145 TrafficLogFile = sm_io_open(SmFtStdio,
|
| D | envelope.c | 893 e->e_xfp = sm_io_open(SmFtStdio, SM_TIME_DEFAULT,
|
| D | deliver.c | 2797 mci->mci_out = sm_io_open(SmFtStdiofd, SM_TIME_DEFAULT, 2812 mci->mci_in = sm_io_open(SmFtStdiofd, SM_TIME_DEFAULT, 4593 e->e_dfp = sm_io_open(SmFtStdio, SM_TIME_DEFAULT, df, 5310 e->e_dfp = sm_io_open(SmFtStdio, SM_TIME_DEFAULT, df,
|
| D | recipient.c | 1661 else if ((fp = sm_io_open(SmFtStdio, SM_TIME_DEFAULT, fname,
|
| D | milter.c | 1721 if ((e->e_dfp = sm_io_open(SmFtStdio, SM_TIME_DEFAULT, dfname, 1779 else if ((e->e_dfp = sm_io_open(SmFtStdio, SM_TIME_DEFAULT, dfname,
|
| D | usersmtp.c | 762 f = sm_io_open(SmFtStdiofd, SM_TIME_DEFAULT,
|
| D | map.c | 5912 f = sm_io_open(SmFtStdio, SM_TIME_DEFAULT, HostsFile, SM_IO_RDONLY, 7863 if ((map->map_db1 = (ARBPTR_T) sm_io_open(SmFtStdiofd,
|
| D | readcf.c | 1122 f = sm_io_open(SmFtStdiofd, SM_TIME_DEFAULT,
|
| /mirbsd/src/gnu/usr.sbin/sendmail/vacation/ |
| 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,
|
| /mirbsd/src/gnu/usr.sbin/sendmail/rmail/ |
| D | rmail.c | 372 if ((fp = sm_io_open(SmFtStdiofd, SM_TIME_DEFAULT, (void *) &(pdes[1]),
|
| /mirbsd/src/gnu/usr.sbin/sendmail/praliases/ |
| D | praliases.c | 116 if ((cfp = sm_io_open(SmFtStdio, SM_TIME_DEFAULT, cfile, SM_IO_RDONLY,
|
| /mirbsd/src/gnu/usr.sbin/sendmail/mailstats/ |
| D | mailstats.c | 122 if ((cfp = sm_io_open(SmFtStdio, SM_TIME_DEFAULT, cfile, SM_IO_RDONLY,
|
| /mirbsd/src/gnu/usr.sbin/sendmail/include/sm/ |
| D | io.h | 285 SM_FILE_T *sm_io_open __P((const SM_FILE_T *, int SM_NONVOLATILE, const void *,
|
| /mirbsd/src/gnu/usr.sbin/sendmail/makemap/ |
| D | makemap.c | 240 if ((cfp = sm_io_open(SmFtStdio, SM_TIME_DEFAULT, cfile,
|
| /mirbsd/src/gnu/usr.sbin/sendmail/libsmutil/ |
| D | safefile.c | 835 fp = sm_io_open(SmFtStdiofd, SM_TIME_DEFAULT,
|