Home
last modified time | relevance | path

Searched defs:pty (Results 1 – 25 of 40) sorted by relevance

12

/aosp_15_r20/bionic/tests/
H A Dpty_test.cpp30 TEST(pty, openpty) { in TEST() argument
31 int pty, tty; in TEST() local
54 TEST(pty, forkpty) { in TEST() argument
57 int pty; in TEST() local
106 TEST(pty, bug_28979140) { in TEST() argument
117 int pty; in TEST() local
H A Dtermios_test.cpp122 int pty, tty; in TEST() local
/aosp_15_r20/external/rust/android-crates-io/crates/nix/test/sys/
Dtest_termios.rs33 let pty = openpty(None, None).expect("openpty failed"); in test_tcgetattr_pty() localVariable
52 let pty = openpty(None, None).expect("openpty failed"); in test_output_flags() localVariable
68 let pty = openpty(None, &termios).unwrap(); in test_output_flags() localVariable
89 let pty = openpty(None, None).unwrap(); in test_local_flags() localVariable
100 let pty = openpty(None, &termios).unwrap(); in test_local_flags() localVariable
/aosp_15_r20/external/rust/android-crates-io/crates/nix/test/
Dtest_pty.rs183 let pty = openpty(None, None).unwrap(); in test_openpty() localVariable
215 let pty = openpty(None, None).unwrap(); in test_openpty_with_termios() localVariable
221 let pty = openpty(None, &termios).unwrap(); in test_openpty_with_termios() localVariable
258 let pty = unsafe { forkpty(None, None).unwrap() }; in test_forkpty() localVariable
/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()
152 int pty; in forkpty() local
/aosp_15_r20/external/python/pyserial/test/
Dtest_pty.py17 pty = None variable
/aosp_15_r20/external/trusty/musl/src/misc/
Dpty.c26 int pty, err; in __ptsname_r() local
/aosp_15_r20/external/musl/src/misc/
H A Dpty.c28 int pty, err; in __ptsname_r() local
/aosp_15_r20/external/python/cpython3/Lib/test/
Dtest_ioctl.py27 pty = None variable
Dtest_builtin.py38 pty = signal = None variable
/aosp_15_r20/external/python/cpython2/Lib/test/
Dtest_ioctl.py26 pty = None variable
/aosp_15_r20/external/rust/android-crates-io/crates/rustix/src/backend/linux_raw/
Dmod.rs67 pub(crate) mod pty; module
/aosp_15_r20/external/rust/android-crates-io/crates/rustix/src/
Dlib.rs249 pub mod pty; module
/aosp_15_r20/packages/modules/Virtualization/microfuchsia/microfuchsiad/src/
Dinstance_starter.rs68 let pty = openpty()?; in start_new_instance() localVariable
/aosp_15_r20/device/google/cuttlefish/host/commands/console_forwarder/
Dmain.cpp76 auto pty = posix_openpt(O_RDWR | O_NOCTTY | O_NONBLOCK); in OpenPTY() local
/aosp_15_r20/external/rust/android-crates-io/crates/rustix/src/backend/libc/
Dmod.rs143 pub(crate) mod pty; module
/aosp_15_r20/external/coreboot/util/kconfig/
H A Dconf.c180 int pty = 33; /* probability of tristate = y */ in conf_set_all_new_symbols() local
/aosp_15_r20/external/rust/android-crates-io/crates/rustix/
DCargo.toml175 pty = [ qkey
/aosp_15_r20/external/python/cpython3/Doc/whatsnew/
D3.4.rst1270 pty section in Improved Modules
/aosp_15_r20/external/libwebsockets/test-apps/
H A Dtest-sshd.c415 ssh_ops_pty_req(void *_priv, struct lws_ssh_pty *pty) in ssh_ops_pty_req()
/aosp_15_r20/external/libwebsockets/plugins/ssh-base/include/
H A Dlws-ssh.h491 struct lws_ssh_pty pty; member
/aosp_15_r20/external/clang/lib/Sema/
H A DSemaExpr.cpp11234 if (const BuiltinType *pty = LHSExpr->getType()->getAsPlaceholderType()) { in BuildBinOp() local
11262 if (const BuiltinType *pty = RHSExpr->getType()->getAsPlaceholderType()) { in BuildBinOp() local
11528 if (const BuiltinType *pty = Input->getType()->getAsPlaceholderType()) { in BuildUnaryOp() local
/aosp_15_r20/external/llvm/bindings/ocaml/llvm/
H A Dllvm_ocaml.c85 #define DEFINE_ITERATORS(camlname, cname, pty, cty, pfun) \ argument
/aosp_15_r20/external/jline/
HDjline-3.13.3.jarMETA-INF/MANIFEST.MF META-INF/ org/ org/jline/ org/ ...
/aosp_15_r20/external/libxml2/
H A Dxmlschemas.c20044 xmlSchemaTypePtr tx, ty, ptx, pty; in xmlSchemaAreValuesEqual() local

12