$manlookup

TIOCSETD

(2const)

get or set the line discipline of the terminal

System callsmanpages-dev 6.9.1-1also documents TIOCGETD
#include <asm/termbits.h> /* Definition of TIOC*ETD constants */ #include <sys/ioctl.h> int ioctl(int fd, TIOCGETD, int *argp); int ioctl(int fd, TIOCSETD, const int *argp);

LIBRARY

Standard C library (libc, -lc)

DESCRIPTION

Get the line discipline of the terminal.
Set the line discipline of the terminal.

RETURN VALUE

On success, 0 is returned. On error, -1 is returned, and errno is set to indicate the error.

See also