Searched refs:termios (Results 1 - 3 of 3) sorted by relevance

/systemd/src/basic/
H A Dterminal-util.c38 #include <termios.h>
86 struct termios old_termios, new_termios;
237 struct termios termios; local
258 if (tcgetattr(fd, &termios) < 0) {
267 termios.c_iflag &= ~(IGNBRK | BRKINT | ISTRIP | INLCR | IGNCR | IUCLC);
268 termios.c_iflag |= ICRNL | IMAXBEL | IUTF8;
269 termios.c_oflag |= ONLCR;
270 termios.c_cflag |= CREAD;
271 termios
[all...]
/systemd/src/shared/
H A Dptyfwd.c30 #include <termios.h>
55 struct termios saved_stdin_attr;
56 struct termios saved_stdout_attr;
372 struct termios raw_stdin_attr;
383 struct termios raw_stdout_attr;
H A Dask-password-api.c39 #include <termios.h>
214 struct termios old_termios, new_termios;

Completed in 1771 milliseconds