CFMAKERAW(3C) Standard C Library Functions CFMAKERAW(3C)

cfmakeraw
set raw I/O mode

#include <termios.h>

void
cfmakeraw(struct termios *termios_p);

The cfmakeraw() function sets the flags in termios_p to disable all input and output processing.

There is no effect on the terminal until a subsequent successful call to tcsetattr(3C) on the same termios structure.

Standard

MT-Safe

Async-Signal-Safe

tcsetattr(3C), attributes(4), termio(7I)
January 21, 2019 illumos