Searched refs:DEV_NULL (Results 1 - 13 of 13) sorted by relevance

/netbsd-6-1-5-RELEASE/external/bsd/libarchive/dist/cpio/test/
H A Dtest_0.c33 #define DEV_NULL "/dev/null" macro
35 #define DEV_NULL "NUL" macro
54 if (0 == systemf("%s --version >" DEV_NULL, testprog)) {
56 } else if (0 == systemf("%s -W version >" DEV_NULL, testprog)) {
/netbsd-6-1-5-RELEASE/external/bsd/libarchive/dist/tar/test/
H A Dtest_0.c33 #define DEV_NULL "/dev/null" macro
35 #define DEV_NULL "NUL" macro
54 if (0 == systemf("%s --version >" DEV_NULL, testprog)) {
56 } else if (0 == systemf("%s -W version >" DEV_NULL, testprog)) {
/netbsd-6-1-5-RELEASE/gnu/dist/gettext/gettext-tools/lib/
H A Dpipe.h121 # define DEV_NULL "NUL" macro
124 # define DEV_NULL "/dev/null" macro
H A Djavacomp.c204 child = create_pipe_in ("gcj", "gcj", argv, DEV_NULL, true, true,
H A Dcsharpcomp.c338 child = create_pipe_in ("csc", "csc", argv, DEV_NULL, true, true, false,
/netbsd-6-1-5-RELEASE/sys/rump/librump/rumpvfs/
H A Ddevnull.c70 if (minor(dev) == DEV_ZERO || minor(dev) == DEV_NULL)
82 case DEV_NULL:
/netbsd-6-1-5-RELEASE/gnu/dist/gettext/gettext-tools/src/
H A Dread-java.c66 child = create_pipe_in (progname, prog_path, prog_argv, DEV_NULL, false,
H A Dread-csharp.c68 child = create_pipe_in (progname, prog_path, prog_argv, DEV_NULL, false,
H A Dread-tcl.c106 child = create_pipe_in ("tclsh", "tclsh", argv, DEV_NULL, false, true, true,
H A Dmsginit.c961 child = create_pipe_in (prog, "/bin/sh", argv, DEV_NULL, false, true, false,
1028 child = create_pipe_in (prog, "/bin/sh", argv, DEV_NULL, false, true, false,
1186 child = create_pipe_in (prog, "/bin/sh", argv, DEV_NULL, false, true, false,
1268 child = create_pipe_in (prog, "/bin/sh", argv, DEV_NULL, false, true, false,
/netbsd-6-1-5-RELEASE/sys/rump/librump/rumpkern/
H A Ddevsw.c46 { "null", -1, 2, DEVNODE_SINGLE, DEVNODE_FLAG_ISMINOR0, { DEV_NULL,0 }},
/netbsd-6-1-5-RELEASE/sys/dev/
H A Dmm.c295 case DEV_NULL:
323 case DEV_NULL:
356 case DEV_NULL:
/netbsd-6-1-5-RELEASE/sys/sys/
H A Dconf.h226 #define DEV_NULL 2 /* minor device 2 is EOF/rathole */ macro

Completed in 98 milliseconds