Home | History | Annotate | Download | only in python2.7

Lines Matching refs:environ

33     os.environ['PATH'].  Returns the complete filename or None if not found.
36 path = os.environ['PATH']
161 if 'CC' in os.environ:
198 if cv in _config_vars and cv not in os.environ:
211 if cv in _config_vars and cv not in os.environ:
232 if 'CC' in os.environ:
246 if cv in _config_vars and cv not in os.environ:
259 if 'ARCHFLAGS' in os.environ:
260 arch = os.environ['ARCHFLAGS']
290 if cv in _config_vars and cv not in os.environ:
319 if stripArch or 'ARCHFLAGS' in os.environ:
328 if 'ARCHFLAGS' in os.environ and not stripArch:
329 # User specified different -arch flags in the environ,
331 compiler_so = compiler_so + os.environ['ARCHFLAGS'].split()