/external/google-breakpad/src/client/linux/microdump_writer/ |
D | microdump_writer_unittest.cc | 97 int save_err = dup(STDERR_FILENO); in TEST() 99 ASSERT_NE(-1, dup2(err_fd, STDERR_FILENO)); in TEST() 104 dup2(save_err, STDERR_FILENO); in TEST()
|
/external/bison/lib/ |
D | spawn-pipe.c | 159 orig_stderr = dup_safer_noinherit (STDERR_FILENO); in create_pipe() 170 && (nulloutfd == STDERR_FILENO in create_pipe() 171 || (dup2 (nulloutfd, STDERR_FILENO) >= 0 in create_pipe() 220 undup_safer_noinherit (orig_stderr, STDERR_FILENO); in create_pipe() 308 STDERR_FILENO, in create_pipe()
|
D | dup-safer.c | 33 return fcntl (fd, F_DUPFD, STDERR_FILENO + 1); in dup_safer()
|
D | dup-safer-flag.c | 37 STDERR_FILENO + 1); in dup_safer_flag()
|
D | fd-safer.c | 39 if (STDIN_FILENO <= fd && fd <= STDERR_FILENO) in fd_safer()
|
D | fd-safer-flag.c | 42 if (STDIN_FILENO <= fd && fd <= STDERR_FILENO) in fd_safer_flag()
|
D | fopen-safer.c | 39 if (0 <= fd && fd <= STDERR_FILENO) in fopen_safer()
|
D | w32spawn.h | 56 if (STDIN_FILENO <= fd && fd <= STDERR_FILENO) in fd_safer_noinherit()
|
/external/lldb/tools/debugserver/source/ |
D | PseudoTerminal.cpp | 216 if (::dup2 (m_slave_fd, STDERR_FILENO) != STDERR_FILENO) in Fork()
|
/external/lldb/source/Utility/ |
D | PseudoTerminal.cpp | 263 if (::dup2 (m_slave_fd, STDERR_FILENO) != STDERR_FILENO) in Fork()
|
/external/compiler-rt/test/asan/TestCases/ |
D | closed-fds.cc | 19 close(STDERR_FILENO); in main()
|
/external/openssh/openbsd-compat/ |
D | daemon.c | 74 (void)dup2(fd, STDERR_FILENO); in daemon()
|
/external/jemalloc/include/jemalloc/internal/ |
D | jemalloc_internal_decls.h | 51 # define STDERR_FILENO 2 macro
|
/external/dhcpcd/ |
D | bind.c | 92 dup2(fd, STDERR_FILENO); in daemonise() 93 if (fd > STDERR_FILENO) in daemonise()
|
/external/libcxx/test/std/numerics/rand/rand.device/ |
D | ctor.pass.cpp | 57 ec = close(STDERR_FILENO); in main()
|
/external/gptfdisk/ |
D | sgdisk.cc | 43 dup2(silence, STDERR_FILENO); in android_dump()
|
/external/openssh/ |
D | sandbox-capsicum.c | 93 if (cap_rights_limit(STDERR_FILENO, &rights) < 0 && errno != ENOSYS) in ssh_sandbox_child()
|
D | sshd.c | 133 #define REEXEC_DEVCRYPTO_RESERVED_FD (STDERR_FILENO + 1) 134 #define REEXEC_STARTUP_PIPE_FD (STDERR_FILENO + 2) 135 #define REEXEC_CONFIG_PASS_FD (STDERR_FILENO + 3) 136 #define REEXEC_MIN_FREE_FD (STDERR_FILENO + 4) 1136 dup2(fd, STDERR_FILENO); 1137 if (fd > (log_stderr ? STDERR_FILENO : STDOUT_FILENO)) 2079 if (fd > STDERR_FILENO)
|
D | defines.h | 129 #ifndef STDERR_FILENO 130 # define STDERR_FILENO 2 macro
|
/external/bison/m4/ |
D | posix_spawn.m4 | 114 #ifndef STDERR_FILENO 115 # define STDERR_FILENO 2 257 #ifndef STDERR_FILENO 258 # define STDERR_FILENO 2
|
/external/protobuf/src/google/protobuf/compiler/ |
D | subprocess.cc | 328 ignored = write(STDERR_FILENO, argv[0], strlen(argv[0])); 330 ignored = write(STDERR_FILENO, message, strlen(message));
|
/external/llvm/lib/Support/ |
D | raw_ostream.cpp | 55 #ifndef STDERR_FILENO 56 # define STDERR_FILENO 2 macro 730 static raw_fd_ostream S(STDERR_FILENO, false, true); in errs()
|
/external/deqp/framework/delibs/deutil/ |
D | deProcess.c | 287 if (pipeErr[1] != STDERR_FILENO && in deProcess_start() 288 dup2(pipeErr[1], STDERR_FILENO) != STDERR_FILENO) in deProcess_start()
|
/external/mdnsresponder/mDNSPosix/ |
D | mDNSUNP.c | 719 if (fd != STDERR_FILENO) (void)dup2(fd, STDERR_FILENO); in daemon() 720 if (fd != STDIN_FILENO && fd != STDOUT_FILENO && fd != STDERR_FILENO) in daemon()
|
/external/jemalloc/src/ |
D | util.c | 53 UNUSED int result = syscall(SYS_write, STDERR_FILENO, s, strlen(s)); in wrtmessage() 55 UNUSED int result = write(STDERR_FILENO, s, strlen(s)); in wrtmessage()
|