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

/freebsd-13-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-13-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-13-stable/contrib/llvm-project/compiler-rt/lib/sanitizer_common/
H A Dsanitizer_file.h91 fd_t stdout_fd = kInvalidFd, fd_t stderr_fd = kInvalidFd);
H A Dsanitizer_posix_libcdep.cpp430 fd_t stderr_fd) {
438 if (stderr_fd != kInvalidFd) {
439 internal_close(stderr_fd);
465 if (stderr_fd != kInvalidFd) {
467 internal_dup2(stderr_fd, STDERR_FILENO);
468 internal_close(stderr_fd);
428 StartSubprocess(const char *program, const char *const argv[], const char *const envp[], fd_t stdin_fd, fd_t stdout_fd, fd_t stderr_fd) argument
H A Dsanitizer_win.cpp1068 fd_t stderr_fd) {
1066 StartSubprocess(const char *program, const char *const argv[], const char *const envp[], fd_t stdin_fd, fd_t stdout_fd, fd_t stderr_fd) argument
/freebsd-13-stable/contrib/kyua/utils/process/
H A Dchild.cpp279 const int stderr_fd = open_for_append(stderr_file); local
280 safe_dup(stderr_fd, STDERR_FILENO);
281 ::close(stderr_fd);
/freebsd-13-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 114 milliseconds