Query: unlockpt
OS: osf1
Section: 3
Format: Original Unix Latex Style Formatted with HTML and a Horizontal Scroll Bar
unlockpt(3) Library Functions Manual unlockpt(3)NAMEunlockpt - Unlocks a pseudoterminal master and slave pairLIBRARYStandard C Library (libc)SYNOPSIS#include <stdlib.h> int unlockpt( int mastfd);STANDARDSInterfaces documented on this reference page conform to industry standards as follows: unlockpt(): XSH5.0 Refer to the standards(5) reference page for more information about industry standards and associated tags.PARAMETERSSpecifies a file descriptor that is returned from a successful open of the master pseudoterminal device.DESCRIPTIONThe unlockpt() function unlocks a slave pseudoterminal from its associated master counterpart. It does this by clearing a lock flag so that the slave device can be opened.RETURN VALUEUpon successful completion, the unlockpt() function returns a value of 0. Otherwise, it returns a value of -1 and sets errno to indicate the error.ERRORSThe unlockpt() function sets errno to the specified values for the following conditions: The file descriptor specified by the mastfd parameter is not an open file descriptor. The file descriptor specified by the mastfd parame- ter is not associated with a master pseudoterminal device.RELATED INFORMATIONFunctions: openpty(3) Standards: standards(5) delim off unlockpt(3)
Related Man Pages |
---|
unlockpt(3) - centos |
unlockpt(3) - debian |
unlockpt(3) - opendarwin |
unlockpt(3) - plan9 |
unlockpt(3) - minix |
Similar Topics in the Unix Linux Community |
---|
Pseudo-Terminal Programming-Extra newline |
Race condition with PTY |
read system call reading the same data |