Home
last modified time | relevance | path

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

/netbsd-src/external/public-domain/xz/dist/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()
/netbsd-src/external/public-domain/xz/dist/
H A DChangeLog305 xz: Fix the Capsicum rights on user_abort_pipe.