[][src]Function linux::syscall::ioctl_tiocoutq

pub fn ioctl_tiocoutq(fd: c_int, buf: &mut usize) -> c_int

Executes ioctl with the TIOCOUTQ option.

[argument, fd] The file descriptor on which to operate.

[argument, buf] Place where the number of pending output bytes will be stored.

= See also

  • link:man:tty_ioctl(2)