OpenGrok
Home
Sort by relevance
Sort by last modified time
Full Search
Definition
Symbol
File Path
History
|
|
Help
Searched
full:tty
(Results
151 - 175
of
787
) sorted by null
1
2
3
4
5
6
7
8
9
10
11
>>
/external/libppp/src/
prompt.c
326
char *
tty
= ttyname(STDIN_FILENO);
local
328
if (!
tty
) {
338
strncpy(p->src.from,
tty
, sizeof p->src.from - 1);
340
tcgetattr(p->fd_in, &p->oldtio); /* Save original
tty
mode */
448
* Set
tty
into command mode. We allow canonical input and echo processing.
472
* Set
tty
into terminal mode which is used while we invoke term command.
/external/openssh/
channels.h
102
int isatty; /* rfd is a
tty
*/
103
int wfd_isatty; /* wfd is a
tty
*/
104
int client_tty; /* (client)
TTY
has been requested */
/system/core/toolbox/
ps.c
43
int ppid,
tty
;
local
91
tty
= atoi(nexttok(&ptr));
133
tty
= atoi(nexttok(&ptr));
/bionic/libc/include/
paths.h
61
#define _PATH_TTY "/dev/
tty
"
/development/ndk/platforms/android-3/include/
paths.h
61
#define _PATH_TTY "/dev/
tty
"
/external/linux-tools-perf/Documentation/
perf-annotate.txt
64
--tui:: Use the TUI interface Use of --tui requires a
tty
, if one is not
/external/linux-tools-perf/util/
annotate.h
50
* presented. It is deallocated right after symbol__{tui,
tty
,etc}_annotate
/external/openssh/regress/
agent-pkcs11.sh
17
# start command w/o
tty
, so ssh-add accepts pin from stdin
key-options.sh
29
r=`${SSH} -$p -q -F $OBJ/ssh_proxy somehost
tty
`
/external/protobuf/gtest/test/
gtest_color_test_.cc
60
// goes to a
TTY
).
/prebuilts/gcc/linux-x86/host/i686-linux-glibc2.7-4.4.3/sysroot/usr/include/bits/
local_lim.h
79
/* Maximum
tty
name length. */
/prebuilts/gcc/linux-x86/host/i686-linux-glibc2.7-4.4.3/sysroot/usr/include/linux/
audit.h
68
#define AUDIT_TTY_GET 1016 /* Get
TTY
auditing status */
69
#define AUDIT_TTY_SET 1017 /* Set
TTY
auditing status */
73
#define AUDIT_USER_TTY 1124 /* Non-ICANON
TTY
input meaning */
100
#define AUDIT_TTY 1319 /* Input on an administrative
TTY
*/
/prebuilts/gcc/linux-x86/host/i686-linux-glibc2.7-4.4.3/sysroot/usr/include/
paths.h
61
#define _PATH_TTY "/dev/
tty
"
/prebuilts/gcc/linux-x86/host/i686-linux-glibc2.7-4.4.3/sysroot/usr/include/rpcsvc/
rusers.h
73
char ut_line[8]; /*
tty
name */
/prebuilts/gcc/linux-x86/host/i686-linux-glibc2.7-4.6/sysroot/usr/include/bits/
local_lim.h
79
/* Maximum
tty
name length. */
/prebuilts/gcc/linux-x86/host/i686-linux-glibc2.7-4.6/sysroot/usr/include/linux/
audit.h
68
#define AUDIT_TTY_GET 1016 /* Get
TTY
auditing status */
69
#define AUDIT_TTY_SET 1017 /* Set
TTY
auditing status */
73
#define AUDIT_USER_TTY 1124 /* Non-ICANON
TTY
input meaning */
100
#define AUDIT_TTY 1319 /* Input on an administrative
TTY
*/
/prebuilts/gcc/linux-x86/host/i686-linux-glibc2.7-4.6/sysroot/usr/include/
paths.h
61
#define _PATH_TTY "/dev/
tty
"
/prebuilts/gcc/linux-x86/host/i686-linux-glibc2.7-4.6/sysroot/usr/include/rpcsvc/
rusers.h
73
char ut_line[8]; /*
tty
name */
/prebuilts/gcc/linux-x86/host/x86_64-linux-glibc2.7-4.6/sysroot/usr/include/bits/
local_lim.h
79
/* Maximum
tty
name length. */
/prebuilts/gcc/linux-x86/host/x86_64-linux-glibc2.7-4.6/sysroot/usr/include/linux/
audit.h
68
#define AUDIT_TTY_GET 1016 /* Get
TTY
auditing status */
69
#define AUDIT_TTY_SET 1017 /* Set
TTY
auditing status */
73
#define AUDIT_USER_TTY 1124 /* Non-ICANON
TTY
input meaning */
100
#define AUDIT_TTY 1319 /* Input on an administrative
TTY
*/
/prebuilts/gcc/linux-x86/host/x86_64-linux-glibc2.7-4.6/sysroot/usr/include/
paths.h
61
#define _PATH_TTY "/dev/
tty
"
/prebuilts/gcc/linux-x86/host/x86_64-linux-glibc2.7-4.6/sysroot/usr/include/rpcsvc/
rusers.h
73
char ut_line[8]; /*
tty
name */
/prebuilts/ndk/4/platforms/android-3/arch-arm/usr/include/
paths.h
61
#define _PATH_TTY "/dev/
tty
"
/prebuilts/ndk/4/platforms/android-4/arch-arm/usr/include/
paths.h
61
#define _PATH_TTY "/dev/
tty
"
/prebuilts/ndk/4/platforms/android-5/arch-arm/usr/include/
paths.h
61
#define _PATH_TTY "/dev/
tty
"
Completed in 289 milliseconds
1
2
3
4
5
6
7
8
9
10
11
>>