Home
last modified time | relevance | path

Searched refs:grantpt (Results 1 – 25 of 30) sorted by relevance

12

/third_party/musl/libc-test/src/functionalext/supplement/misc/
Dpty.c33 int rev = grantpt(0); in grantpt_0100()
47 int ret = grantpt(fd); in ptsname_r_0100()
65 int ret = grantpt(fd); in ptsname_r_0200()
95 int ret = grantpt(fd); in ptsname_r_0400()
Dunlockpt.c37 result = grantpt(fdm); in unlockpt_0100()
/third_party/ltp/testcases/kernel/pty/
Dptem01.c66 if (grantpt(masterfd) != 0) { in test1()
145 if (grantpt(masterfd) != 0) { in test2()
223 if (grantpt(masterfd) != 0) { in test3()
271 if (grantpt(masterfd) != 0) { in test4()
344 if (grantpt(masterfd[i]) != 0) { in test5()
392 if (grantpt(masterfd) != 0) { in test6()
Dpty01.c86 if (grantpt(masterfd) != 0) { in test1()
204 if (grantpt(masterfd) != 0) { in test2()
281 if (grantpt(masterfd) != 0) { in test4()
348 if (grantpt(masterfd) != 0) { in test5()
Dpty03.c113 if (grantpt(ptmx)) in do_test()
Dhangup01.c220 if (grantpt(masterfd) != 0) in main()
Dpty04.c120 if (grantpt(ptmx)) in open_pty()
/third_party/musl/porting/liteos_a/user/src/misc/
Dpty.c17 int grantpt(int fd) in grantpt() function
/third_party/musl/src/misc/
Dpty.c17 int grantpt(int fd) in grantpt() function
/third_party/rust/crates/nix/src/
Dpty.rs118 pub fn grantpt(fd: &PtyMaster) -> Result<()> { in grantpt() function
119 if unsafe { libc::grantpt(fd.as_raw_fd()) } < 0 { in grantpt()
/third_party/musl/libc-test/src/functionalext/supplement/termios/
Dtcflow.c41 result = grantpt(fdm); in tcflow_0100()
Dtcdrain.c43 result = grantpt(fd_master); in tcdrain_0100()
/third_party/musl/porting/liteos_a/kernel/include/
Dstdlib.h123 int grantpt (int);
/third_party/musl/porting/liteos_m/user/include/
Dstdlib.h120 int grantpt (int);
/third_party/musl/libc-test/src/api/
Dstdlib.c76 {int(*p)(int) = grantpt;} in f()
/third_party/musl/porting/linux/user/include/
Dstdlib.h126 int grantpt (int);
/third_party/musl/porting/liteos_m/kernel/include/
Dstdlib.h121 int grantpt (int);
/third_party/musl/include/
Dstdlib.h126 int grantpt (int);
/third_party/musl/porting/uniproton/kernel/include/
Dstdlib.h121 int grantpt (int);
/third_party/rust/crates/libc/src/unix/solarish/
Dcompat.rs70 if ::grantpt(fdm) < 0 || ::unlockpt(fdm) < 0 { in openpty()
/third_party/rust/crates/nix/test/
Dtest_pty.rs107 grantpt(&master).expect("grantpt failed"); in open_ptty_pair()
Dtest_unistd.rs13 use nix::pty::{grantpt, posix_openpt, ptsname, unlockpt};
1244 grantpt(&fd).expect("grantpt failed"); in test_ttyname()
/third_party/rust/crates/libc/libc-test/semver/
Dunix.txt582 grantpt
Dandroid.txt3067 grantpt
/third_party/musl/
Dlibc.map.txt916 grantpt;

12