1 CFMAKERAW(3C) Standard C Library Functions CFMAKERAW(3C) 2 3 NAME 4 cfmakeraw - set raw I/O mode 5 6 SYNOPSIS 7 #include <termios.h> 8 9 void 10 cfmakeraw(struct termios *termios_p); 11 12 DESCRIPTION 13 The cfmakeraw() function sets the flags in termios_p to disable all input 14 and output processing. 15 16 There is no effect on the terminal until a subsequent successful call to 17 tcsetattr(3C) on the same termios structure. 18 19 INTERFACE STABILITY 20 Standard 21 22 MT-LEVEL 23 MT-Safe 24 25 Async-Signal-Safe 26 27 SEE ALSO 28 tcsetattr(3C), attributes(4), termio(7I) 29 30 illumos January 21, 2019 illumos