Home
last modified time | relevance | path

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

/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.c111 if (grantpt(ptmx)) in do_test()
Dhangup01.c220 if (grantpt(masterfd) != 0) in main()
Dpty04.c121 if (grantpt(ptmx)) in open_pty()
/third_party/musl/src/misc/
Dpty.c15 int grantpt(int fd) in grantpt() function
/third_party/musl/porting/liteos_a/user/src/misc/
Dpty.c17 int grantpt(int fd) in grantpt() function
/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/ndk_musl_include/
Dstdlib.h120 int grantpt (int);
/third_party/musl/porting/uniproton/kernel/include/
Dstdlib.h121 int grantpt (int);
/third_party/musl/porting/liteos_m/user/include/
Dstdlib.h120 int grantpt (int);
/third_party/musl/porting/liteos_m/kernel/include/
Dstdlib.h121 int grantpt (int);
/third_party/musl/include/
Dstdlib.h120 int grantpt (int);
/third_party/musl/porting/linux/user/include/
Dstdlib.h120 int grantpt (int);
/third_party/musl/porting/liteos_a/kernel/include/
Dstdlib.h121 int grantpt (int);
/third_party/musl/libc-test/src/api/
Dstdlib.c76 {int(*p)(int) = grantpt;} in f()
/third_party/musl/
Dlibc.map.txt885 grantpt;
/third_party/python/Modules/
Dposixmodule.c7274 if (grantpt(master_fd) < 0) { in os_openpty_impl()