Lines Matching defs:posix
4 - all functions from posix or nt, e.g. unlink, stat, etc.6 - os.name is either 'posix' or 'nt'52 if 'posix' in _names:53 name = 'posix'55 from posix import *57 from posix import _exit64 from posix import _have_functions68 import posix69 __all__.extend(_get_exports_list(posix))70 del posix