OpenGrok
Home
Sort by relevance
Sort by last modified time
Full Search
Definition
Symbol
File Path
History
|
|
Help
Searched
defs:tcgetattr
(Results
51 - 52
of
52
) sorted by null
1
2
3
/prebuilts/gcc/linux-x86/host/i686-linux-glibc2.7-4.6/sysroot/usr/include/
term.h
110
#ifndef
tcgetattr
111
#define
tcgetattr
(fd, arg) ioctl(fd, TCGETA, arg)
macro
141
#define GET_TTY(fd, buf)
tcgetattr
(fd, buf)
[
all
...]
/prebuilts/gcc/linux-x86/host/x86_64-linux-glibc2.7-4.6/sysroot/usr/include/
term.h
110
#ifndef
tcgetattr
111
#define
tcgetattr
(fd, arg) ioctl(fd, TCGETA, arg)
macro
141
#define GET_TTY(fd, buf)
tcgetattr
(fd, buf)
[
all
...]
Completed in 168 milliseconds
1
2
3