Lines Matching refs:system
71 system = platform.system()
72 if system == 'Linux':
74 elif system == 'Darwin':
76 elif system.find('CYGWIN') >= 0:
78 elif system == 'Windows' or system == 'Microsoft':
79 # On Windows Vista platform.system() can return 'Microsoft' with some
82 elif system == 'FreeBSD':
84 elif system == 'OpenBSD':
86 elif system == 'SunOS':
88 elif system == 'NetBSD':
90 elif system in ['AIX', 'OS400']: