Searched refs:_PATH_DEVNULL (Results 1 – 10 of 10) sorted by relevance
/titanic_41/usr/src/head/ |
H A D | paths.h | 48 #define _PATH_DEVNULL "/dev/null" macro
|
/titanic_41/usr/src/cmd/cmd-inet/usr.bin/pppd/ |
H A D | pathnames.h | 53 #define _PATH_DEVNULL "/dev/null" macro
|
H A D | main.c | 315 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 D | defines.h | 350 #ifndef _PATH_DEVNULL 351 #define _PATH_DEVNULL "/dev/null" macro
|
/titanic_41/usr/src/cmd/ssh/ssh/ |
H A D | clientloop.c | 248 " 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 D | ssh.c | 1133 in = open(_PATH_DEVNULL, O_RDONLY);
|
/titanic_41/usr/src/cmd/ssh/libssh/common/ |
H A D | misc.c | 510 if ((nullfd = dupfd = open(_PATH_DEVNULL, O_RDWR)) == -1) { in sanitise_stdfd()
|
/titanic_41/usr/src/cmd/ssh/ssh-agent/ |
H A D | ssh-agent.c | 1146 if ((fd = open(_PATH_DEVNULL, O_RDWR, 0)) != -1) {
|
/titanic_41/usr/src/cmd/zlogin/ |
H A D | zlogin.c | 2083 if ((nfd = open(_PATH_DEVNULL, O_RDONLY)) < 0) { in main()
|
/titanic_41/usr/src/cmd/ssh/sshd/ |
H A D | session.c | 508 if ((err[0] = open(_PATH_DEVNULL, O_WRONLY)) == -1) in do_exec_no_pty()
|