Home
last modified time | relevance | path

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

/illumos-gate/usr/src/cmd/sendmail/include/sm/
H A Dpath.h22 # define SM_PATH_DEVNULL "/dev/null" macro
/illumos-gate/usr/src/cmd/sendmail/libsm/
H A Dt-path.c26 SM_TEST(sm_path_isdevnull(SM_PATH_DEVNULL));
/illumos-gate/usr/src/cmd/sendmail/src/
H A Dmain.c3319 if (sm_io_reopen(SmFtStdio, SM_TIME_DEFAULT, SM_PATH_DEVNULL,
3323 SM_PATH_DEVNULL, sm_errstring(errno));
3347 sm_io_reopen(SmFtStdio, SM_TIME_DEFAULT, SM_PATH_DEVNULL,
3351 SM_PATH_DEVNULL, sm_errstring(errno));
3356 fd = open(SM_PATH_DEVNULL, O_WRONLY, 0666);
3361 SM_PATH_DEVNULL, sm_errstring(errno));
3920 i = open(SM_PATH_DEVNULL, fd == 0 ? O_RDONLY : O_WRONLY, 0666);
3924 where == NULL ? "startup" : where, SM_PATH_DEVNULL);
H A Denvelope.c893 SM_PATH_DEVNULL, SM_IO_RDWR, NULL);
895 syserr("!Can't open %s", SM_PATH_DEVNULL);
H A Dcollect.c1012 if (sm_io_reopen(SmFtStdio, SM_TIME_DEFAULT, SM_PATH_DEVNULL,