Home
last modified time | relevance | path

Searched refs:unlockpt (Results 1 – 25 of 32) sorted by relevance

12

/third_party/ltp/testcases/kernel/pty/
Dptem01.c70 if (unlockpt(masterfd) != 0) { in test1()
149 if (unlockpt(masterfd) != 0) { in test2()
227 if (unlockpt(masterfd) != 0) { in test3()
275 if (unlockpt(masterfd) != 0) { in test4()
349 if (unlockpt(masterfd[i]) != 0) { in test5()
396 if (unlockpt(masterfd) != 0) { in test6()
Dpty01.c109 if (unlockpt(masterfd) != 0) { in test1()
208 if (unlockpt(masterfd) != 0) { in test2()
285 if (unlockpt(masterfd) != 0) { in test4()
Dpty02.c45 if (unlockpt(ptmx) != 0) in do_test()
Dpty03.c115 if (unlockpt(ptmx)) in do_test()
Dhangup01.c223 if (unlockpt(masterfd) != 0) in main()
Dpty04.c122 if (unlockpt(ptmx)) in open_pty()
/third_party/musl/libc-test/src/functionalext/supplement/misc/
Dunlockpt.c43 result = unlockpt(fdm); in unlockpt_0100()
Dtest_src_functionalext_supplement_misc.gni46 "unlockpt",
/third_party/musl/porting/liteos_a/user/src/misc/
Dpty.c23 int unlockpt(int fd) in unlockpt() function
/third_party/musl/src/misc/
Dpty.c23 int unlockpt(int fd) in unlockpt() function
/third_party/rust/crates/nix/src/
Dpty.rs231 pub fn unlockpt(fd: &PtyMaster) -> Result<()> { in unlockpt() function
232 if unsafe { libc::unlockpt(fd.as_raw_fd()) } < 0 { in unlockpt()
/third_party/musl/libc-test/src/functionalext/supplement/termios/
Dtcflow.c47 result = unlockpt(fdm); in tcflow_0100()
Dtcdrain.c49 result = unlockpt(fd_master); in tcdrain_0100()
/third_party/musl/porting/liteos_a/kernel/include/
Dstdlib.h124 int unlockpt (int);
/third_party/musl/porting/liteos_m/user/include/
Dstdlib.h121 int unlockpt (int);
/third_party/musl/libc-test/src/api/
Dstdlib.c93 {int(*p)(int) = unlockpt;} in f()
/third_party/musl/porting/linux/user/include/
Dstdlib.h127 int unlockpt (int);
/third_party/musl/porting/liteos_m/kernel/include/
Dstdlib.h122 int unlockpt (int);
/third_party/musl/include/
Dstdlib.h127 int unlockpt (int);
/third_party/musl/porting/uniproton/kernel/include/
Dstdlib.h122 int unlockpt (int);
/third_party/rust/crates/libc/src/unix/solarish/
Dcompat.rs70 if ::grantpt(fdm) < 0 || ::unlockpt(fdm) < 0 { in openpty()
/third_party/musl/docs/
Dstatus.md191 - unlockpt 函数解锁伪终端(pty)的主设备文件,使其可用于打开。
/third_party/rust/crates/nix/test/
Dtest_pty.rs108 unlockpt(&master).expect("unlockpt failed"); in open_ptty_pair()
Dtest_unistd.rs13 use nix::pty::{grantpt, posix_openpt, ptsname, unlockpt};
1245 unlockpt(&fd).expect("unlockpt failed"); in test_ttyname()
/third_party/rust/crates/libc/libc-test/semver/
Dunix.txt871 unlockpt

12