Home
last modified time | relevance | path

Searched defs:stderr_fd (Results 1 – 15 of 15) sorted by relevance

/netbsd/external/ibm-public/postfix/dist/src/util/
H A Dspawn_command.c111 int stderr_fd; /* write stderr here */ member
/netbsd/external/bsd/atf/dist/tools/
H A Dprocess.hpp290 const int stderr_fd = errsb.connect_parent(); in fork() local
H A Dprocess.cpp486 impl::child::stderr_fd(void) in stderr_fd() function in impl::child
/netbsd/crypto/external/bsd/heimdal/dist/lib/roken/
H A Dsimple_exec.c146 pipe_execv(FILE **stdin_fd, FILE **stdout_fd, FILE **stderr_fd, in pipe_execv()
H A Dsimple_exec_w32.c211 pipe_execv(FILE **stdin_fd, FILE **stdout_fd, FILE **stderr_fd, in pipe_execv()
/netbsd/external/bsd/kyua-cli/dist/utils/process/
H A Dchild.cpp339 const int stderr_fd = open_for_append(stderr_file); in fork_files_aux() local
/netbsd/external/bsd/atf/dist/atf-c++/detail/
H A Dprocess.cpp332 impl::child::stderr_fd(void) in stderr_fd() function in impl::child
/netbsd/external/gpl3/gcc/dist/libsanitizer/sanitizer_common/
H A Dsanitizer_posix_libcdep.cc440 fd_t stdin_fd, fd_t stdout_fd, fd_t stderr_fd) { in StartSubprocess()
H A Dsanitizer_win.cc1027 fd_t stdin_fd, fd_t stdout_fd, fd_t stderr_fd) { in StartSubprocess()
/netbsd/sys/external/bsd/compiler_rt/dist/lib/sanitizer_common/
H A Dsanitizer_posix_libcdep.cc444 fd_t stdin_fd, fd_t stdout_fd, fd_t stderr_fd) { in StartSubprocess()
H A Dsanitizer_win.cc1034 fd_t stdin_fd, fd_t stdout_fd, fd_t stderr_fd) { in StartSubprocess()
/netbsd/external/gpl3/gcc.old/dist/libsanitizer/sanitizer_common/
H A Dsanitizer_posix_libcdep.cc440 fd_t stdin_fd, fd_t stdout_fd, fd_t stderr_fd) { in StartSubprocess()
H A Dsanitizer_win.cc1027 fd_t stdin_fd, fd_t stdout_fd, fd_t stderr_fd) { in StartSubprocess()
/netbsd/external/bsd/dhcpcd/dist/src/
H A Ddhcpcd.h122 int stderr_fd; /* FD for logging to stderr */ member
H A Ddhcpcd.c1867 int fork_fd[2], stderr_fd[2]; in main() local