Home
last modified time | relevance | path

Searched refs:SM_IO_RDONLY (Results 1 – 18 of 18) sorted by relevance

/freebsd-9-stable/contrib/sendmail/libsm/
Dstdio.c77 case SM_IO_RDONLY:
236 case SM_IO_RDONLY:
277 *mode = SM_IO_RDONLY;
417 case SM_IO_RDONLY:
Dstrio.c245 case SM_IO_RDONLY:
332 case SM_IO_RDONLY:
375 *mode = SM_IO_RDONLY;
Dflags.c41 case SM_IO_RDONLY: /* open for reading */
Dcf.c53 cfp = sm_io_open(SmFtStdio, SM_TIME_DEFAULT, path, SM_IO_RDONLY, NULL);
Dsmstdio.c61 case SM_IO_RDONLY:
/freebsd-9-stable/contrib/sendmail/include/sm/
Dio.h30 #define SM_IO_RDONLY 2 /* read-only */ macro
41 #define SM_IO_RDONLY_B (SM_IO_RDONLY|SM_IO_BINARY)
/freebsd-9-stable/contrib/sendmail/mailstats/
Dmailstats.c122 if ((cfp = sm_io_open(SmFtStdio, SM_TIME_DEFAULT, cfile, SM_IO_RDONLY,
/freebsd-9-stable/contrib/sendmail/praliases/
Dpraliases.c116 if ((cfp = sm_io_open(SmFtStdio, SM_TIME_DEFAULT, cfile, SM_IO_RDONLY,
/freebsd-9-stable/contrib/sendmail/makemap/
Dmakemap.c238 if ((cfp = sm_io_open(SmFtStdio, SM_TIME_DEFAULT, cfile, SM_IO_RDONLY,
/freebsd-9-stable/contrib/sendmail/libsmutil/
Dsafefile.c802 fmode = SM_IO_RDONLY;
/freebsd-9-stable/contrib/sendmail/vacation/
Dvacation.c993 mfp = sm_io_open(SmFtStdio, SM_TIME_DEFAULT, msgfn, SM_IO_RDONLY, NULL);
/freebsd-9-stable/contrib/sendmail/src/
Dconf.c1790 fp = sm_io_open(SmFtStdio, SM_TIME_DEFAULT, _PATH_LOADAVG, SM_IO_RDONLY, in _SM_CONF_BROKEN_STRTOD()
2842 SM_IO_RDONLY, NULL)) != NULL)
2856 "/usr/include/whoami.h", SM_IO_RDONLY, NULL))
3217 SM_IO_RDONLY, NULL);
Drecipient.c1662 SM_IO_RDONLY, NULL)) == NULL)
Dusersmtp.c765 (void *) &fd, SM_IO_RDONLY, NULL);
Dmain.c3364 SM_IO_RDONLY, NULL, smioin) == NULL)
Dreadcf.c1173 (void *) &fd, SM_IO_RDONLY, NULL);
Dsrvrsmtp.c3907 SM_IO_RDONLY, NULL);
Dmap.c5918 f = sm_io_open(SmFtStdio, SM_TIME_DEFAULT, HostsFile, SM_IO_RDONLY,