Home
last modified time | relevance | path

Searched defs:tty_fd (Results 1 – 4 of 4) sorted by relevance

/third_party/libuv/test/
Dtest-handle-fileno.c48 int tty_fd; in TEST_IMPL() local
/third_party/flutter/skia/third_party/externals/sdl/src/core/linux/
DSDL_evdev.c152 static int SDL_EVDEV_mute_keyboard(int tty_fd, int* old_kb_mode) in SDL_EVDEV_mute_keyboard()
174 static void SDL_EVDEV_unmute_keyboard(int tty_fd, int kb_mode) in SDL_EVDEV_unmute_keyboard()
/third_party/toybox/lib/
Dtty.c8 int tty_fd(void) in tty_fd() function
/third_party/FreeBSD/sys/dev/usb/serial/
Dusb_serial.c111 static int tty_fd = -1; variable