Home
last modified time | relevance | path

Searched full:environment (Results 1 – 25 of 2634) sorted by relevance

12345678910>>...106

/freebsd/contrib/llvm-project/lldb/include/lldb/API/
H A DSBEnvironment.h26 /// Return the value of a given environment variable.
29 /// The name of the environment variable.
32 /// The value of the environment variable or null if not present.
33 /// If the environment variable has no value but is present, a valid
38 /// The number of environment variables.
41 /// Return the name of the environment variable at a given index from the
42 /// internal list of environment variables.
45 /// The index of the environment variable in the internal list.
51 /// Return the value of the environment variable at a given index from the
52 /// internal list of environment variables.
[all …]
/freebsd/lib/libbe/
H A Dlibbe.3151 a boot environment has child datasets.
191 environment,
194 fails to open the zpool the active boot environment resides on, or
197 fails to locate the boot environment that is currently mounted.
208 function returns the name of the currently booted boot environment.
209 This boot environment may not belong to the same BE root as the root libbe
214 function returns the full path of the currently booted boot environment.
215 This boot environment may not belong to the same BE root as the root libbe
220 function returns the name of the boot environment that will be active on reboot.
224 function returns the full path of the boot environment that will be
[all …]
/freebsd/share/doc/papers/jail/
H A Dmgt.ms3 Managing Jails and the Jail File System Environment
5 Creating a Jail Environment
17 environment: the host environment, and the jail environment.
18 The host environment is the real operating system environment, which is
27 accessible to host environment applications to use.
28 If the accessibility of some host applications in the jail environment is
33 one IP address is allocated to the host environment, and then a number
43 discover the host environment service, unless the jailbox has
49 FreeBSD file system tree off of a subdirectory in the host environment,
53 FreeBSD build environment.
[all …]
/freebsd/contrib/kyua/utils/
H A Denv.cpp57 /// Gets all environment variables.
59 /// \return A mapping of (name, value) pairs describing the environment
78 /// Gets the value of an environment variable.
80 /// \param name The name of the environment variable to query.
82 /// \return The value of the environment variable if it is defined, or none
89 LD(F("Environment variable '%s' is not defined") % name); in getenv()
92 LD(F("Environment variable '%s' is '%s'") % name % value); in getenv()
98 /// Gets the value of an environment variable with a default fallback.
100 /// \param name The name of the environment variable to query.
103 /// \return The value of the environment variable.
[all …]
/freebsd/contrib/googletest/googletest/test/
H A Dgoogletest-global-environment-unittest.py28 """Unit test for Google Test's global test environment behavior.
30 A user can specify a global test environment via
31 testing::AddGlobalTestEnvironment. Failures in the global environment should
35 googletest-global-environment-unittest_ (a program written with Google Test).
48 'googletest-global-environment-unittest_'
56 """Tests global test environment failures."""
64 # We should see the text of the global environment setup error.
65 self.assertIn('Canned environment setup error', txt)
79 # environment should be set up and torn down for each iteration.
89 'Global test environment set-up.'
[all …]
/freebsd/contrib/llvm-project/clang/include/clang/Analysis/FlowSensitive/
H A DDataflowEnvironment.h9 // This file defines an Environment class that is used by dataflow analyses
61 /// WARNING: Symbolic values that are created by the environment for static
65 class Environment {
67 /// Supplements `Environment` with non-standard comparison and join
88 const Environment &Env1, const Value &Val2, in compare()
89 const Environment &Env2) { in compare()
109 virtual void join(QualType Type, const Value &Val1, const Environment &Env1, in join()
110 const Value &Val2, const Environment &Env2, in join()
111 Value &JoinedVal, Environment &JoinedEnv) {} in join()
142 const Environment &PrevEnv, in widen()
[all …]
/freebsd/crypto/heimdal/doc/doxyout/hx509/man/man3/
H A Dhx509_env.31 .TH "hx509 environment functions" 3 "11 Jan 2012" "Version 1.5.2" "Heimdalx509library" \" -*- nroff…
5 hx509 environment functions \-
41 \fIenv\fP environment to add the environment variable too.
62 \fIenv\fP environment to add the environment variable too.
83 \fIenv\fP environment to add the environment variable too.
102 \fIenv\fP environment to add the environment variable too.
115 Free an hx509_env environment context.
119 \fIenv\fP the environment to free.
131 \fIenv\fP environment to add the environment variable too.
/freebsd/contrib/llvm-project/clang/include/clang/StaticAnalyzer/Core/PathSensitive/
H A DEnvironment.h1 //===- Environment.h - Map from Stmt* to Locations/Values -------*- C++ -*-===//
9 // This file defined the Environment and EnvironmentManager classes.
31 /// An entry in the environment consists of a Stmt and an LocationContext.
32 /// This allows the environment to manage context-sensitive bindings,
56 class Environment {
64 Environment(BindingsTy eb) : ExprBindings(eb) {} in Environment() function
75 /// Environment.
78 /// Profile - Profile the contents of an Environment object for use
80 static void Profile(llvm::FoldingSetNodeID& ID, const Environment* env) { in Profile()
90 bool operator==(const Environment& RHS) const {
[all …]
/freebsd/contrib/llvm-project/clang/lib/Analysis/FlowSensitive/
H A DDataflowEnvironment.cpp9 // This file defines an Environment class that is used by dataflow analyses
43 // FIXME: convert these to parameters of the analysis or environment. Current
97 const Environment &Env1, Value &Val2, in compareDistinctValues()
98 const Environment &Env2, in compareDistinctValues()
99 Environment::ValueModel &Model) { in compareDistinctValues()
122 const Environment &Env1, Value &Val2, in joinDistinctValues()
123 const Environment &Env2, in joinDistinctValues()
124 Environment &JoinedEnv, in joinDistinctValues()
125 Environment::ValueModel &Model) { in joinDistinctValues()
162 const Environment &PrevEnv, in widenDistinctValues()
[all …]
/freebsd/usr.sbin/config/
H A Dconfig.536 to create a build environment where a kernel may be built using
114 Specifies a filename containing a kernel environment definition.
116 The kernel will augment this compiled-in environment with the environment
119 Environment variables specified in the
121 environment will take precedence over environment variables specified in
123 and environment variables specified in the dynamic environment take precedence
127 may be specified in the static environment to disable the
129 environment.
133 environment variables needed for properly booting the system.
138 environment to disable use of the static environment.
[all …]
/freebsd/contrib/llvm-project/lldb/include/lldb/Utility/
H A DEnvironment.h1 //===-- Environment.h -------------------------------------------*- C++ -*-===//
18 class Environment : private llvm::StringMap<std::string> {
31 explicit Envp(const Environment &Env);
35 friend class Environment; variable
59 Environment() {} in Environment() function
60 Environment(const Environment &RHS) : Base(static_cast<const Base&>(RHS)) {} in Environment() function
61 Environment(Environment &&RHS) : Base(std::move(RHS)) {} in Environment() function
62 Environment(char *const *Env) in Environment() function
63 : Environment(const_cast<const char *const *>(Env)) {} in Environment()
64 Environment(const char *const *Env);
[all …]
/freebsd/lib/libc/stdlib/
H A Dgetenv.342 .Nd environment variable functions
60 These functions set, unset and fetch environment variables from the
62 .Em environment list .
66 function clears all environment variables.
74 function obtains the current value of the environment variable,
85 when the environment cannot be trusted, otherwise it acts like
87 The environment currently is not trusted when
94 function inserts or resets the environment variable
96 in the current environment list.
114 puts it directly into the current environment,
[all …]
H A Dgetenv.c40 static const char CorruptEnvFindMsg[] = "environment corrupt; unable to find ";
42 "environment corrupt; missing value for ";
53 * (re)builds of the environment.
60 * Array of environment variables built from environ. Each element records:
83 * Environment array information.
94 /* Deinitialization of new environment. */
136 * Comparison of an environment name=value to a name.
149 * Using environment, returns pointer to value associated with name, if any,
159 * Find environment variable from end of array (more likely to be in __findenv()
216 * Deallocate the environment built from environ as well as environ then set
[all …]
/freebsd/contrib/kyua/engine/execenv/
H A Dexecenv.hpp30 /// Execution environment subsystem interface.
49 /// Abstract interface of an execution environment.
69 /// Initializes execution environment.
73 /// execution environment setup fails, and test execution could use the
74 /// configured proc environment, if expected.
77 /// Cleanups or removes execution environment.
82 /// Executes a test within the execution environment.
92 /// Abstract interface of an execution environment manager.
98 /// Returns name of an execution environment.
101 /// Returns whether this execution environment is actually supported.
[all …]
/freebsd/share/man/man9/
H A Dgetenv.946 .Nd kernel environment variable functions
80 environment.
84 function obtains the current value of the kernel environment variable
118 function inserts or resets the kernel environment variable
126 This function can fail if an internal limit on the number of environment
131 function deletes the kernel environment variable
136 function is used to determine if a kernel environment variable exists.
148 functions look for a kernel environment variable
190 function stores a copy of the kernel environment variable
207 function interprets the value of the kernel environment variable
[all …]
/freebsd/sys/kern/
H A Dkern_environment.c31 * bootstrap/kernel environment variables. We convert them to a
65 static MALLOC_DEFINE(M_KENV, "kenv", "kernel environment");
67 #define KENV_SIZE 512 /* Maximum number of environment strings */
72 /* pointer to the config-generated static environment */
75 /* pointer to the md-static environment */
82 /* dynamic environment variables */
109 * For non-dynamic kernel environment, we pass in either md_envp or in kenv_dump()
272 * Populate the initial kernel environment.
275 * environment obtained from a boot loader, or to provide an empty buffer into
276 * which MD code can store an initial environment usin
[all...]
/freebsd/lib/libsys/
H A Dkenv.232 .Nd kernel environment
42 system call manipulates kernel environment variables.
44 environment variables, as well as the ability to dump all of the entries in
45 the kernel environment.
91 Dump as much of the dynamic kernel environment as will fit in
100 will return the number of bytes required to copy out the entire environment.
105 Dump the static environment provided by
109 Duplicate and malformed variables originally present in this environment are
112 Dump the static environment defined by the kernel
156 The requested environment is not available for a
[all …]
/freebsd/usr.bin/env/
H A Denv.136 .Nd set environment and execute command, or print environment
57 after modifying the environment as
61 option specifies the setting of an environment variable,
65 All such environment variables are set before the
76 with only those environment variables specified by
79 The environment inherited
91 Add the environment variable definitions from
93 for the specified user and login class to the environment, after
124 environment variable.
136 also supports environment-variable substitution, as described
[all …]
/freebsd/usr.sbin/jail/
H A Djail.8175 Run commands in a clean environment.
203 The user name from host environment as whom jailed commands should run.
210 The user name from the jailed environment as whom jailed commands should run.
318 current environment.
517 Some restrictions of the jail environment may be set on a per-jail
769 Determine how a jail's Linux emulation environment appears.
772 will keep the same environment, and
774 will give the jail its own environment (still originally inherited when
810 to set up the jail environment, often by running specified commands
816 command lines that are run in either the system or jail environment.
[all …]
/freebsd/contrib/bc/include/
H A Dvm.h247 /// Returns the string for the line length environment variable.
250 /// Returns the string for the environment args environment variable.
253 /// Returns the string for the expression exit environment variable.
256 /// Returns the default for the expression exit environment variable.
260 /// Returns the string for the digit clamp environment variable.
263 /// Returns the default for the digit clamp environment variable.
267 /// Returns the string for the TTY mode environment variable.
270 /// Returns the default for the TTY mode environment variable.
274 /// Returns the string for the prompt environment variable.
277 /// Returns the default for the prompt environment variable.
[all …]
/freebsd/contrib/llvm-project/openmp/runtime/src/
H A Dkmp_environment.cpp2 * kmp_environment.cpp -- Handle environment variables OS-independently.
14 act of loading a DLL on Windows* OS makes any user-set environment variables
20 1. Environment maintained by Windows* OS on IA-32 architecture. Accessible
24 2. Environment maintained by C RTL. Accessible through getenv(), putenv().
27 getenv() function search for variables in C RTL environment only.
35 C environment maintained by C RTL. Multiple copies of C RTL may be present
36 in the process, and each C RTL maintains its own environment. :-(
38 Thus, proper way to work with environment on Windows* OS is:
42 considered primary target, while updating C RTL environment is free bonus.
100 act of loading a DLL on Windows* OS makes any user-set environment in __kmp_env_get()
[all...]
H A Dkmp_environment.h2 * kmp_environment.h -- Handle environment variables OS-independently.
20 // Return a copy of the value of environment variable or NULL if the variable
26 // Return 1 if the environment variable exists or 0 if does not exist.
29 // Set the environment variable.
32 // Unset (remove) environment variable.
36 // Working with environment blocks.
38 /* kmp_env_blk_t is read-only collection of environment variables (or
39 environment-like). Usage:
43 // environment.
/freebsd/share/doc/usd/22.trofftut/
H A Dtt1358 in one environment and titles in a separate one
63 shifts to environment
70 previous environment.
71 Environment names are maintained in a stack, so calls
74 Suppose we say that the main text is processed in environment 0,
80 to process titles in environment 1 like this:
83 ^ev 1 \e" shift to new environment
88 ^ev \e" return to previous environment
91 It is also possible to initialize the parameters for an environment
/freebsd/crypto/openssh/regress/
H A Denvpass.sh4 tid="environment passing"
24 fail "environment found"
36 fail "environment found"
47 fail "environment found"
58 fail "environment not found"
70 fail "environment not found"
82 fail "environment not found"
93 fail "environment not found"
107 fail "environment not found"
121 fail "environment not found"
/freebsd/crypto/heimdal/appl/login/
H A Dlogin.168 to preserve all environment variables. If not given, only the
97 The environment is setup, by adding some required variables (such as
101 If an environment file exists
102 .No ( Pa /etc/environment ) ,
119 .Sh ENVIRONMENT
120 These environment variables are set by login (not including ones set by
121 .Pa /etc/environment ) :
145 .It Pa /etc/environment
146 Contains a set of environment variables that should be set in addition
174 .It Li environment
[all …]

12345678910>>...106