Searched refs:SM_IO_RDONLY (Results 1 – 17 of 17) sorted by relevance
/titanic_50/usr/src/cmd/sendmail/libsm/ |
H A D | stdio.c | 79 case SM_IO_RDONLY: 238 case SM_IO_RDONLY: 279 *mode = SM_IO_RDONLY; 419 case SM_IO_RDONLY:
|
H A D | strio.c | 247 case SM_IO_RDONLY: 334 case SM_IO_RDONLY: 377 *mode = SM_IO_RDONLY;
|
H A D | flags.c | 43 case SM_IO_RDONLY: /* open for reading */
|
H A D | cf.c | 55 cfp = sm_io_open(SmFtStdio, SM_TIME_DEFAULT, path, SM_IO_RDONLY, NULL);
|
H A D | smstdio.c | 63 case SM_IO_RDONLY:
|
/titanic_50/usr/src/cmd/sendmail/include/sm/ |
H A D | io.h | 32 #define SM_IO_RDONLY 2 /* read-only */ macro 43 #define SM_IO_RDONLY_B (SM_IO_RDONLY|SM_IO_BINARY)
|
/titanic_50/usr/src/cmd/sendmail/aux/ |
H A D | mailstats.c | 121 if ((cfp = sm_io_open(SmFtStdio, SM_TIME_DEFAULT, cfile, SM_IO_RDONLY,
|
H A D | praliases.c | 116 if ((cfp = sm_io_open(SmFtStdio, SM_TIME_DEFAULT, cfile, SM_IO_RDONLY,
|
H A D | makemap.c | 240 if ((cfp = sm_io_open(SmFtStdio, SM_TIME_DEFAULT, cfile, SM_IO_RDONLY,
|
/titanic_50/usr/src/cmd/sendmail/libsmutil/ |
H A D | safefile.c | 802 fmode = SM_IO_RDONLY;
|
/titanic_50/usr/src/cmd/sendmail/src/ |
H A D | conf.c | 1781 fp = sm_io_open(SmFtStdio, SM_TIME_DEFAULT, _PATH_LOADAVG, SM_IO_RDONLY, in _SM_CONF_BROKEN_STRTOD() 2833 SM_IO_RDONLY, NULL)) != NULL) 2847 "/usr/include/whoami.h", SM_IO_RDONLY, NULL)) 3208 SM_IO_RDONLY, NULL);
|
H A D | recipient.c | 1664 SM_IO_RDONLY, NULL)) == NULL)
|
H A D | usersmtp.c | 755 (void *) &fd, SM_IO_RDONLY, NULL);
|
H A D | main.c | 3320 SM_IO_RDONLY, NULL, smioin) == NULL)
|
H A D | readcf.c | 1109 (void *) &fd, SM_IO_RDONLY, NULL);
|
H A D | srvrsmtp.c | 3635 SM_IO_RDONLY, NULL);
|
H A D | map.c | 5906 f = sm_io_open(SmFtStdio, SM_TIME_DEFAULT, HostsFile, SM_IO_RDONLY,
|