Searched refs:SM_IO_RDONLY (Results 1 – 18 of 18) sorted by relevance
| /freebsd-9-stable/contrib/sendmail/libsm/ |
| D | stdio.c | 77 case SM_IO_RDONLY: 236 case SM_IO_RDONLY: 277 *mode = SM_IO_RDONLY; 417 case SM_IO_RDONLY:
|
| D | strio.c | 245 case SM_IO_RDONLY: 332 case SM_IO_RDONLY: 375 *mode = SM_IO_RDONLY;
|
| D | flags.c | 41 case SM_IO_RDONLY: /* open for reading */
|
| D | cf.c | 53 cfp = sm_io_open(SmFtStdio, SM_TIME_DEFAULT, path, SM_IO_RDONLY, NULL);
|
| D | smstdio.c | 61 case SM_IO_RDONLY:
|
| /freebsd-9-stable/contrib/sendmail/include/sm/ |
| D | io.h | 30 #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/ |
| D | mailstats.c | 122 if ((cfp = sm_io_open(SmFtStdio, SM_TIME_DEFAULT, cfile, SM_IO_RDONLY,
|
| /freebsd-9-stable/contrib/sendmail/praliases/ |
| D | praliases.c | 116 if ((cfp = sm_io_open(SmFtStdio, SM_TIME_DEFAULT, cfile, SM_IO_RDONLY,
|
| /freebsd-9-stable/contrib/sendmail/makemap/ |
| D | makemap.c | 238 if ((cfp = sm_io_open(SmFtStdio, SM_TIME_DEFAULT, cfile, SM_IO_RDONLY,
|
| /freebsd-9-stable/contrib/sendmail/libsmutil/ |
| D | safefile.c | 802 fmode = SM_IO_RDONLY;
|
| /freebsd-9-stable/contrib/sendmail/vacation/ |
| D | vacation.c | 993 mfp = sm_io_open(SmFtStdio, SM_TIME_DEFAULT, msgfn, SM_IO_RDONLY, NULL);
|
| /freebsd-9-stable/contrib/sendmail/src/ |
| D | conf.c | 1790 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);
|
| D | recipient.c | 1662 SM_IO_RDONLY, NULL)) == NULL)
|
| D | usersmtp.c | 765 (void *) &fd, SM_IO_RDONLY, NULL);
|
| D | main.c | 3364 SM_IO_RDONLY, NULL, smioin) == NULL)
|
| D | readcf.c | 1173 (void *) &fd, SM_IO_RDONLY, NULL);
|
| D | srvrsmtp.c | 3907 SM_IO_RDONLY, NULL);
|
| D | map.c | 5918 f = sm_io_open(SmFtStdio, SM_TIME_DEFAULT, HostsFile, SM_IO_RDONLY,
|