Searched refs:SM_IO_RDONLY (Results 1 - 18 of 18) sorted by last modified time

/freebsd-11-stable/contrib/sendmail/vacation/
H A Dvacation.c993 mfp = sm_io_open(SmFtStdio, SM_TIME_DEFAULT, msgfn, SM_IO_RDONLY, NULL);
/freebsd-11-stable/contrib/sendmail/src/
H A Dusersmtp.c780 (void *) &fd, SM_IO_RDONLY, NULL);
H A Dsrvrsmtp.c4051 SM_IO_RDONLY, NULL);
H A Drecipient.c1667 SM_IO_RDONLY, NULL)) == NULL)
H A Dreadcf.c1163 (void *) &fd, SM_IO_RDONLY, NULL);
H A Dmap.c6343 f = sm_io_open(SmFtStdio, SM_TIME_DEFAULT, HostsFile, SM_IO_RDONLY,
H A Dmain.c3395 SM_IO_RDONLY, NULL, smioin) == NULL)
H A Dconf.c1855 fp = sm_io_open(SmFtStdio, SM_TIME_DEFAULT, _PATH_LOADAVG, SM_IO_RDONLY,
2909 SM_IO_RDONLY, NULL)) != NULL)
2923 "/usr/include/whoami.h", SM_IO_RDONLY, NULL))
3282 SM_IO_RDONLY, NULL);
/freebsd-11-stable/contrib/sendmail/praliases/
H A Dpraliases.c116 if ((cfp = sm_io_open(SmFtStdio, SM_TIME_DEFAULT, cfile, SM_IO_RDONLY,
/freebsd-11-stable/contrib/sendmail/makemap/
H A Dmakemap.c105 SM_IO_RDONLY, NULL)) == NULL)
/freebsd-11-stable/contrib/sendmail/mailstats/
H A Dmailstats.c122 if ((cfp = sm_io_open(SmFtStdio, SM_TIME_DEFAULT, cfile, SM_IO_RDONLY,
/freebsd-11-stable/contrib/sendmail/libsmutil/
H A Dsafefile.c801 fmode = SM_IO_RDONLY;
/freebsd-11-stable/contrib/sendmail/libsm/
H A Dstrio.c245 case SM_IO_RDONLY:
332 case SM_IO_RDONLY:
375 *mode = SM_IO_RDONLY;
H A Dstdio.c77 case SM_IO_RDONLY:
236 case SM_IO_RDONLY:
277 *mode = SM_IO_RDONLY;
417 case SM_IO_RDONLY:
H A Dflags.c41 case SM_IO_RDONLY: /* open for reading */
H A Dcf.c53 cfp = sm_io_open(SmFtStdio, SM_TIME_DEFAULT, path, SM_IO_RDONLY, NULL);
H A Dsmstdio.c61 case SM_IO_RDONLY:
/freebsd-11-stable/contrib/sendmail/include/sm/
H A Dio.h30 #define SM_IO_RDONLY 2 /* read-only */ macro
41 #define SM_IO_RDONLY_B (SM_IO_RDONLY|SM_IO_BINARY)

Completed in 279 milliseconds