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

/netgear-R7000-V1.0.7.12_1.2.5/ap/gpl/timemachine/gettext-0.17/gettext-tools/gnulib-lib/
H A Dpipe.h118 # define DEV_NULL "NUL" macro
121 # define DEV_NULL "/dev/null" macro
H A Djavaversion.c66 child = create_pipe_in (progname, prog_path, prog_argv, DEV_NULL, false,
H A Dcsharpcomp.c195 child = create_pipe_in ("mcs", "mcs", argv, DEV_NULL, true, true, false,
380 child = create_pipe_in ("csc", "csc", argv, DEV_NULL, true, true, false,
H A Djavacomp.c584 child = create_pipe_in (javac, "/bin/sh", argv, DEV_NULL, true, true,
665 child = create_pipe_in (javac, "/bin/sh", argv, DEV_NULL, true, true,
1331 child = create_pipe_in ("gcj", "gcj", argv, DEV_NULL, true, true,
1447 child = create_pipe_in ("gcj", "gcj", argv, DEV_NULL, true, true,
/netgear-R7000-V1.0.7.12_1.2.5/components/opensource/linux/linux-2.6.36/arch/um/drivers/
H A Dnull.c27 fd = open(DEV_NULL, O_RDWR);
/netgear-R7000-V1.0.7.12_1.2.5/ap/gpl/timemachine/gettext-0.17/gettext-tools/src/
H A Dread-java.c65 child = create_pipe_in (progname, prog_path, prog_argv, DEV_NULL, false,
H A Dread-csharp.c67 child = create_pipe_in (progname, prog_path, prog_argv, DEV_NULL, false,
H A Dread-tcl.c105 child = create_pipe_in ("tclsh", "tclsh", argv, DEV_NULL, false, true, true,
H A Dmsginit.c830 child = create_pipe_in (prog, "/bin/sh", argv, DEV_NULL, false, true, false,
905 child = create_pipe_in (prog, "/bin/sh", argv, DEV_NULL, false, true, false,
1065 child = create_pipe_in (prog, "/bin/sh", argv, DEV_NULL, false, true, false,
1164 child = create_pipe_in (prog, "/bin/sh", argv, DEV_NULL, false, true, false,
/netgear-R7000-V1.0.7.12_1.2.5/ap/gpl/curl/curl-7.36.0/tests/libtest/
H A Dlib518.c46 #define DEV_NULL "NUL" macro
48 #define DEV_NULL "/dev/null" macro
86 fpa[i] = fopen(DEV_NULL, "r");
325 fd[0] = open(DEV_NULL, O_RDONLY);
327 sprintf(strbuff, "opening of %s failed", DEV_NULL);
H A Dlib537.c47 #define DEV_NULL "NUL" macro
49 #define DEV_NULL "/dev/null" macro
87 fpa[i] = fopen(DEV_NULL, "r");
319 fd[0] = open(DEV_NULL, O_RDONLY);
321 sprintf(strbuff, "opening of %s failed", DEV_NULL);

Completed in 94 milliseconds