Home
last modified time | relevance | path

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

/onnv-gate/usr/src/lib/gss_mechs/mech_krb5/krb5/posix/
H A Ddaemon.c43 #ifndef _PATH_DEVNULL
44 #define _PATH_DEVNULL "/dev/null" macro
84 int devnull = open(_PATH_DEVNULL, O_RDWR, 0);
/onnv-gate/usr/src/cmd/cmd-inet/usr.sbin/in.ftpd/
H A Dpathnames.h142 #ifndef _PATH_DEVNULL
143 #define _PATH_DEVNULL "/dev/null" macro
H A Dpopen.c174 if ((devnullfd = open(_PATH_DEVNULL, O_RDWR)) != -1) { in ftpd_popen()
H A Dftpd.c857 (void) freopen(_PATH_DEVNULL, "w", stderr); in main()
7497 (void) open(_PATH_DEVNULL, O_RDWR);
7500 (void) freopen(_PATH_DEVNULL, "w", stderr);
/onnv-gate/usr/src/lib/libresolv2/include/
H A Dpaths.h1 #define _PATH_DEVNULL "/dev/null" macro
/onnv-gate/usr/src/lib/libresolv2/common/bsd/
H A Ddaemon.c70 if (!noclose && (fd = open(_PATH_DEVNULL, O_RDWR, 0)) != -1) { in daemon()
/onnv-gate/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);
/onnv-gate/usr/src/cmd/ssh/include/
H A Ddefines.h350 #ifndef _PATH_DEVNULL
351 #define _PATH_DEVNULL "/dev/null" macro
/onnv-gate/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);
/onnv-gate/usr/src/cmd/ssh/libssh/common/
H A Dmisc.c510 if ((nullfd = dupfd = open(_PATH_DEVNULL, O_RDWR)) == -1) { in sanitise_stdfd()
/onnv-gate/usr/src/cmd/ssh/ssh-agent/
H A Dssh-agent.c1146 if ((fd = open(_PATH_DEVNULL, O_RDWR, 0)) != -1) {
/onnv-gate/usr/src/cmd/ssh/sshd/
H A Dsession.c508 if ((err[0] = open(_PATH_DEVNULL, O_WRONLY)) == -1) in do_exec_no_pty()