Home
last modified time | relevance | path

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

123

/netbsd-src/external/bsd/cron/dist/
H A Dpathnames.h113 #ifndef _PATH_DEVNULL
114 # define _PATH_DEVNULL "/dev/null" macro
/netbsd-src/lib/librumpuser/
H A Drumpuser_daemonize.c48 #define _PATH_DEVNULL "/dev/null" macro
150 fd = open(_PATH_DEVNULL, O_RDWR); in rumpuser_daemonize_done()
/netbsd-src/usr.bin/rump_dhcpclient/
H A Dcommon.c58 #ifndef _PATH_DEVNULL
59 # define _PATH_DEVNULL "/dev/null" macro
/netbsd-src/crypto/external/bsd/heimdal/dist/lib/roken/
H A Dsimple_exec.c193 in_fd[0] = open(_PATH_DEVNULL, O_RDONLY); in pipe_execv()
195 out_fd[1] = open(_PATH_DEVNULL, O_WRONLY); in pipe_execv()
197 err_fd[1] = open(_PATH_DEVNULL, O_WRONLY); in pipe_execv()
H A Ddetach.c119 fd = open(_PATH_DEVNULL, O_RDWR, 0); in roken_detach_prep()
204 fd = open(_PATH_DEVNULL, O_RDWR, 0); in roken_detach_finish()
H A Droken-common.h133 #define _PATH_DEVNULL "\\\\.\\NUL" macro
141 #ifndef _PATH_DEVNULL
142 #define _PATH_DEVNULL "/dev/null" macro
H A Ddaemon.c72 if (!noclose && (fd = open(_PATH_DEVNULL, O_RDWR, 0)) != -1) { in daemon()
/netbsd-src/usr.sbin/autofs/
H A Dpopen.c88 nullfd = open(_PATH_DEVNULL, O_RDWR, 0); in auto_popen()
90 log_err(1, "cannot open %s", _PATH_DEVNULL); in auto_popen()
/netbsd-src/usr.sbin/btpand/
H A Dbtpand.c267 fd = open(_PATH_DEVNULL, O_RDWR, 0); in main_detach()
269 log_err("Could not open %s", _PATH_DEVNULL); in main_detach()
/netbsd-src/external/bsd/libbind/dist/port/sunos/include/
H A Dpaths.h21 #define _PATH_DEVNULL "/dev/null" macro
/netbsd-src/external/bsd/libbind/dist/port/solaris/include/
H A Dpaths.h3 #define _PATH_DEVNULL "/dev/null" macro
/netbsd-src/external/bsd/libbind/dist/port/irix/include/
H A Dpaths.h3 #define _PATH_DEVNULL "/dev/null" macro
/netbsd-src/external/bsd/libbind/dist/port/hpux/include/
H A Dpaths.h3 #define _PATH_DEVNULL "/dev/null" macro
/netbsd-src/external/bsd/libbind/dist/port/aix32/include/
H A Dpaths.h3 #define _PATH_DEVNULL "/dev/null" macro
/netbsd-src/external/bsd/libbind/dist/port/cygwin/include/
H A Dpaths.h3 #define _PATH_DEVNULL "/dev/null" macro
/netbsd-src/external/bsd/libbind/dist/port/hpux10/include/
H A Dpaths.h3 #define _PATH_DEVNULL "/dev/null" macro
/netbsd-src/usr.sbin/sliplogin/
H A Dpathnames.h37 #define _PATH_DEVNULL "/dev/null" macro
/netbsd-src/external/bsd/libbind/dist/bsd/
H A Ddaemon.c72 if (!noclose && (fd = open(_PATH_DEVNULL, O_RDWR, 0)) != -1) { in daemon()
/netbsd-src/lib/libc/gen/
H A Ddaemon.c71 if (!noclose && (fd = open(_PATH_DEVNULL, O_RDWR, 0)) != -1) { in __weak_alias()
/netbsd-src/external/cddl/osnet/include/
H A Dmnttab.h41 #define MNTTAB _PATH_DEVNULL
/netbsd-src/include/
H A Dpaths.h69 #define _PATH_DEVNULL "/dev/null" macro
/netbsd-src/usr.bin/patch/
H A Dutil.c358 if (strnEQ(at, _PATH_DEVNULL, sizeof(_PATH_DEVNULL) - 1)) in fetchname()
/netbsd-src/games/mille/
H A Dvarpush.c94 if (strcmp(buf, _PATH_DEVNULL) != 0) in varpush()
/netbsd-src/tests/lib/libc/c063/
H A Dt_mknodat.c57 if (stat(_PATH_DEVNULL, &st) != 0) in get_devnull()
/netbsd-src/usr.bin/config/
H A Ddefs.h71 #ifndef _PATH_DEVNULL
72 #define _PATH_DEVNULL "/dev/null" macro

123