Home
last modified time | relevance | path

Searched refs:optional_actions (Results 1 – 2 of 2) sorted by relevance

/sysdeps/unix/bsd/
A Dtcsetattr.c35 tcsetattr (int fd, int optional_actions, const struct termios *termios_p) in tcsetattr() argument
39 if (optional_actions & TCSASOFT) in tcsetattr()
44 optional_actions &= ~TCSASOFT; in tcsetattr()
47 switch (optional_actions) in tcsetattr()
/sysdeps/unix/sysv/linux/
A Dtcsetattr.c44 __tcsetattr (int fd, int optional_actions, const struct termios *termios_p) in __tcsetattr() argument
49 switch (optional_actions) in __tcsetattr()

Completed in 4 milliseconds