Lines Matching full:solaris
445 # Solaris uses internal __fork_pty(). All others use pty.fork().
446 if ((sys.platform.lower().find('solaris') >= 0)
608 this should work on Solaris.
611 resolve the issue with Python's pty.fork() not supporting Solaris,
647 work on Solaris. """
841 # Note that some systems such as Solaris do not give an EOF when
1174 SECONDS for Solaris to return the right status. """
1200 # I have to do this twice for Solaris.
1206 ### os.WNOHANG) # Solaris!