Home
last modified time | relevance | path

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

/freebsd-12-stable/crypto/heimdal/lib/roken/
Dsimple_exec.c144 pipe_execv(FILE **stdin_fd, FILE **stdout_fd, FILE **stderr_fd, in pipe_execv() argument
156 if(stderr_fd != NULL) in pipe_execv()
172 if(stderr_fd != NULL) in pipe_execv()
180 if(stderr_fd == NULL) in pipe_execv()
210 if(stderr_fd != NULL) { in pipe_execv()
224 if(stderr_fd != NULL) { in pipe_execv()
226 *stderr_fd = fdopen(err_fd[0], "r"); in pipe_execv()
/freebsd-12-stable/contrib/llvm-project/compiler-rt/lib/sanitizer_common/
Dsanitizer_posix_libcdep.cpp422 fd_t stderr_fd) { in StartSubprocess() argument
430 if (stderr_fd != kInvalidFd) { in StartSubprocess()
431 internal_close(stderr_fd); in StartSubprocess()
457 if (stderr_fd != kInvalidFd) { in StartSubprocess()
459 internal_dup2(stderr_fd, STDERR_FILENO); in StartSubprocess()
460 internal_close(stderr_fd); in StartSubprocess()
Dsanitizer_file.h92 fd_t stdout_fd = kInvalidFd, fd_t stderr_fd = kInvalidFd);
Dsanitizer_win.cpp1118 fd_t stderr_fd) { in StartSubprocess() argument
/freebsd-12-stable/lib/libcasper/services/cap_syslog/
Dcap_syslog.c154 int stderr_fd; in slog_openlog() local
164 stderr_fd = dnvlist_get_descriptor(nvlin, "stderr", -1); in slog_openlog()
168 (void)dup2(stderr_fd, STDERR_FILENO); in slog_openlog()
/freebsd-12-stable/contrib/atf/atf-c++/detail/
Dprocess.hpp214 int stderr_fd(void);
Dprocess.cpp328 impl::child::stderr_fd(void) in stderr_fd() function in impl::child