Searched refs:SM_IO_WRONLY (Results 1 – 11 of 11) sorted by relevance
/titanic_44/usr/src/cmd/sendmail/libsm/ |
H A D | stdio.c | 82 case SM_IO_WRONLY: 241 case SM_IO_WRONLY: 282 *mode = SM_IO_WRONLY; 422 case SM_IO_WRONLY:
|
H A D | strio.c | 250 case SM_IO_WRONLY: 337 case SM_IO_WRONLY: 380 *mode = SM_IO_WRONLY;
|
H A D | flags.c | 47 case SM_IO_WRONLY: /* open for writing */
|
H A D | t-fopen.c | 36 SM_TEST(m == SM_IO_WRONLY);
|
H A D | smstdio.c | 66 case SM_IO_WRONLY:
|
/titanic_44/usr/src/cmd/sendmail/include/sm/ |
H A D | io.h | 33 #define SM_IO_WRONLY 3 /* write-only */ macro 44 #define SM_IO_WRONLY_B (SM_IO_WRONLY|SM_IO_BINARY)
|
/titanic_44/usr/src/cmd/sendmail/libsmutil/ |
H A D | safefile.c | 809 fmode = SM_IO_WRONLY;
|
/titanic_44/usr/src/cmd/sendmail/src/ |
H A D | collect.c | 1013 SM_IO_WRONLY, NULL, df) == NULL)
|
H A D | savemail.c | 189 p, SM_IO_WRONLY, NULL,
|
H A D | main.c | 1145 SM_IO_WRONLY, NULL); 3348 SM_IO_WRONLY, NULL, smioout) == NULL)
|
H A D | queue.c | 400 (void *) &tfd, SM_IO_WRONLY,
|