Home
last modified time | relevance | path

Searched refs:SM_PATH_DEVNULL (Results 1 – 5 of 5) sorted by relevance

/freebsd/contrib/sendmail/include/sm/
H A Dpath.h22 # define SM_PATH_DEVNULL "/dev/null" macro
/freebsd/contrib/sendmail/libsm/
H A Dt-path.c26 SM_TEST(sm_path_isdevnull(SM_PATH_DEVNULL));
/freebsd/contrib/sendmail/src/
H A Dmain.c3465 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 Denvelope.c903 SM_PATH_DEVNULL, SM_IO_RDWR, NULL);
905 syserr("!Can't open %s", SM_PATH_DEVNULL);
H A Dcollect.c1177 if (sm_io_reopen(SmFtStdio, SM_TIME_DEFAULT, SM_PATH_DEVNULL,