Searched refs:environment (Results 1 - 25 of 96) sorted by relevance

1234

/freebsd-13-stable/sys/dev/isci/
H A Dtypes.h37 #include <dev/isci/environment.h>
/freebsd-13-stable/contrib/llvm-project/llvm/lib/Support/Windows/
H A DHost.inc26 // Override the default target with an environment variable named by LLVM_TARGET_TRIPLE_ENV.
/freebsd-13-stable/contrib/bmake/unit-tests/
H A Ddirective-unexport-env.mk8 # Before 2020-12-13, misspelled directive names like "unexport-environment"
15 .unexport-environment # misspelled
H A Dunexport-env.mk7 # an example of setting up a minimal environment.
10 # now clobber the environment to just PATH and UT_TEST
H A Dexport-env.mk3 # our normal .export, subsequent changes affect the environment
13 # gmake style export goes further; affects nothing but the environment
H A Denvfirst.mk3 # The -e option makes environment variables stronger than global variables.
37 # which is independent from the environment variables.
H A Ddirective-export-gmake.mk5 # The "export" directive only affects the environment of the make process
27 # after the '=' sign and are prepended to the value of the environment
35 # before the '=' sign and are appended to the name of the environment
38 # Depending on the shell, environment variables with such exotic names
H A Ddirective-export.mk25 # the environment of all child processes.
H A Dcmdline.mk20 # It must be a command line variable; an environment variable would not work.
29 # The SUB1 in the resulting path comes from the environment variable TMPBASE,
H A Ddirective-export-impl.mk37 # flags set, it is actually exported to the environment. The variable flags
56 # REF is defined and gets expanded into the exported environment variable.
H A Dcond-cmp-numeric-eq.mk62 . error Probably a misconfiguration in the floating point environment, \
H A Ddirective-misspellings.exp10 make: "directive-misspellings.mk" line 30: Unknown directive "export-environment"
/freebsd-13-stable/sys/contrib/libsodium/builds/msvc/build/
H A Dbuildbase.bat9 SET environment="%programfiles(x86)%\%tools%"
10 IF NOT EXIST %environment% SET environment="%programfiles%\%tools%"
11 IF NOT EXIST %environment% GOTO no_tools
15 CALL %environment% x86 > nul
37 CALL %environment% x86_amd64 > nul
/freebsd-13-stable/contrib/sqlite3/tea/
H A Dconfigure.ac4 dnl to configure the system for the local environment.
17 # This initializes the environment with PACKAGE_NAME and PACKAGE_VERSION
/freebsd-13-stable/contrib/kyua/store/
H A Dschema_inttest.cpp89 std::map< std::string, std::string > environment; local
90 const model::context context(root, environment);
109 std::map< std::string, std::string > environment; local
110 environment["HOME"] = "/home/test";
111 environment["PATH"] = "/bin:/usr/bin";
112 const model::context context(root, environment);
226 std::map< std::string, std::string > environment; local
227 environment["PATH"] = "/bin:/usr/bin";
228 const model::context context(root, environment);
336 std::map< std::string, std::string > environment; local
[all...]
/freebsd-13-stable/contrib/bmake/mk/
H A Dsys.clean-env.mk21 # The actuall list of variables from the environment that will be
24 # A list of prefixes to match against the environment - the results
82 # Now, clobber the environment
110 # otherwise the environment will be ruined when we evaluate them below.
/freebsd-13-stable/contrib/libedit/
H A Dchartype.h54 #warning Build environment does not support non-BMP characters
/freebsd-13-stable/bin/sh/
H A Dvar.h127 char **environment(void);
/freebsd-13-stable/contrib/unbound/contrib/
H A Dcreate_unbound_ad_servers.cmd16 if /I "%wget%"=="" echo Wget not found. If installed, add path to PATH environment variable. & exit 1
/freebsd-13-stable/usr.bin/procstat/tests/
H A Dprocstat_test.sh94 atf_test_case environment
110 atf_check -o save:procstat.out procstat environment $PROG_PID
160 atf_add_test_case environment
/freebsd-13-stable/kerberos5/lib/libroken/
H A DMakefile33 environment.c \
/freebsd-13-stable/sys/dev/isci/scil/
H A Dscu_bios_definitions.h73 * #define statement in environment.h or define the statement as an input
77 #include <dev/isci/environment.h>
/freebsd-13-stable/sys/contrib/dev/acpica/include/platform/
H A Dacenv.h157 * to the local environment. This includes compiler-specific, OS-specific,
363 /* Unknown environment */
365 #error Unknown target environment
481 * generation environment.
/freebsd-13-stable/crypto/openssl/crypto/rand/
H A Drandfile.c126 # pragma environment save
136 # pragma environment restore
261 /* Look up various environment variables. */
/freebsd-13-stable/share/mk/
H A Dbsd.obj.mk13 # are built. Note: MAKEOBJDIR is an *environment* variable
14 # and works properly only if set as an environment variable,
20 # tree. Note: MAKEOBJDIRPREFIX is an *environment* variable
21 # and works properly only if set as an environment variable,

Completed in 311 milliseconds

1234