OpenGrok
Home
Sort by:
relevance
|
last modified time
|
path
Full Search
in project(s):
src
xsrc
Definition
Symbol
File Path
History
|
|
Help
Searched
defs:ttyout_fd
(Results
1 - 2
of
2
) sorted by relevancy
/src/external/mit/libuv/dist/test/
test-tty.c
46
int ttyin_fd,
ttyout_fd
;
local
71
ttyout_fd
= _open_osfhandle((intptr_t) handle, 0);
81
ttyout_fd
= open("/dev/tty", O_WRONLY, 0);
82
if (
ttyout_fd
< 0) {
90
ASSERT_GE(
ttyout_fd
, 0);
95
ASSERT_EQ(UV_TTY, uv_guess_handle(
ttyout_fd
));
102
r = uv_tty_init(loop, &tty_out,
ttyout_fd
, 0); /* Writable. */
220
int
ttyout_fd
;
local
239
ttyout_fd
= _open_osfhandle((intptr_t) handle, 0);
241
ASSERT_GE(
ttyout_fd
, 0)
266
int
ttyout_fd
;
local
[
all
...]
test-tty-escape-sequence-processing.c
352
int
ttyout_fd
;
local
365
ttyout_fd
= _open_osfhandle((intptr_t) handle, 0);
366
ASSERT_GE(
ttyout_fd
, 0);
367
ASSERT_EQ(UV_TTY, uv_guess_handle(
ttyout_fd
));
368
r = uv_tty_init(uv_default_loop(), tty_out,
ttyout_fd
, 0); /* Writable. */
Completed in 25 milliseconds
Indexes created Sun Mar 01 05:31:48 UTC 2026