/aosp_15_r20/bionic/libc/bionic/ |
H A D | pty.cpp | 115 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 D | pty_test.cpp | 31 int pty, tty; in TEST() local 118 int tty; in TEST() local
|
H A D | termios_test.cpp | 122 int pty, tty; in TEST() local
|
/aosp_15_r20/external/bc/src/ |
H A D | vm.c | 273 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 D | tty.c | 25 char *tty = ttyname(0); in tty_main() local
|
H A D | xargs.c | 38 GLOBALS( in GLOBALS()
|
/aosp_15_r20/external/strace/tests/ |
H A D | ioctl.c | 62 struct termios tty; in main() local
|
/aosp_15_r20/external/strace/tests-mx32/ |
H A D | ioctl.c | 62 struct termios tty; in main() local
|
/aosp_15_r20/external/rust/android-crates-io/crates/rustix/src/termios/ |
D | mod.rs | 16 mod tty; module
|
/aosp_15_r20/external/strace/tests-m32/ |
H A D | ioctl.c | 62 struct termios tty; in main() local
|
/aosp_15_r20/external/toybox/toys/other/ |
H A D | login.c | 40 int count, tty = tty_fd(); in login_main() local
|
/aosp_15_r20/external/pigweed/pw_stream_uart_linux/ |
H A D | stream.cc | 94 struct termios tty; in Open() local
|
/aosp_15_r20/external/python/cpython3/Lib/test/ |
D | test_ioctl.py | 11 tty = open("/dev/tty", "rb") variable
|
/aosp_15_r20/libcore/ojluni/src/main/native/ |
H A D | Console_md.c | 58 int tty = fileno(stdin); in Java_java_io_Console_echo() local
|
/aosp_15_r20/external/python/cpython2/Lib/test/ |
D | test_ioctl.py | 10 tty = open("/dev/tty", "r") variable
|
/aosp_15_r20/cts/hostsidetests/securitybulletin/securityPatch/CVE-2020-29661/ |
H A D | poc.cpp | 77 int tty = open(ptsname(ptmx), O_RDWR); in main() local
|
/aosp_15_r20/external/ltp/testcases/kernel/pty/ |
H A D | pty03.c | 83 static int set_ldisc(int tty, struct ldisc_info *ldisc) in set_ldisc()
|
/aosp_15_r20/external/curl/src/ |
H A D | tool_cb_wrt.c | 150 char *tty = curl_getenv("CURL_ISATTY"); in tool_write_cb() local
|
/aosp_15_r20/external/squashfs-tools/squashfs-tools/ |
H A D | progressbar.c | 97 static int tty = -1; in progress_bar() local
|
/aosp_15_r20/external/toybox/lib/ |
H A D | password.c | 56 int i, tty = tty_fd(), ret = 1; in read_password() local
|
/aosp_15_r20/system/core/fastboot/fuzzy_fastboot/ |
H A D | test_utils.cpp | 119 struct termios tty; in ConfigureSerial() local
|
/aosp_15_r20/external/mtools/ |
H A D | tty.c | 21 static FILE *tty=NULL; variable
|
/aosp_15_r20/external/toybox/toys/pending/ |
H A D | telnetd.c | 122 static void write_issue(char *tty) in write_issue()
|
/aosp_15_r20/frameworks/base/packages/SystemUI/src/com/android/systemui/statusbar/phone/ |
H A D | DemoStatusIcons.java | 163 String tty = args.getString("tty"); in dispatchDemoCommand() local
|
/aosp_15_r20/external/clang/test/Analysis/ |
H A D | taint-tester.c | 59 int tty = xy.y; // expected-warning + {{tainted}} in taintTracking() local
|