Searched refs:SM_IO_WRONLY (Results 1 - 13 of 13) sorted by relevance
/sendmail/libsm/ |
H A D | flags.c | 45 case SM_IO_WRONLY: /* open for writing */
|
H A D | t-fopen.c | 34 SM_TEST(m == SM_IO_WRONLY);
|
H A D | stdio.c | 80 case SM_IO_WRONLY: 239 case SM_IO_WRONLY: 280 *mode = SM_IO_WRONLY; 420 case SM_IO_WRONLY:
|
H A D | strio.c | 248 case SM_IO_WRONLY: 335 case SM_IO_WRONLY: 378 *mode = SM_IO_WRONLY;
|
H A D | smstdio.c | 64 case SM_IO_WRONLY:
|
/sendmail/include/sm/ |
H A D | io.h | 31 #define SM_IO_WRONLY 3 /* write-only */ macro 42 #define SM_IO_WRONLY_B (SM_IO_WRONLY|SM_IO_BINARY)
|
/sendmail/rmail/ |
H A D | rmail.c | 373 SM_IO_WRONLY, NULL)) == NULL)
|
/sendmail/libsmutil/ |
H A D | safefile.c | 809 fmode = SM_IO_WRONLY;
|
/sendmail/sendmail/ |
H A D | collect.c | 1032 SM_IO_WRONLY, NULL, df) == NULL)
|
H A D | main.c | 1144 SM_IO_WRONLY, NULL); 3351 SM_IO_WRONLY, NULL, smioout) == NULL)
|
H A D | savemail.c | 189 p, SM_IO_WRONLY, NULL,
|
H A D | queue.c | 400 (void *) &tfd, SM_IO_WRONLY,
|
/sendmail/vacation/ |
H A D | vacation.c | 1039 SM_IO_WRONLY, NULL)) != NULL)
|
Completed in 3066 milliseconds