Searched refs:unlockpt (Results 1 – 22 of 22) sorted by relevance
70 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()
109 if (unlockpt(masterfd) != 0) { in test1()208 if (unlockpt(masterfd) != 0) { in test2()285 if (unlockpt(masterfd) != 0) { in test4()
45 if (unlockpt(ptmx) != 0) in do_test()
113 if (unlockpt(ptmx)) in do_test()
223 if (unlockpt(masterfd) != 0) in main()
123 if (unlockpt(ptmx)) in open_pty()
43 result = unlockpt(fdm); in unlockpt_0100()
46 "unlockpt",
20 int unlockpt(int fd) in unlockpt() function
23 int unlockpt(int fd) in unlockpt() function
47 result = unlockpt(fdm); in tcflow_0100()
49 result = unlockpt(fd_master); in tcdrain_0100()
122 int unlockpt (int);
93 {int(*p)(int) = unlockpt;} in f()
121 int unlockpt (int);
1842 unlockpt;
7280 if (unlockpt(master_fd) < 0) { in os_openpty_impl()