Lines Matching defs:_exists
41 def _exists(name):
102 if _exists("_have_functions"):
143 if _exists("statvfs") and _exists("fstatvfs"): # mac os x10.3
174 if _exists("lchown"): # mac os x10.3
836 if _exists("fork") and not _exists("spawnv") and _exists("execv"):
919 if _exists("spawnv"):
947 if _exists("spawnvp"):
1067 if not _exists('fspath'):