Home
last modified time | relevance | path

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

/sysdeps/unix/sysv/linux/
A Dtst-ttyname.c351 int exit_pipe[2]; in do_in_chroot_2() local
352 xpipe (exit_pipe); in do_in_chroot_2()
374 xclose (exit_pipe[1]); in do_in_chroot_2()
411 VERIFY (read (exit_pipe[0], &c, 1) == 0); in do_in_chroot_2()
412 xclose (exit_pipe[0]); in do_in_chroot_2()
428 xclose (exit_pipe[0]); in do_in_chroot_2()
429 xclose (exit_pipe[1]); in do_in_chroot_2()

Completed in 3 milliseconds