OpenGrok
Home
Sort by relevance
Sort by last modified time
Full Search
Definition
Symbol
File Path
History
|
|
Help
Searched
refs:is_tty
(Results
1 - 4
of
4
) sorted by null
/hardware/libhardware_legacy/
qemu.h
39
char
is_tty
;
member in struct:__anon31183
/hardware/libhardware_legacy/qemu/
qemu.c
179
channel->
is_tty
= !memcmp("/dev/tty", channel->device, 8);
239
if (fd >= 0 && channel->
is_tty
) {
/external/openssh/
channels.c
225
int extusage, int nonblock, int
is_tty
)
245
if ((c->isatty =
is_tty
) != 0)
247
c->wfd_isatty =
is_tty
|| isatty(c->wfd);
760
int extusage, int nonblock, int
is_tty
, u_int window_max)
766
channel_register_fds(c, rfd, wfd, efd, extusage, nonblock,
is_tty
);
[
all
...]
session.c
[
all
...]
Completed in 58 milliseconds