Searched refs:restore_stdout_termios (Results 1 – 1 of 1) sorted by relevance
61 static void restore_stdout_termios(void) { tcsetattr(s_out_fd, TCSAFLUSH, &original_stdout_termios)… in restore_stdout_termios() function66 restore_stdout_termios(); in platformUartRestore()92 atexit(&restore_stdout_termios); in otPlatUartEnable()