Lines Matching full:terminal
48 // Open the first available pseudo terminal with OFLAG as the
58 // Open the primary side of a pseudo terminal in OpenFirstAvailablePrimary()
64 // Grant access to the secondary pseudo terminal in OpenFirstAvailablePrimary()
70 // Clear the lock flag on the secondary pseudo terminal in OpenFirstAvailablePrimary()
79 // Open the secondary pseudo terminal for the current primary pseudo
80 // terminal. A primary pseudo terminal should already be valid prior to
90 // Open the primary side of a pseudo terminal in OpenSecondary()
104 // Get the name of the secondary pseudo terminal. A primary pseudo terminal
109 // NULL if no valid primary pseudo terminal or if ptsname() fails.
110 // The name of the secondary pseudo terminal as a NULL terminated C string
120 // terminal.
127 // to the secondary pseudo terminal and the primary file descriptor will be
144 // Successfully opened our primary pseudo terminal in Fork()
161 // Acquire the controlling terminal in Fork()
165 // Duplicate all stdio file descriptors to the secondary pseudo terminal in Fork()