Searched refs:_PATH_DEVNULL (Results 1 - 25 of 65) sorted by relevance

123

/netbsd-6-1-5-RELEASE/external/bsd/libbind/dist/port/aix32/include/
H A Dpaths.h3 #define _PATH_DEVNULL "/dev/null" macro
/netbsd-6-1-5-RELEASE/external/bsd/libbind/dist/port/cygwin/include/
H A Dpaths.h3 #define _PATH_DEVNULL "/dev/null" macro
/netbsd-6-1-5-RELEASE/external/bsd/libbind/dist/port/hpux/include/
H A Dpaths.h3 #define _PATH_DEVNULL "/dev/null" macro
/netbsd-6-1-5-RELEASE/external/bsd/libbind/dist/port/hpux10/include/
H A Dpaths.h3 #define _PATH_DEVNULL "/dev/null" macro
/netbsd-6-1-5-RELEASE/external/bsd/libbind/dist/port/irix/include/
H A Dpaths.h3 #define _PATH_DEVNULL "/dev/null" macro
/netbsd-6-1-5-RELEASE/external/bsd/libbind/dist/port/solaris/include/
H A Dpaths.h3 #define _PATH_DEVNULL "/dev/null" macro
/netbsd-6-1-5-RELEASE/external/bsd/libbind/dist/port/sunos/include/
H A Dpaths.h21 #define _PATH_DEVNULL "/dev/null" macro
/netbsd-6-1-5-RELEASE/usr.sbin/sliplogin/
H A Dpathnames.h37 #define _PATH_DEVNULL "/dev/null" macro
/netbsd-6-1-5-RELEASE/external/bsd/cron/dist/
H A Dpathnames.h113 #ifndef _PATH_DEVNULL
114 # define _PATH_DEVNULL "/dev/null" macro
/netbsd-6-1-5-RELEASE/external/bsd/tmux/dist/compat/
H A Ddaemon.c58 if (!noclose && (fd = open(_PATH_DEVNULL, O_RDWR, 0)) != -1) {
/netbsd-6-1-5-RELEASE/external/cddl/osnet/include/
H A Dmnttab.h38 #define MNTTAB _PATH_DEVNULL
/netbsd-6-1-5-RELEASE/external/bsd/libbind/dist/bsd/
H A Ddaemon.c72 if (!noclose && (fd = open(_PATH_DEVNULL, O_RDWR, 0)) != -1) {
/netbsd-6-1-5-RELEASE/crypto/external/bsd/heimdal/dist/lib/roken/
H A Ddaemon.c72 if (!noclose && (fd = open(_PATH_DEVNULL, O_RDWR, 0)) != -1) {
H A Dsimple_exec.c179 in_fd[0] = open(_PATH_DEVNULL, O_RDONLY);
181 out_fd[1] = open(_PATH_DEVNULL, O_WRONLY);
183 err_fd[1] = open(_PATH_DEVNULL, O_WRONLY);
/netbsd-6-1-5-RELEASE/external/bsd/libpcap/dist/Win32/Include/net/
H A Dpaths.h53 #define _PATH_DEVNULL "/dev/null" macro
/netbsd-6-1-5-RELEASE/lib/libc/gen/
H A Ddaemon.c72 if (!noclose && (fd = open(_PATH_DEVNULL, O_RDWR, 0)) != -1) {
/netbsd-6-1-5-RELEASE/dist/pppd/pppd/
H A Dpathnames.h16 #define _PATH_DEVNULL "/dev/null" macro
/netbsd-6-1-5-RELEASE/include/
H A Dpaths.h69 #define _PATH_DEVNULL "/dev/null" macro
/netbsd-6-1-5-RELEASE/usr.bin/rump_dhcpclient/
H A Dcommon.c58 #ifndef _PATH_DEVNULL
59 # define _PATH_DEVNULL "/dev/null" macro
/netbsd-6-1-5-RELEASE/lib/librumpuser/
H A Drumpuser_daemonize.c102 fd = open(_PATH_DEVNULL, O_RDWR);
/netbsd-6-1-5-RELEASE/games/mille/
H A Dvarpush.c92 if (strcmp(buf, _PATH_DEVNULL) != 0)
/netbsd-6-1-5-RELEASE/usr.sbin/btpand/
H A Dbtpand.c263 fd = open(_PATH_DEVNULL, O_RDWR, 0);
265 log_err("Could not open %s", _PATH_DEVNULL);
/netbsd-6-1-5-RELEASE/external/bsd/dhcpcd/dist/
H A Dbind.c50 #ifndef _PATH_DEVNULL
51 # define _PATH_DEVNULL "/dev/null" macro
89 if ((fd = open(_PATH_DEVNULL, O_RDWR, 0)) != -1) {
/netbsd-6-1-5-RELEASE/external/bsd/tmux/dist/
H A Dcmd-pipe-pane.c105 null_fd = open(_PATH_DEVNULL, O_WRONLY, 0);
H A Dcompat.h43 #define _PATH_DEVNULL "/dev/null" macro

Completed in 182 milliseconds

123