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

/netgear-WNDR4500-V1.0.1.40_1.0.68/src/linux/linux-2.6/arch/um/os-Linux/include/
H A Dfile.h9 #define DEV_NULL "/dev/null" macro
/netgear-WNDR4500-V1.0.1.40_1.0.68/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-WNDR4500-V1.0.1.40_1.0.68/src/linux/linux-2.6/arch/um/drivers/
H A Dnull.c23 return(os_open_file(DEV_NULL, of_rdwr(OPENFLAGS()), 0));
/netgear-WNDR4500-V1.0.1.40_1.0.68/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-WNDR4500-V1.0.1.40_1.0.68/ap/gpl/curl-7.23.1/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 101 milliseconds