HomeSort by: relevance | last modified time | path
    Searched defs:tty_fd (Results 1 - 4 of 4) sorted by relevancy

  /src/external/mit/libuv/dist/test/
test-handle-fileno.c 48 int tty_fd; local
103 tty_fd = get_tty_fd();
104 if (tty_fd < 0) {
108 r = uv_tty_init(loop, &tty, tty_fd, 0);
test-handle-fileno.c 48 int tty_fd; local
103 tty_fd = get_tty_fd();
104 if (tty_fd < 0) {
108 r = uv_tty_init(loop, &tty, tty_fd, 0);
test-handle-fileno.c 48 int tty_fd; local
103 tty_fd = get_tty_fd();
104 if (tty_fd < 0) {
108 r = uv_tty_init(loop, &tty, tty_fd, 0);
test-handle-fileno.c 48 int tty_fd; local
103 tty_fd = get_tty_fd();
104 if (tty_fd < 0) {
108 r = uv_tty_init(loop, &tty, tty_fd, 0);

Completed in 110 milliseconds