Home
last modified time | relevance | path

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

/external/openssh/openbsd-compat/
Ddaemon.c71 if (!noclose && (fd = open(_PATH_DEVNULL, O_RDWR, 0)) != -1) { in daemon()
/external/libpcap/Win32/Include/net/
Dpaths.h53 #define _PATH_DEVNULL "/dev/null" macro
/external/ppp/pppd/
Dpathnames.h14 #define _PATH_DEVNULL "/dev/null" macro
Dmain.c468 fd_devnull = open(_PATH_DEVNULL, O_RDWR);
470 fatal("Couldn't open %s: %m", _PATH_DEVNULL);
/external/dhcpcd-6.8.2/
Dcommon.c57 #ifndef _PATH_DEVNULL
58 # define _PATH_DEVNULL "/dev/null" macro
Ddhcpcd.c292 if ((fd = open(_PATH_DEVNULL, O_RDWR, 0)) != -1) { in dhcpcd_daemonise()
1600 i = open(_PATH_DEVNULL, O_RDWR); in main()
/external/openssh/
Ddefines.h413 #ifndef _PATH_DEVNULL
414 # define _PATH_DEVNULL "/dev/null" macro
Dssh-keysign.c183 if ((fd = open(_PATH_DEVNULL, O_RDWR)) < 2) in main()
Dauth2-pubkey.c461 if ((devnull = open(_PATH_DEVNULL, O_RDWR)) == -1) { in subprocess()
462 error("%s: open %s: %s", tag, _PATH_DEVNULL, in subprocess()
Dssh.c1400 if ((devnull = open(_PATH_DEVNULL, O_RDWR)) == -1) { in control_persist_detach()
1819 in = open(_PATH_DEVNULL, O_RDONLY); in ssh_session2_open()
Dmisc.c723 if ((nullfd = dupfd = open(_PATH_DEVNULL, O_RDWR)) == -1) { in sanitise_stdfd()
Dsshd.c1142 if ((fd = open(_PATH_DEVNULL, O_RDWR, 0)) != -1) {
2094 if ((fd = open(_PATH_DEVNULL, O_RDWR, 0)) != -1) {
Dclientloop.c364 " untrusted timeout %u 2>" _PATH_DEVNULL, in client_x11_get_proto()
389 "%s %s%s list %s 2>" _PATH_DEVNULL, in client_x11_get_proto()
Dmux.c1813 if ((devnull = open(_PATH_DEVNULL, O_RDONLY)) == -1) in mux_client_request_session()
1976 if ((devnull = open(_PATH_DEVNULL, O_RDONLY)) == -1) in mux_client_request_stdio_fwd()
Dssh-agent.c1370 if ((fd = open(_PATH_DEVNULL, O_RDWR, 0)) != -1) { in main()
Dmonitor.c1560 if ((fd0 = open(_PATH_DEVNULL, O_RDONLY)) < 0) in mm_answer_pty()
Dreadconf.c434 if ((devnull = open(_PATH_DEVNULL, O_RDWR)) == -1) in execute_in_shell()
/external/libchrome/base/
Dlogging.cc577 if (stat(_PATH_DEVNULL, &dev_null_stat) == -1) { in ~LogMessage()