Searched refs:unlockpt (Results 1 – 7 of 7) sorted by relevance
110 int unlockpt(int fd) { in unlockpt() function121 if (grantpt(*master) == -1 || unlockpt(*master) == -1) { in openpty()
137 FUNCTION(unlockpt, int (*f)(int)); in stdlib_h()
125 int unlockpt(int __fd);
1103 unlockpt
678 ASSERT_EQ(-1, unlockpt(fd)); in TEST()
1120 unlockpt;