/netbsd-src/sys/rump/librump/rumpvfs/ |
H A D | devnull.c | 74 "/dev/null", null_cmaj, DEV_NULL); in rump_devnull_init() 85 if (minor(dev) == DEV_ZERO || minor(dev) == DEV_NULL) in rump_devnullopen() 97 case DEV_NULL: in rump_devnullrw()
|
/netbsd-src/external/gpl2/gettext/dist/gettext-tools/gnulib-lib/ |
H A D | pipe.h | 119 # define DEV_NULL "NUL" macro 122 # define DEV_NULL "/dev/null" macro
|
H A D | javaversion.c | 70 child = create_pipe_in (progname, prog_path, prog_argv, DEV_NULL, false, in execute_and_read_line()
|
H A D | csharpcomp.c | 350 child = create_pipe_in ("csc", "csc", argv, DEV_NULL, true, true, false, in compile_csharp_using_sscli()
|
H A D | javacomp.c | 554 child = create_pipe_in (javac, "/bin/sh", argv, DEV_NULL, true, true, in is_envjavac_gcj() 1052 child = create_pipe_in ("gcj", "gcj", argv, DEV_NULL, true, true, in is_gcj_present()
|
/netbsd-src/sys/dev/ |
H A D | mm.c | 323 case DEV_NULL: in mm_readwrite() 351 case DEV_NULL: in mm_readwrite() 390 case DEV_NULL: in mm_mmap()
|
/netbsd-src/external/gpl2/gettext/dist/gettext-tools/src/ |
H A D | read-java.c | 67 child = create_pipe_in (progname, prog_path, prog_argv, DEV_NULL, false, in execute_and_read_po_output()
|
H A D | read-tcl.c | 107 child = create_pipe_in ("tclsh", "tclsh", argv, DEV_NULL, false, true, true, in msgdomain_read_tcl()
|
H A D | read-csharp.c | 69 child = create_pipe_in (progname, prog_path, prog_argv, DEV_NULL, false, in execute_and_read_po_output()
|
H A D | msginit.c | 829 child = create_pipe_in (prog, "/bin/sh", argv, DEV_NULL, false, true, false, in project_id() 897 child = create_pipe_in (prog, "/bin/sh", argv, DEV_NULL, false, true, false, in project_id_version() 1056 child = create_pipe_in (prog, "/bin/sh", argv, DEV_NULL, false, true, false, in get_user_email() 1139 child = create_pipe_in (prog, "/bin/sh", argv, DEV_NULL, false, true, false, in language_team_address()
|
H A D | ChangeLog | 4509 language_team_address): Use DEV_NULL instead of "/dev/null".
|
/netbsd-src/sys/rump/librump/rumpkern/ |
H A D | devsw.c | 46 { "null", -1, 2, DEVNODE_SINGLE, DEVNODE_FLAG_ISMINOR0, { DEV_NULL,0 }},
|
/netbsd-src/sys/sys/ |
H A D | conf.h | 271 #define DEV_NULL 2 /* minor device 2 is EOF/rathole */ macro
|
/netbsd-src/external/gpl2/gettext/dist/gnulib-local/lib/ |
H A D | ChangeLog.1 | 1720 * pipe.h (DEV_NULL): New macro. 1721 * javacomp.c (compile_java_class): Use DEV_NULL instead of "/dev/null".
|