Searched refs:TCSADRAIN (Results 1 - 2 of 2) sorted by relevance

/systemd/src/shared/
H A Dask-password-api.c266 if (tcsetattr(ttyfd, TCSADRAIN, &new_termios) < 0) {
410 tcsetattr(ttyfd, TCSADRAIN, &old_termios);
/systemd/src/basic/
H A Dterminal-util.c99 if (tcsetattr(fileno(f), TCSADRAIN, &new_termios) >= 0) {
104 tcsetattr(fileno(f), TCSADRAIN, &old_termios); local
111 tcsetattr(fileno(f), TCSADRAIN, &old_termios); local

Completed in 2108 milliseconds