Lines Matching full:secondary
41 // The destructor will close the primary and secondary file descriptors if they
58 // Close the secondary file descriptor if it is valid.
75 // Grant access to the secondary pseudo terminal in OpenFirstAvailablePrimary()
82 // Clear the lock flag on the secondary pseudo terminal in OpenFirstAvailablePrimary()
171 // Duplicate all stdio file descriptors to the secondary pseudo terminal in Fork()
191 // The secondary file descriptor accessor.
193 // Returns the secondary file descriptor, or -1 if the secondary file descriptor
211 // Release ownership of the secondary pseudo terminal file descriptor without
212 // closing it. The destructor for this class will close the secondary file
213 // descriptor if the ownership isn't released using this call and the secondary
216 // Release ownership of the secondary pseudo terminal file descriptor without in ReleaseSecondaryFileDescriptor()