Home
last modified time | relevance | path

Searched defs:tty (Results 1 – 25 of 112) sorted by relevance

12345

/aosp_15_r20/bionic/libc/bionic/
H A Dpty.cpp115 int openpty(int* pty, int* tty, char* name, const termios* t, const winsize* ws) { in openpty()
153 int tty; in forkpty() local
/aosp_15_r20/bionic/tests/
H A Dpty_test.cpp31 int pty, tty; in TEST() local
118 int tty; in TEST() local
H A Dtermios_test.cpp122 int pty, tty; in TEST() local
/aosp_15_r20/external/bc/src/
H A Dvm.c273 const char* const tty = BC_DEFAULT_TTY_MODE ? "enabled" : local
293 const char* const tty = DC_DEFAULT_TTY_MODE ? "enabled" : local
1582 bool tty; local
/aosp_15_r20/external/toybox/toys/posix/
H A Dtty.c25 char *tty = ttyname(0); in tty_main() local
H A Dxargs.c38 GLOBALS( in GLOBALS()
/aosp_15_r20/external/strace/tests/
H A Dioctl.c62 struct termios tty; in main() local
/aosp_15_r20/external/strace/tests-mx32/
H A Dioctl.c62 struct termios tty; in main() local
/aosp_15_r20/external/rust/android-crates-io/crates/rustix/src/termios/
Dmod.rs16 mod tty; module
/aosp_15_r20/external/strace/tests-m32/
H A Dioctl.c62 struct termios tty; in main() local
/aosp_15_r20/external/toybox/toys/other/
H A Dlogin.c40 int count, tty = tty_fd(); in login_main() local
/aosp_15_r20/external/pigweed/pw_stream_uart_linux/
H A Dstream.cc94 struct termios tty; in Open() local
/aosp_15_r20/external/python/cpython3/Lib/test/
Dtest_ioctl.py11 tty = open("/dev/tty", "rb") variable
/aosp_15_r20/libcore/ojluni/src/main/native/
H A DConsole_md.c58 int tty = fileno(stdin); in Java_java_io_Console_echo() local
/aosp_15_r20/external/python/cpython2/Lib/test/
Dtest_ioctl.py10 tty = open("/dev/tty", "r") variable
/aosp_15_r20/cts/hostsidetests/securitybulletin/securityPatch/CVE-2020-29661/
H A Dpoc.cpp77 int tty = open(ptsname(ptmx), O_RDWR); in main() local
/aosp_15_r20/external/ltp/testcases/kernel/pty/
H A Dpty03.c83 static int set_ldisc(int tty, struct ldisc_info *ldisc) in set_ldisc()
/aosp_15_r20/external/curl/src/
H A Dtool_cb_wrt.c150 char *tty = curl_getenv("CURL_ISATTY"); in tool_write_cb() local
/aosp_15_r20/external/squashfs-tools/squashfs-tools/
H A Dprogressbar.c97 static int tty = -1; in progress_bar() local
/aosp_15_r20/external/toybox/lib/
H A Dpassword.c56 int i, tty = tty_fd(), ret = 1; in read_password() local
/aosp_15_r20/system/core/fastboot/fuzzy_fastboot/
H A Dtest_utils.cpp119 struct termios tty; in ConfigureSerial() local
/aosp_15_r20/external/mtools/
H A Dtty.c21 static FILE *tty=NULL; variable
/aosp_15_r20/external/toybox/toys/pending/
H A Dtelnetd.c122 static void write_issue(char *tty) in write_issue()
/aosp_15_r20/frameworks/base/packages/SystemUI/src/com/android/systemui/statusbar/phone/
H A DDemoStatusIcons.java163 String tty = args.getString("tty"); in dispatchDemoCommand() local
/aosp_15_r20/external/clang/test/Analysis/
H A Dtaint-tester.c59 int tty = xy.y; // expected-warning + {{tainted}} in taintTracking() local

12345