/src/usr.sbin/sliplogin/ |
pathnames.h | 37 #define _PATH_DEVNULL "/dev/null"
|
sliplogin.c | 344 if ((fd = open(_PATH_DEVNULL, O_WRONLY)) != 1) {
|
/src/lib/libc/gen/ |
daemon.c | 71 if (!noclose && (fd = open(_PATH_DEVNULL, O_RDWR, 0)) != -1) {
|
wordexp.c | 142 if ((devnull = open(_PATH_DEVNULL, O_RDWR, 0666)) < 0)
|
/src/include/ |
paths.h | 69 #define _PATH_DEVNULL "/dev/null"
|
/src/usr.bin/rump_dhcpclient/ |
common.c | 58 #ifndef _PATH_DEVNULL 59 # define _PATH_DEVNULL "/dev/null"
|
/src/lib/librumpuser/ |
rumpuser_daemonize.c | 48 #define _PATH_DEVNULL "/dev/null" 150 fd = open(_PATH_DEVNULL, O_RDWR);
|
/src/games/mille/ |
varpush.c | 94 if (strcmp(buf, _PATH_DEVNULL) != 0)
|
/src/usr.sbin/autofs/ |
popen.c | 88 nullfd = open(_PATH_DEVNULL, O_RDWR, 0); 90 log_err(1, "cannot open %s", _PATH_DEVNULL);
|
/src/usr.sbin/btpand/ |
btpand.c | 267 fd = open(_PATH_DEVNULL, O_RDWR, 0); 269 log_err("Could not open %s", _PATH_DEVNULL);
|
/src/tests/lib/libc/c063/ |
t_mknodat.c | 57 if (stat(_PATH_DEVNULL, &st) != 0)
|
/src/tests/lib/libc/sys/ |
t_pollts.c | 164 fd = open(_PATH_DEVNULL, O_RDONLY);
|
/src/tests/include/ |
t_paths.c | 69 { _PATH_DEVNULL, PATH_DEV },
|
/src/usr.bin/patch/ |
util.c | 358 if (strnEQ(at, _PATH_DEVNULL, sizeof(_PATH_DEVNULL) - 1))
|
/src/usr.sbin/nfsd/ |
nfsd.c | 314 (fd = open(_PATH_DEVNULL, O_RDWR, 0)) != -1) { 366 if (!noclose && (fd = open(_PATH_DEVNULL, O_RDWR, 0)) != -1) {
|
/src/usr.bin/config/ |
defs.h | 71 #ifndef _PATH_DEVNULL 72 #define _PATH_DEVNULL "/dev/null"
|
gram.y | 1329 if (include(_PATH_DEVNULL, ENDDEFS, 0, 0) != 0) 1355 if (include(_PATH_DEVNULL, ENDDEFS, 0, 0) != 0) 1377 strlcpy(buf, _PATH_DEVNULL, sizeof(buf));
|
/src/usr.sbin/lpr/lpd/ |
recvjob.c | 95 fd = open(_PATH_DEVNULL, O_WRONLY);
|
/src/lib/libpam/modules/pam_ssh/ |
pam_ssh.c | 325 (void)open(_PATH_DEVNULL, O_RDONLY);
|
/src/usr.bin/skeyinit/ |
skeyinit.c | 68 i = open(_PATH_DEVNULL, O_RDWR);
|
/src/tests/lib/libc/stdio/ |
t_fopen.c | 430 static const char *devs[] = { _PATH_DEVNULL };
|
/src/usr.bin/mail/ |
popen.c | 170 (void)open(_PATH_DEVNULL, O_RDONLY, 0);
|
complete.c | 1190 if ((nullfp = fopen(_PATH_DEVNULL, "w")) == NULL) 1191 err(EXIT_FAILURE, "Cannot open `%s'", _PATH_DEVNULL);
|
/src/usr.sbin/puffs/mount_psshfs/ |
psshfs.c | 458 dnfd = open(_PATH_DEVNULL, O_RDWR);
|
/src/usr.sbin/ifwatchd/ |
ifwatchd.c | 84 static const char DummyTTY[] = _PATH_DEVNULL;
|