Home
last modified time | relevance | path

Searched refs:user_abort_pipe (Results 1 – 5 of 5) sorted by relevance

/dports/security/arti/arti-9d0ede26801cdb182daa85c3eb5f0058dc178eb6/cargo-crates/lzma-sys-0.1.17/xz-5.2/src/xz/
H A Dfile_io.c87 static int user_abort_pipe[2]; variable
109 if (pipe(user_abort_pipe)) in io_init()
115 int flags = fcntl(user_abort_pipe[i], F_GETFL); in io_init()
116 if (flags == -1 || fcntl(user_abort_pipe[i], F_SETFL, in io_init()
143 const int ret = write(user_abort_pipe[1], &b, 1); in io_write_to_user_abort_pipe()
204 if (cap_rights_limit(user_abort_pipe[0], cap_rights_init(&rights, in io_sandbox_enter()
208 if (cap_rights_limit(user_abort_pipe[1], cap_rights_init(&rights, in io_sandbox_enter()
253 pfd[1].fd = user_abort_pipe[0]; in io_wait()
/dports/textproc/ripgrep-all/ripgrep-all-0.9.6/cargo-crates/lzma-sys-0.1.16/xz-5.2/src/xz/
H A Dfile_io.c87 static int user_abort_pipe[2]; variable
109 if (pipe(user_abort_pipe)) in io_init()
115 int flags = fcntl(user_abort_pipe[i], F_GETFL); in io_init()
116 if (flags == -1 || fcntl(user_abort_pipe[i], F_SETFL, in io_init()
143 const int ret = write(user_abort_pipe[1], &b, 1); in io_write_to_user_abort_pipe()
201 if (cap_rights_limit(user_abort_pipe[0], cap_rights_init(&rights, in io_sandbox_enter()
205 if (cap_rights_limit(user_abort_pipe[1], cap_rights_init(&rights, in io_sandbox_enter()
249 pfd[1].fd = user_abort_pipe[0]; in io_wait()
/dports/textproc/mdbook-linkcheck/mdbook-linkcheck-0.7.6/cargo-crates/lzma-sys-0.1.17/xz-5.2/src/xz/
H A Dfile_io.c87 static int user_abort_pipe[2]; variable
109 if (pipe(user_abort_pipe)) in io_init()
115 int flags = fcntl(user_abort_pipe[i], F_GETFL); in io_init()
116 if (flags == -1 || fcntl(user_abort_pipe[i], F_SETFL, in io_init()
143 const int ret = write(user_abort_pipe[1], &b, 1); in io_write_to_user_abort_pipe()
204 if (cap_rights_limit(user_abort_pipe[0], cap_rights_init(&rights, in io_sandbox_enter()
208 if (cap_rights_limit(user_abort_pipe[1], cap_rights_init(&rights, in io_sandbox_enter()
253 pfd[1].fd = user_abort_pipe[0]; in io_wait()
/dports/lang/rust/rustc-1.58.1-src/vendor/lzma-sys/xz-5.2/src/xz/
H A Dfile_io.c87 static int user_abort_pipe[2]; variable
109 if (pipe(user_abort_pipe)) in io_init()
115 int flags = fcntl(user_abort_pipe[i], F_GETFL); in io_init()
116 if (flags == -1 || fcntl(user_abort_pipe[i], F_SETFL, in io_init()
143 const int ret = write(user_abort_pipe[1], &b, 1); in io_write_to_user_abort_pipe()
201 if (cap_rights_limit(user_abort_pipe[0], cap_rights_init(&rights, in io_sandbox_enter()
205 if (cap_rights_limit(user_abort_pipe[1], cap_rights_init(&rights, in io_sandbox_enter()
249 pfd[1].fd = user_abort_pipe[0]; in io_wait()
/dports/emulators/dolphin-emu/dolphin-3152428/Externals/liblzma/
H A DChangeLog305 xz: Fix the Capsicum rights on user_abort_pipe.