Home
last modified time | relevance | path

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

12345678910>>...31

/openbsd-src/lib/libkeynote/
H A Dassertion.h37 struct environment *ks_env_table[HASHTABLESIZE];
38 struct environment *ks_env_regex;
82 struct environment *as_env;
119 extern struct environment *keynote_init_list;
120 extern struct environment *keynote_temp_list;
138 extern int keynote_env_add(char *, char *, struct environment **,
140 extern char *keynote_env_lookup(char *, struct environment **, unsigned int);
141 extern int keynote_env_delete(char *, struct environment **, unsigned int);
143 extern struct environment *keynote_get_envlist(char *, char *, int);
147 extern void keynote_env_cleanup(struct environment **, unsigned int);
[all …]
H A Denvironment.c43 struct environment *keynote_init_list = NULL;
44 struct environment *keynote_temp_list = NULL;
158 keynote_free_env(struct environment *en) in keynote_free_env()
184 keynote_env_lookup(char *name, struct environment **table, in keynote_env_lookup()
187 struct environment *en; in keynote_env_lookup()
211 keynote_env_delete(char *name, struct environment **table, in keynote_env_delete()
214 struct environment *en, *en2; in keynote_env_delete()
250 keynote_env_add(char *name, char *value, struct environment **table, in keynote_env_add()
253 struct environment *en; in keynote_env_add()
256 en = calloc(1, sizeof(struct environment)); in keynote_env_add()
[all …]
H A Dkeynote.h25 struct environment struct
31 struct environment *env_next; argument
159 int kn_query(struct environment *, char **, int, char **, int *, int,
/openbsd-src/gnu/llvm/compiler-rt/unittests/
H A Dlit.common.unit.cfg.py34 path = os.path.pathsep.join((llvm_tools_dir, config.environment['PATH']))
35 config.environment['PATH'] = path
40 config.environment['TMP'] = os.environ['TMP']
42 config.environment['TEMP'] = os.environ['TEMP']
52 config.environment['MallocNanoZone'] = '0'
56 config.environment['ASAN_OPTIONS'] = 'verify_interceptors=0'
57 config.environment['TSAN_OPTIONS'] = 'verify_interceptors=0'
/openbsd-src/gnu/llvm/llvm/utils/lit/lit/
H A DTestingConfig.py18 environment = {
76 environment['PYTHONBUFFERED'] = '1'
83 environment[var] = val
96 environment = environment,
146 environment, substitutions, unsupported, argument
155 self.environment = dict(environment)
188 self.environment = dict(self.environment)
/openbsd-src/gnu/usr.bin/perl/cpan/Config-Perl-V/t/
H A D10_base.t21 ok (exists $conf->{$_}, "Has $_ entry") for qw( build environment config inc );
55 ok (exists $conf->{$_}, "Has $_ entry") for qw( build environment config inc environment );
56 ok (my $eh = $conf->{environment}, "Get ENV from conf");
60 ok (exists $conf->{$_}, "Has $_ entry") for qw( build environment config inc environment );
61 ok ($eh = $conf->{environment}, "Get ENV from conf");
65 is ($conf->{environment}{CPV_TEST_ENV}, undef, "No entry");
/openbsd-src/gnu/llvm/clang/tools/scan-build-py/lib/libscanbuild/
H A Dintercept.py88 environment = setup_environment(args, tmp_dir)
89 exit_code = run_build(args.build, env=environment)
115 environment = dict(os.environ)
116 environment.update({'INTERCEPT_BUILD_TARGET_DIR': destination})
120 environment.update(wrapper_environment(args))
121 environment.update({
127 environment.update({
133 environment.update({'LD_PRELOAD': libear_path})
135 return environment
/openbsd-src/gnu/llvm/compiler-rt/lib/xray/
H A Dxray_flags.inc29 "DEPRECATED: use the environment variable XRAY_BASIC_OPTIONS and set "
32 "DEPRECATED: use the environment variable XRAY_BASIC_OPTIONS and set "
35 "DEPRECATED: use the environment variable XRAY_BASIC_OPTIONS and set "
42 "DEPRECATED: use the environment variable XRAY_FDR_OPTIONS and set "
45 "DEPRECATED: use the environment variable XRAY_FDR_OPTIONS and set "
48 "DEPRECATED: use the environment variable XRAY_FDR_OPTIONS and set "
/openbsd-src/gnu/usr.bin/gcc/gcc/testsuite/g++.old-deja/g++.mike/
H A Dnet23.C3 class environment {
8 typedef int (environment::*INT_FUNCP)();
14 myfoo(&environment::get_font); in init_env_requests()
/openbsd-src/gnu/llvm/lldb/docs/use/
H A Dqemu-testing.rst10 QEMU can be used to test LLDB in an emulation environment in the absence of
12 environment for testing LLDB.
15 setup a virtual LLDB testing environment using QEMU. The scripts currently work
22 Once we have booted our kernel we can run lldb-server in emulation environment.
113 Steps for running lldb-server in QEMU system emulation environment
118 * Find out ip address assigned to eth0 in emulation environment
120 * Setup ssh access between host machine and emulation environment
122 * Login emulation environment and install dependencies
130 * Transfer LLDB server executable to emulation environment
134 $ scp lldb-server username@ip-address-of-emulation-environment:/home/username
/openbsd-src/regress/bin/ksh/
H A Dunclass1.t48 name: xxx-exec-environment-1
50 Check to see if exec sets it's environment correctly
57 name: xxx-exec-environment-2
59 Check to make sure exec doesn't change environment if a program
61 # Under os/2, _emx_sig environment variable changes.
/openbsd-src/gnu/llvm/llvm/utils/lit/tests/Inputs/shtest-env/
H A Denv-u.txt1 # Check and make sure preset environment variable were set in lit.cfg
6 # Check single unset of environment variable
11 # Check multiple unsets of environment variables
H A Dlit.cfg7 config.environment['FOO'] = '1'
8 config.environment['BAR'] = '2'
H A Denv.txt1 # Check for simple one environment variable setting
6 # Check for multiple environment variable settings
H A Dmixed.txt1 # Check for setting and removing one environment variable
6 # Check for setting/unsetting multiple environment variables
/openbsd-src/gnu/llvm/llvm/utils/lit/tests/
H A Dlit.cfg44 config.environment['PYTHONPATH'] = lit_path
48 config.environment['PYTHONNOUSERSITE'] = '1'
60 # within %{inputs}'s test suites. Thus, %{lit} clears environment variables
75 config.environment['COVERAGE_PROCESS_START'] = os.path.join(
79 # to do cancellation in the same environment as where RUN commands are run.
86 stderr=subprocess.PIPE, env=config.environment,
114 config.environment['PATH'] = os.path.pathsep.join((test_bin,
115 config.environment['PATH']))
/openbsd-src/gnu/llvm/lldb/source/Plugins/Platform/QemuUser/
H A DPlatformQemuUserProperties.td11 …t contain a directory separator, the filename is looked up in the PATH environment variable. If em…
19 Desc<"Extra variables to add to the emulator environment.">;
23 Desc<"Extra variables to add to emulated target environment.">;
/openbsd-src/gnu/llvm/llvm/utils/lit/tests/Inputs/shtest-timeout/
H A Dlit.cfg36 if 'PYTHONPATH' in config.environment:
37 pythonpath_list.append(config.environment['PYTHONPATH'])
38 config.environment['PYTHONPATH'] = os.pathsep.join(pythonpath_list)
/openbsd-src/lib/libcrypto/
H A Dx509v3.cnf11 # modified by setting the CERTPATHLEN and CERTUSAGE environment
19 # The address must be provided in the CERTIP environment variable
26 # The address must be provided in the CERTFQDN environment variable
/openbsd-src/gnu/usr.bin/cvs/doc/
H A Dcvs.info-9158 * COMSPEC, environment variable: Environment variables.
196 * CVS_CLIENT_LOG, environment variable: Environment variables.
198 * CVS_IGNORE_REMOTE_ROOT, environment variable: Environment variables.
199 * CVS_PASSFILE, environment variable: Password authentication client.
200 * CVS_RCMD_PORT, environment variable: Environment variables.
201 * CVS_RSH, environment variable: Environment variables.
203 * CVS_SERVER, environment variable: Connecting via rsh.
204 * CVS_SERVER_SLEEP, environment variable: Environment variables.
206 * CVSEDITOR, environment variable: Committing your changes.
209 * CVSIGNORE, environment variable: Environment variables.
[all …]
/openbsd-src/gnu/llvm/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
/openbsd-src/gnu/usr.bin/binutils/gdb/rdi-share/
H A Daclocal.m456 # Check to make sure that the build environment is sane.
60 [AC_MSG_CHECKING([whether build environment is sane])
80 # broken ls alias from the environment. This has actually
83 alias in your environment])
143 dnl environment. But if we're not, then it compiles a test program
181 [AC_CACHE_CHECK(for Cygwin environment, am_cv_cygwin,
196 [AC_CACHE_CHECK(for Mingw32 environment, am_cv_mingw32,
/openbsd-src/gnu/llvm/libcxx/utils/libcxx/test/
H A Ddsl.py137 @_memoizeExpensiveOperation(lambda c, s, f=[]: (c.substitutions, c.environment, s, f))
152 @_memoizeExpensiveOperation(lambda c, p, args=None: (c.substitutions, c.environment, p, args))
179 @_memoizeExpensiveOperation(lambda c, p, args=None: (c.substitutions, c.environment, p, args))
195 @_memoizeExpensiveOperation(lambda c, f: (c.substitutions, c.environment, f))
209 @_memoizeExpensiveOperation(lambda c, s: (c.substitutions, c.environment, s))
221 @_memoizeExpensiveOperation(lambda c, s: (c.substitutions, c.environment, s))
236 @_memoizeExpensiveOperation(lambda c, l: (c.substitutions, c.environment, l))
266 @_memoizeExpensiveOperation(lambda c, flags='': (c.substitutions, c.environment, flags))
/openbsd-src/gnu/usr.bin/gcc/gcc/doc/
H A Dstandards.texi36 @cindex freestanding environment
38 @cindex hosted environment
113 two environments for programs, a @dfn{freestanding environment},
117 implementation-defined, and a @dfn{hosted environment}, which is not
120 char *[])}. An OS kernel would be a freestanding environment; a
131 freestanding implementation for a freestanding environment, use the
142 environment, you will need to find them elsewhere (for example, in the
147 freestanding environment provide @code{memcpy}, @code{memmove},
/openbsd-src/gnu/gcc/gcc/doc/
H A Dstandards.texi36 @cindex freestanding environment
38 @cindex hosted environment
113 two environments for programs, a @dfn{freestanding environment},
117 implementation-defined, and a @dfn{hosted environment}, which is not
120 char *[])}. An OS kernel would be a freestanding environment; a
131 freestanding implementation for a freestanding environment, use the
142 environment, you will need to find them elsewhere (for example, in the
147 freestanding environment provide @code{memcpy}, @code{memmove},

12345678910>>...31