Lines Matching full:solaris
417 # Solaris uses internal __fork_pty(). All others use pty.fork().
418 if (sys.platform.lower().find('solaris')>=0) or (sys.platform.lower().find('sunos5')>=0):
572 this should work on Solaris.
575 resolve the issue with Python's pty.fork() not supporting Solaris,
611 work on Solaris. """
802 # Note that some systems such as Solaris do not give an EOF when
1123 SECONDS for Solaris to return the right status. """
1144 # I have to do this twice for Solaris. I can't even believe that I figured this out...
1149 pid, status = os.waitpid(self.pid, waitpid_options) ### os.WNOHANG) # Solaris!