Home
last modified time | relevance | path

Searched refs:_PATH_DEVNULL (Results 1 – 10 of 10) sorted by relevance

/titanic_41/usr/src/head/
H A Dpaths.h48 #define _PATH_DEVNULL "/dev/null" macro
/titanic_41/usr/src/cmd/cmd-inet/usr.bin/pppd/
H A Dpathnames.h53 #define _PATH_DEVNULL "/dev/null" macro
H A Dmain.c315 if ((i = open(_PATH_DEVNULL, O_RDWR)) >= 0) {
2079 new_fd = open (_PATH_DEVNULL, O_RDWR);
/titanic_41/usr/src/cmd/ssh/include/
H A Ddefines.h350 #ifndef _PATH_DEVNULL
351 #define _PATH_DEVNULL "/dev/null" macro
/titanic_41/usr/src/cmd/ssh/ssh/
H A Dclientloop.c248 " untrusted timeout 1200 2>" _PATH_DEVNULL, in client_x11_get_proto()
263 "%s %s%s list %s 2>" _PATH_DEVNULL, in client_x11_get_proto()
H A Dssh.c1133 in = open(_PATH_DEVNULL, O_RDONLY);
/titanic_41/usr/src/cmd/ssh/libssh/common/
H A Dmisc.c510 if ((nullfd = dupfd = open(_PATH_DEVNULL, O_RDWR)) == -1) { in sanitise_stdfd()
/titanic_41/usr/src/cmd/ssh/ssh-agent/
H A Dssh-agent.c1146 if ((fd = open(_PATH_DEVNULL, O_RDWR, 0)) != -1) {
/titanic_41/usr/src/cmd/zlogin/
H A Dzlogin.c2083 if ((nfd = open(_PATH_DEVNULL, O_RDONLY)) < 0) { in main()
/titanic_41/usr/src/cmd/ssh/sshd/
H A Dsession.c508 if ((err[0] = open(_PATH_DEVNULL, O_WRONLY)) == -1) in do_exec_no_pty()