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

/freebsd-13-stable/contrib/llvm-project/compiler-rt/lib/sanitizer_common/
H A Dsanitizer_mac.cpp252 fd_t slave_fd = kInvalidFd; local
256 internal_close(slave_fd);
273 slave_fd = internal_open(slave_pty_name, O_RDWR);
274 if (slave_fd == kInvalidFd) return kInvalidFd;
285 res = posix_spawn_file_actions_adddup2(&acts, slave_fd, STDIN_FILENO) ||
286 posix_spawn_file_actions_adddup2(&acts, slave_fd, STDOUT_FILENO) ||
287 posix_spawn_file_actions_addclose(&acts, slave_fd);

Completed in 101 milliseconds