Lines Matching refs:environ
33 os.environ['PATH']. Returns the complete filename or None if not found.
36 path = os.environ['PATH']
215 if 'CC' in os.environ:
252 if cv in _config_vars and cv not in os.environ:
265 if cv in _config_vars and cv not in os.environ:
286 if 'CC' in os.environ:
306 if cv in _config_vars and cv not in os.environ:
319 if 'ARCHFLAGS' in os.environ:
320 arch = os.environ['ARCHFLAGS']
350 if cv in _config_vars and cv not in os.environ:
379 if stripArch or 'ARCHFLAGS' in os.environ:
394 if 'ARCHFLAGS' in os.environ and not stripArch:
395 # User specified different -arch flags in the environ,
397 compiler_so = compiler_so + os.environ['ARCHFLAGS'].split()