Searched refs:stderr_fd (Results 1 - 7 of 7) sorted by relevance

/freebsd-12-stable/crypto/heimdal/lib/roken/
H A Dsimple_exec.c144 pipe_execv(FILE **stdin_fd, FILE **stdout_fd, FILE **stderr_fd, argument
156 if(stderr_fd != NULL)
172 if(stderr_fd != NULL)
180 if(stderr_fd == NULL)
210 if(stderr_fd != NULL) {
224 if(stderr_fd != NULL) {
226 *stderr_fd = fdopen(err_fd[0], "r");
/freebsd-12-stable/lib/libcasper/services/cap_syslog/
H A Dcap_syslog.c154 int stderr_fd; local
164 stderr_fd = dnvlist_get_descriptor(nvlin, "stderr", -1);
168 (void)dup2(stderr_fd, STDERR_FILENO);
/freebsd-12-stable/contrib/llvm-project/compiler-rt/lib/sanitizer_common/
H A Dsanitizer_file.h91 fd_t stderr_fd = kInvalidFd);
H A Dsanitizer_posix_libcdep.cpp429 fd_t stdin_fd, fd_t stdout_fd, fd_t stderr_fd) {
437 if (stderr_fd != kInvalidFd) {
438 internal_close(stderr_fd);
464 if (stderr_fd != kInvalidFd) {
466 internal_dup2(stderr_fd, STDERR_FILENO);
467 internal_close(stderr_fd);
428 StartSubprocess(const char *program, const char *const argv[], fd_t stdin_fd, fd_t stdout_fd, fd_t stderr_fd) argument
H A Dsanitizer_win.cpp1063 fd_t stdin_fd, fd_t stdout_fd, fd_t stderr_fd) {
1062 StartSubprocess(const char *program, const char *const argv[], fd_t stdin_fd, fd_t stdout_fd, fd_t stderr_fd) argument
/freebsd-12-stable/contrib/atf/atf-c++/detail/
H A Dprocess.hpp214 int stderr_fd(void);
H A Dprocess.cpp328 impl::child::stderr_fd(void) function in class:impl::child

Completed in 175 milliseconds