Home
last modified time | relevance | path

Searched refs:environment (Results 1 – 25 of 317) sorted by relevance

12345678910>>...13

/minix/external/bsd/llvm/dist/llvm/utils/lit/lit/
H A DTestingConfig.py19 environment = {
33 environment[var] = val
36 environment.update({
48 environment.update({
65 environment = environment,
119 environment, substitutions, unsupported, argument
126 self.environment = dict(environment)
140 self.environment = dict(self.environment)
/minix/external/bsd/llvm/dist/llvm/test/MC/Mips/
H A Dset-push-pop-directives.s3 # .set push creates a copy of the current environment.
4 # .set pop restores the previous environment.
8 # The first environment on the stack (with initial values).
13 # Create a new environment.
23 # Switch back to the first environment.
/minix/external/bsd/llvm/dist/llvm/test/
H A Dlit.cfg26 config.environment['PATH'] = path
65 config.environment['PATH'] = path
67 # Propagate 'HOME' through the environment.
71 # Propagate 'INCLUDE' through the environment.
75 # Propagate 'LIB' through the environment.
77 config.environment['LIB'] = os.environ['LIB']
82 config.environment['TMP'] = os.environ['TMP']
86 # Propagate LLVM_SRC_ROOT into the environment.
89 # Propagate PYTHON_EXECUTABLE into the environment
121 config.environment['OCAMLRUNPARAM'] = 'b'
[all …]
/minix/external/bsd/kyua-cli/dist/store/
H A Dschema_inttest.cpp78 std::map< std::string, std::string > environment; in check_action_1() local
79 const engine::context context_1(root, environment); in check_action_1()
97 std::map< std::string, std::string > environment; in check_action_2() local
98 environment["HOME"] = "/home/test"; in check_action_2()
99 environment["PATH"] = "/bin:/usr/bin"; in check_action_2()
100 const engine::context context_2(root, environment); in check_action_2()
233 std::map< std::string, std::string > environment; in check_action_3() local
234 environment["PATH"] = "/bin:/usr/bin"; in check_action_3()
353 environment["LANG"] = "C"; in check_action_4()
354 environment["PATH"] = "/bin:/usr/bin"; in check_action_4()
[all …]
/minix/external/bsd/llvm/dist/llvm/test/Unit/
H A Dlit.cfg29 config.environment['TMP'] = os.environ['TMP']
31 config.environment['TEMP'] = os.environ['TEMP']
36 config.environment[symbolizer] = os.environ[symbolizer]
40 config.environment['PATH'] = os.path.pathsep.join((
41 config.shlibdir, config.environment['PATH']))
66 llvm_config = lit.util.which('llvm-config', config.environment['PATH'])
/minix/external/bsd/llvm/dist/clang/test/
H A Dlit.cfg22 config.environment['PATH'],
27 config.environment['PATH'] = path
66 # Clear some environment variables that might affect Clang.
91 if name in config.environment:
92 del config.environment[name]
104 config.environment['PATH'] = path
110 config.environment['LD_LIBRARY_PATH'] = path
189 "CLANG in your environment")
221 env=config.environment)
402 # Not set on native MS environment.
[all …]
/minix/crypto/external/bsd/openssl/dist/test/
H A Dclean_test.com4 $ def_orig = f$environment( "default")
5 $ proc = f$environment( "procedure")
H A Dtests.com8 $ proc = f$environment( "procedure")
12 $ __proc = f$element(0,";",f$environment("procedure"))
14 $ __save_default = f$environment("default")
/minix/external/bsd/llvm/dist/clang/test/Unit/
H A Dlit.cfg31 config.environment['TMP'] = os.environ['TMP']
33 config.environment['TEMP'] = os.environ['TEMP']
38 config.environment[symbolizer] = os.environ[symbolizer]
63 llvm_config = lit.util.which('llvm-config', config.environment['PATH'])
102 config.environment.get(shlibpath_var,'')))
108 config.environment[shlibpath_var] = shlibpath
/minix/external/bsd/llvm/dist/llvm/test/Bindings/Go/
H A Dlit.local.cfg55 config.environment['CC'] = fixup_compiler_path(config.host_cc)
56 config.environment['CXX'] = fixup_compiler_path(config.host_cxx)
57 config.environment['CGO_LDFLAGS'] = config.host_ldflags
/minix/crypto/external/bsd/openssl/dist/VMS/
H A Dopenssl_startup.com21 $ orig_dev_dir = f$environment( "DEFAULT")
45 $ proc = f$environment( "procedure")
53 $ ossl_dev_dir = f$environment( "default")
/minix/external/bsd/llvm/dist/llvm/docs/
H A DPackaging.rst31 by setting ``DISABLE_ASSERTIONS=0|1`` in ``make``'s environment. This
37 ``make``'s environment. This defaults to disabled when optimizing, so you
43 ``make``'s environment. This defaults to enabled when not in a
50 LLVM disables RTTI by default. Add ``REQUIRES_RTTI=1`` to your environment
/minix/crypto/external/bsd/heimdal/dist/windows/
H A DREADME48 3. Setting up the build environment
51 * Start with a Windows SDK or Visual Studio build environment. The
53 by the build environment.
56 script to set up a build environment targetting 64-bit Windows XP or
73 * Set up environment variables for code signing. This can be done in
92 - `CODESIGN`: Code signer command. This environment variable, if
101 environment variable `CODESIGN_PKT` and is needed to build the
/minix/crypto/external/bsd/heimdal/dist/lib/hx509/
H A Dhxtool-commands.in68 help = "password, prompter, or environment"
142 help = "password, prompter, or environment"
192 help = "password, prompter, or environment"
222 help = "password, prompter, or environment"
257 help = "password, prompter, or environment"
300 help = "password, prompter, or environment"
328 help = "password, prompter, or environment"
341 help = "password, prompter, or environment"
347 help = "password, prompter, or environment"
359 help = "password, prompter, or environment"
[all …]
/minix/crypto/external/bsd/openssl/dist/
H A DINSTALL.DJGPP7 environment for 16-bit DOS, but only with long filename support.
12 You should have a full DJGPP environment installed, including the
23 specified by the environment variable WATT_ROOT. If you have watt-32
H A DINSTALL.WCE41 Setup the eMbedded Visual C++ environment. There are batch files for doing
48 1. To choose wcecompat set up WCECOMPAT environment variable pointing
74 Then from the VC++ environment at a prompt do:
/minix/external/bsd/byacc/dist/
H A DNEW_FEATURES15 The environment variable TMPDIR determines the directory where
44 enabled by setting an environment variable. If the environment variable
/minix/external/bsd/llvm/dist/llvm/utils/lit/tests/
H A Dlit.cfg29 config.environment['PYTHONPATH'] = src_root
40 config.environment['COVERAGE_PROCESS_START'] = os.path.join(
/minix/lib/libc/softfloat/
H A Dsoftfloat-history.txt29 `bits32' and a `bits64' version. Renamed `environment.h' to `milieu.h'
30 (to avoid confusion with environment variables).
/minix/common/dist/zlib/win32/
H A DVisualC.txt2 To build zlib using the Microsoft Visual C++ environment,
/minix/crypto/external/bsd/openssl/dist/doc/apps/
H A Dconfig.pod29 The environment is mapped onto a section called B<ENV>.
46 or B<${section::name}>. By using the form B<$ENV::name> environment
48 environment variables by using the name B<ENV::name>, this will work
49 if the program looks up environment variables using the B<CONF> library
216 if an attempt is made to expand an environment variable that doesn't
222 a default value: then if the environment lookup fails the default value
263 This next example shows how to expand environment variables safely.
267 the the B<TEMP> or B<TMP> environment variables but they may not be
268 set to any value at all. If you just include the environment variable
275 # The above value is used if TMP isn't in the environment
[all …]
/minix/minix/commands/cawf/
H A Ddiffs88 ! alter that with the CAWFLIB environment variable, or you can change the
93 ! can alter that with the CAWFLIB environment variable, or you can change the
100 ! tune it to the local Unix environment:
105 ! Unix environment:
/minix/external/bsd/llvm/dist/llvm/utils/lit/lit/formats/
H A Dgoogletest.py33 env=localConfig.environment)
108 cmd, env=test.config.environment)
/minix/external/bsd/nvi/dist/build.unix/
H A DREADME151 If you want to use a specific compiler, specify the CC environment
160 environment variable before running configure. For example:
168 system, specify the LDFLAGS environment variable before running configure.
177 ADDCPPFLAGS environment variable before running configure. For example:
186 system, specify the CPPFLAGS environment variable before running configure.
202 If you want to specify additional library paths, set the ADDLIBS environment
211 environment variable before running configure. For example:
226 in the ncurses environment.
265 or more environment variables before running a command. If the
266 env command is not available to you, you can set the environment
/minix/minix/drivers/net/dec21140A/
H A DREADME.txt10 untested in any other environment and will probably panic if you use it

12345678910>>...13