Searched refs:_PATH_DEVNULL (Results 1 – 18 of 18) sorted by relevance
/external/openssh/openbsd-compat/ |
D | daemon.c | 71 if (!noclose && (fd = open(_PATH_DEVNULL, O_RDWR, 0)) != -1) { in daemon()
|
/external/libpcap/Win32/Include/net/ |
D | paths.h | 53 #define _PATH_DEVNULL "/dev/null" macro
|
/external/ppp/pppd/ |
D | pathnames.h | 14 #define _PATH_DEVNULL "/dev/null" macro
|
D | main.c | 468 fd_devnull = open(_PATH_DEVNULL, O_RDWR); 470 fatal("Couldn't open %s: %m", _PATH_DEVNULL);
|
/external/dhcpcd-6.8.2/ |
D | common.c | 57 #ifndef _PATH_DEVNULL 58 # define _PATH_DEVNULL "/dev/null" macro
|
D | dhcpcd.c | 292 if ((fd = open(_PATH_DEVNULL, O_RDWR, 0)) != -1) { in dhcpcd_daemonise() 1600 i = open(_PATH_DEVNULL, O_RDWR); in main()
|
/external/openssh/ |
D | defines.h | 413 #ifndef _PATH_DEVNULL 414 # define _PATH_DEVNULL "/dev/null" macro
|
D | ssh-keysign.c | 183 if ((fd = open(_PATH_DEVNULL, O_RDWR)) < 2) in main()
|
D | auth2-pubkey.c | 461 if ((devnull = open(_PATH_DEVNULL, O_RDWR)) == -1) { in subprocess() 462 error("%s: open %s: %s", tag, _PATH_DEVNULL, in subprocess()
|
D | ssh.c | 1400 if ((devnull = open(_PATH_DEVNULL, O_RDWR)) == -1) { in control_persist_detach() 1819 in = open(_PATH_DEVNULL, O_RDONLY); in ssh_session2_open()
|
D | misc.c | 723 if ((nullfd = dupfd = open(_PATH_DEVNULL, O_RDWR)) == -1) { in sanitise_stdfd()
|
D | sshd.c | 1142 if ((fd = open(_PATH_DEVNULL, O_RDWR, 0)) != -1) { 2094 if ((fd = open(_PATH_DEVNULL, O_RDWR, 0)) != -1) {
|
D | clientloop.c | 364 " 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()
|
D | mux.c | 1813 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()
|
D | ssh-agent.c | 1370 if ((fd = open(_PATH_DEVNULL, O_RDWR, 0)) != -1) { in main()
|
D | monitor.c | 1560 if ((fd0 = open(_PATH_DEVNULL, O_RDONLY)) < 0) in mm_answer_pty()
|
D | readconf.c | 434 if ((devnull = open(_PATH_DEVNULL, O_RDWR)) == -1) in execute_in_shell()
|
/external/libchrome/base/ |
D | logging.cc | 577 if (stat(_PATH_DEVNULL, &dev_null_stat) == -1) { in ~LogMessage()
|