Searched refs:stderr_fd (Results 1 – 8 of 8) sorted by relevance
/freebsd/crypto/heimdal/lib/roken/ |
H A D | simple_exec.c | 144 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/contrib/llvm-project/compiler-rt/lib/sanitizer_common/ |
H A D | sanitizer_posix_libcdep.cpp | 445 fd_t stderr_fd) { in StartSubprocess() argument 453 if (stderr_fd != kInvalidFd) { in StartSubprocess() 454 internal_close(stderr_fd); in StartSubprocess() 480 if (stderr_fd != kInvalidFd) { in StartSubprocess() 482 internal_dup2(stderr_fd, STDERR_FILENO); in StartSubprocess() 483 internal_close(stderr_fd); in StartSubprocess()
|
H A D | sanitizer_file.h | 95 fd_t stdout_fd = kInvalidFd, fd_t stderr_fd = kInvalidFd);
|
H A D | sanitizer_win.cpp | 1145 fd_t stderr_fd) { in StartSubprocess() argument
|
/freebsd/lib/libcasper/services/cap_syslog/ |
H A D | cap_syslog.c | 152 int stderr_fd; in slog_openlog() local 162 stderr_fd = dnvlist_get_descriptor(nvlin, "stderr", -1); in slog_openlog() 166 (void)dup2(stderr_fd, STDERR_FILENO); in slog_openlog()
|
/freebsd/contrib/kyua/utils/process/ |
H A D | child.cpp | 279 const int stderr_fd = open_for_append(stderr_file); in fork_files_aux() local 280 safe_dup(stderr_fd, STDERR_FILENO); in fork_files_aux() 281 ::close(stderr_fd); in fork_files_aux()
|
/freebsd/contrib/atf/atf-c++/detail/ |
H A D | process.hpp | 214 int stderr_fd(void);
|
H A D | process.cpp | 328 impl::child::stderr_fd(void) in stderr_fd() function in impl::child
|