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

/freebsd-11.0-release/contrib/sendmail/include/sm/
H A Dpath.h22 # define SM_PATH_DEVNULL "/dev/null" macro
/freebsd-11.0-release/contrib/sendmail/libsm/
H A Dt-path.c26 SM_TEST(sm_path_isdevnull(SM_PATH_DEVNULL));
/freebsd-11.0-release/contrib/sendmail/src/
H A Dmain.c3363 if (sm_io_reopen(SmFtStdio, SM_TIME_DEFAULT, SM_PATH_DEVNULL,
3367 SM_PATH_DEVNULL, sm_errstring(errno));
3391 sm_io_reopen(SmFtStdio, SM_TIME_DEFAULT, SM_PATH_DEVNULL,
3395 SM_PATH_DEVNULL, sm_errstring(errno));
3400 fd = open(SM_PATH_DEVNULL, O_WRONLY, 0666);
3405 SM_PATH_DEVNULL, sm_errstring(errno));
3964 i = open(SM_PATH_DEVNULL, fd == 0 ? O_RDONLY : O_WRONLY, 0666);
3968 where == NULL ? "startup" : where, SM_PATH_DEVNULL);
H A Denvelope.c905 SM_PATH_DEVNULL, SM_IO_RDWR, NULL);
907 syserr("!Can't open %s", SM_PATH_DEVNULL);
H A Dcollect.c1035 if (sm_io_reopen(SmFtStdio, SM_TIME_DEFAULT, SM_PATH_DEVNULL,

Completed in 170 milliseconds