Searched refs:SM_PATH_DEVNULL (Results 1 – 5 of 5) sorted by relevance
/freebsd/contrib/sendmail/include/sm/ |
H A D | path.h | 22 # define SM_PATH_DEVNULL "/dev/null" macro
|
/freebsd/contrib/sendmail/libsm/ |
H A D | t-path.c | 26 SM_TEST(sm_path_isdevnull(SM_PATH_DEVNULL));
|
/freebsd/contrib/sendmail/src/ |
H A D | main.c | 3465 if (sm_io_reopen(SmFtStdio, SM_TIME_DEFAULT, SM_PATH_DEVNULL, 3469 SM_PATH_DEVNULL, sm_errstring(errno)); 3493 sm_io_reopen(SmFtStdio, SM_TIME_DEFAULT, SM_PATH_DEVNULL, 3497 SM_PATH_DEVNULL, sm_errstring(errno)); 3502 fd = open(SM_PATH_DEVNULL, O_WRONLY, 0666); 3507 SM_PATH_DEVNULL, sm_errstring(errno)); 4062 i = open(SM_PATH_DEVNULL, fd == 0 ? O_RDONLY : O_WRONLY, 0666); 4066 where == NULL ? "startup" : where, SM_PATH_DEVNULL);
|
H A D | envelope.c | 903 SM_PATH_DEVNULL, SM_IO_RDWR, NULL); 905 syserr("!Can't open %s", SM_PATH_DEVNULL);
|
H A D | collect.c | 1177 if (sm_io_reopen(SmFtStdio, SM_TIME_DEFAULT, SM_PATH_DEVNULL,
|