Home
last modified time | relevance | path

Searched refs:slave_fd (Results 126 – 150 of 258) sorted by relevance

1234567891011

/dports/devel/wasi-compiler-rt12/llvm-project-12.0.1.src/compiler-rt/lib/sanitizer_common/
H A Dsanitizer_mac.cpp256 fd_t slave_fd = kInvalidFd; in internal_spawn_impl() local
260 internal_close(slave_fd); in internal_spawn_impl()
277 slave_fd = internal_open(slave_pty_name, O_RDWR); in internal_spawn_impl()
278 if (slave_fd == kInvalidFd) return kInvalidFd; in internal_spawn_impl()
289 res = posix_spawn_file_actions_adddup2(&acts, slave_fd, STDIN_FILENO) || in internal_spawn_impl()
290 posix_spawn_file_actions_adddup2(&acts, slave_fd, STDOUT_FILENO) || in internal_spawn_impl()
291 posix_spawn_file_actions_addclose(&acts, slave_fd); in internal_spawn_impl()
/dports/devel/llvm13/llvm-project-13.0.1.src/compiler-rt/lib/sanitizer_common/
H A Dsanitizer_mac.cpp269 fd_t slave_fd = kInvalidFd; in internal_spawn_impl() local
273 internal_close(slave_fd); in internal_spawn_impl()
290 slave_fd = internal_open(slave_pty_name, O_RDWR); in internal_spawn_impl()
291 if (slave_fd == kInvalidFd) return kInvalidFd; in internal_spawn_impl()
302 res = posix_spawn_file_actions_adddup2(&acts, slave_fd, STDIN_FILENO) || in internal_spawn_impl()
303 posix_spawn_file_actions_adddup2(&acts, slave_fd, STDOUT_FILENO) || in internal_spawn_impl()
304 posix_spawn_file_actions_addclose(&acts, slave_fd); in internal_spawn_impl()
/dports/devel/llvm12/llvm-project-12.0.1.src/compiler-rt/lib/sanitizer_common/
H A Dsanitizer_mac.cpp256 fd_t slave_fd = kInvalidFd; in internal_spawn_impl() local
260 internal_close(slave_fd); in internal_spawn_impl()
277 slave_fd = internal_open(slave_pty_name, O_RDWR); in internal_spawn_impl()
278 if (slave_fd == kInvalidFd) return kInvalidFd; in internal_spawn_impl()
289 res = posix_spawn_file_actions_adddup2(&acts, slave_fd, STDIN_FILENO) || in internal_spawn_impl()
290 posix_spawn_file_actions_adddup2(&acts, slave_fd, STDOUT_FILENO) || in internal_spawn_impl()
291 posix_spawn_file_actions_addclose(&acts, slave_fd); in internal_spawn_impl()
/dports/devel/sccache/sccache-0.2.15/cargo-crates/nix-0.14.1/test/
H A Dtest_pty.rs119 let slave_fd = open(Path::new(&slave_name), OFlag::O_RDWR, stat::Mode::empty()).unwrap(); in test_open_ptty_pair() localVariable
120 assert!(slave_fd > 0); in test_open_ptty_pair()
/dports/games/genact/genact-0.10.0/cargo-crates/nix-0.17.0/test/
H A Dtest_pty.rs119 let slave_fd = open(Path::new(&slave_name), OFlag::O_RDWR, stat::Mode::empty()).unwrap(); in test_open_ptty_pair() localVariable
120 assert!(slave_fd > 0); in test_open_ptty_pair()
/dports/sysutils/vector/vector-0.10.0/cargo-crates/nix-0.16.1/test/
H A Dtest_pty.rs119 let slave_fd = open(Path::new(&slave_name), OFlag::O_RDWR, stat::Mode::empty()).unwrap(); in test_open_ptty_pair() localVariable
120 assert!(slave_fd > 0); in test_open_ptty_pair()
/dports/sysutils/vector/vector-0.10.0/cargo-crates/nix-0.17.0/test/
H A Dtest_pty.rs119 let slave_fd = open(Path::new(&slave_name), OFlag::O_RDWR, stat::Mode::empty()).unwrap(); in test_open_ptty_pair() localVariable
120 assert!(slave_fd > 0); in test_open_ptty_pair()
/dports/textproc/sonic/sonic-1.3.0/cargo-crates/nix-0.17.0/test/
H A Dtest_pty.rs119 let slave_fd = open(Path::new(&slave_name), OFlag::O_RDWR, stat::Mode::empty()).unwrap(); in test_open_ptty_pair() localVariable
120 assert!(slave_fd > 0); in test_open_ptty_pair()
/dports/shells/ion/ion-a8872014dbce730ccd00aaa722397dc394a52bf4/cargo-crates/nix-0.14.1/test/
H A Dtest_pty.rs119 let slave_fd = open(Path::new(&slave_name), OFlag::O_RDWR, stat::Mode::empty()).unwrap(); in test_open_ptty_pair() localVariable
120 assert!(slave_fd > 0); in test_open_ptty_pair()
/dports/www/firefox/firefox-99.0/third_party/rust/nix/test/
H A Dtest_pty.rs119 let slave_fd = open(Path::new(&slave_name), OFlag::O_RDWR, stat::Mode::empty()).unwrap(); in test_open_ptty_pair() localVariable
120 assert!(slave_fd > 0); in test_open_ptty_pair()
/dports/games/abstreet/abstreet-0.2.9-49-g74aca40c0/cargo-crates/nix-0.14.1/test/
H A Dtest_pty.rs119 let slave_fd = open(Path::new(&slave_name), OFlag::O_RDWR, stat::Mode::empty()).unwrap(); in test_open_ptty_pair() localVariable
120 assert!(slave_fd > 0); in test_open_ptty_pair()
/dports/devel/gitui/gitui-0.10.1/cargo-crates/nix-0.17.0/test/
H A Dtest_pty.rs119 let slave_fd = open(Path::new(&slave_name), OFlag::O_RDWR, stat::Mode::empty()).unwrap(); in test_open_ptty_pair() localVariable
120 assert!(slave_fd > 0); in test_open_ptty_pair()
/dports/audio/ncspot/ncspot-0.9.3/cargo-crates/nix-0.17.0/test/
H A Dtest_pty.rs119 let slave_fd = open(Path::new(&slave_name), OFlag::O_RDWR, stat::Mode::empty()).unwrap();
120 assert!(slave_fd > 0);
/dports/sysutils/diskonaut/diskonaut-0.11.0/cargo-crates/nix-0.17.0/test/
H A Dtest_pty.rs119 let slave_fd = open(Path::new(&slave_name), OFlag::O_RDWR, stat::Mode::empty()).unwrap(); in test_open_ptty_pair() localVariable
120 assert!(slave_fd > 0); in test_open_ptty_pair()
/dports/sysutils/flowgger/flowgger-0.2.10/cargo-crates/nix-0.17.0/test/
H A Dtest_pty.rs119 let slave_fd = open(Path::new(&slave_name), OFlag::O_RDWR, stat::Mode::empty()).unwrap(); in test_open_ptty_pair() localVariable
120 assert!(slave_fd > 0); in test_open_ptty_pair()
/dports/audio/spotifyd/spotifyd-0.3.0/cargo-crates/nix-0.14.1/test/
H A Dtest_pty.rs119 let slave_fd = open(Path::new(&slave_name), OFlag::O_RDWR, stat::Mode::empty()).unwrap(); in test_open_ptty_pair() localVariable
120 assert!(slave_fd > 0); in test_open_ptty_pair()
/dports/graphics/viu/viu-1.1/cargo-crates/nix-0.17.0/test/
H A Dtest_pty.rs119 let slave_fd = open(Path::new(&slave_name), OFlag::O_RDWR, stat::Mode::empty()).unwrap(); in test_open_ptty_pair() localVariable
120 assert!(slave_fd > 0); in test_open_ptty_pair()
/dports/www/chromium-legacy/chromium-88.0.4324.182/chromeos/process_proxy/
H A Dprocess_proxy.h87 int slave_fd,
/dports/devel/sccache/sccache-0.2.15/cargo-crates/nix-0.19.1/test/
H A Dtest_pty.rs114 let slave_fd = open(Path::new(&slave_name), OFlag::O_RDWR, stat::Mode::empty()).unwrap(); in open_ptty_pair() localVariable
115 let slave = unsafe { File::from_raw_fd(slave_fd) }; in open_ptty_pair()
/dports/dns/encrypted-dns-server/encrypted-dns-server-0.9.1/cargo-crates/nix-0.19.1/test/
H A Dtest_pty.rs114 let slave_fd = open(Path::new(&slave_name), OFlag::O_RDWR, stat::Mode::empty()).unwrap(); in open_ptty_pair() localVariable
115 let slave = unsafe { File::from_raw_fd(slave_fd) }; in open_ptty_pair()
/dports/math/kalker/kalker-1.1.0/cargo-crates/nix-0.19.1/test/
H A Dtest_pty.rs114 let slave_fd = open(Path::new(&slave_name), OFlag::O_RDWR, stat::Mode::empty()).unwrap(); in open_ptty_pair() localVariable
115 let slave = unsafe { File::from_raw_fd(slave_fd) }; in open_ptty_pair()
/dports/sysutils/czkawka/czkawka-3.3.1/cargo-crates/nix-0.20.0/test/
H A Dtest_pty.rs114 let slave_fd = open(Path::new(&slave_name), OFlag::O_RDWR, stat::Mode::empty()).unwrap(); in open_ptty_pair() localVariable
115 let slave = unsafe { File::from_raw_fd(slave_fd) }; in open_ptty_pair()
/dports/security/gpg-tui/gpg-tui-0.8.2/cargo-crates/nix-0.20.0/test/
H A Dtest_pty.rs114 let slave_fd = open(Path::new(&slave_name), OFlag::O_RDWR, stat::Mode::empty()).unwrap(); in open_ptty_pair() localVariable
115 let slave = unsafe { File::from_raw_fd(slave_fd) }; in open_ptty_pair()
/dports/misc/xd-rust/delan-xd-4bdbb191ed6d/cargo-crates/nix-0.19.1/test/
H A Dtest_pty.rs114 let slave_fd = open(Path::new(&slave_name), OFlag::O_RDWR, stat::Mode::empty()).unwrap(); in open_ptty_pair() localVariable
115 let slave = unsafe { File::from_raw_fd(slave_fd) }; in open_ptty_pair()
/dports/x11/alacritty/alacritty-0.9.0/cargo-crates/nix-0.18.0/test/
H A Dtest_pty.rs114 let slave_fd = open(Path::new(&slave_name), OFlag::O_RDWR, stat::Mode::empty()).unwrap(); in open_ptty_pair() localVariable
115 let slave = unsafe { File::from_raw_fd(slave_fd) }; in open_ptty_pair()

1234567891011