$manlookup

TCXONC

(2const)

software flow control

System callsmanpages-dev 6.9.1-1
#include <asm/termbits.h> /* Definition of TCXONC */ #include <sys/ioctl.h> int ioctl(int fd, TCXONC, int arg);

LIBRARY

Standard C library (libc, -lc)

DESCRIPTION

Equivalent to tcflow(fd, arg).

See tcflow(3) for the argument values TCOOFF, TCOON, TCIOFF, TCION.

RETURN VALUE

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

See also