OpenGrok
Home
Sort by relevance
Sort by last modified time
Full Search
Definition
Symbol
File Path
History
|
|
Help
Searched
refs:set_terminal
(Results
1 - 3
of
3
) sorted by null
/external/toybox/lib/
interestingtimes.c
84
int
set_terminal
(int fd, int raw, struct termios *old)
function
119
if (-1 ==
set_terminal
(fd, raw, old)) perror_exit("bad tty fd#%d", fd);
230
set_terminal
(1, 0, 0);
238
// If you call
set_terminal
(), use sigatexit(tty_sigreset);
password.c
64
set_terminal
(0, 1, &oldtermio);
lib.h
233
int
set_terminal
(int fd, int raw, struct termios *old);
Completed in 53 milliseconds