Home
last modified time | relevance | path

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

/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.c113 if (unlockpt(ptmx)) in do_test()
Dhangup01.c223 if (unlockpt(masterfd) != 0) in main()
Dpty04.c123 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/src/misc/
Dpty.c20 int unlockpt(int fd) in unlockpt() function
/third_party/musl/porting/liteos_a/user/src/misc/
Dpty.c23 int unlockpt(int fd) in unlockpt() function
/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_m/kernel/include/
Dstdlib.h122 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.h121 int unlockpt (int);
/third_party/musl/porting/liteos_a/kernel/include/
Dstdlib.h122 int unlockpt (int);
/third_party/musl/porting/liteos_m/user/include/
Dstdlib.h121 int unlockpt (int);
/third_party/musl/ndk_musl_include/
Dstdlib.h121 int unlockpt (int);
/third_party/musl/include/
Dstdlib.h121 int unlockpt (int);
/third_party/musl/porting/uniproton/kernel/include/
Dstdlib.h122 int unlockpt (int);
/third_party/musl/
Dlibc.map.txt1842 unlockpt;
/third_party/python/Modules/
Dposixmodule.c7280 if (unlockpt(master_fd) < 0) { in os_openpty_impl()