/freebsd/stand/uboot/ |
H A D | help.uboot | 3 # Tubenv DShow or import U-Boot environment variables 7 Display U-Boot environment variables, or import them into the 8 loader environment (which makes them available in the kernel). 15 If no variable names are specified, all U-Boot environment 24 If no variable names are specified, all U-Boot environment
|
/freebsd/contrib/llvm-project/compiler-rt/lib/xray/ |
H A D | xray_flags.inc | 29 "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 "
|
/freebsd/contrib/kyua/store/ |
H A D | schema_inttest.cpp | 89 std::map< std::string, std::string > environment; in check_action_1() local 90 const model::context context(root, environment); in check_action_1() 109 std::map< std::string, std::string > environment; in check_action_2() local 110 environment["HOME"] = "/home/test"; in check_action_2() 111 environment["PATH"] = "/bin:/usr/bin"; in check_action_2() 112 const model::context context(root, environment); in check_action_2() 226 std::map< std::string, std::string > environment; in check_action_3() local 227 environment["PATH"] = "/bin:/usr/bin"; in check_action_3() 228 const model::context context(root, environment); in check_action_3() 336 std::map< std::string, std::string > environment; in check_action_4() local [all …]
|
/freebsd/sys/contrib/libsodium/builds/msvc/build/ |
H A D | buildbase.bat | 9 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/contrib/llvm-project/lldb/source/Plugins/Platform/QemuUser/ |
H A D | PlatformQemuUserProperties.td | 11 …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.">;
|
/freebsd/crypto/openssl/doc/man7/ |
H A D | openssl-env.pod | 5 openssl-env - OpenSSL environment variables 9 The OpenSSL libraries use environment variables to override the 11 To avoid security risks, the environment is usually not consulted when 60 This environment variable is only checked on Microsoft Windows platforms. 81 processor capabilities and run time feature enquiry. These environment
|
/freebsd/crypto/openssl/doc/man3/ |
H A D | OPENSSL_s390xcap.pod | 19 set the B<OPENSSL_s390xcap> environment variable before you start the 21 with a mask which is derived from the environment variable. 23 The environment variable is a semicolon-separated list of tokens which is 34 The name of a processor generation. A bit in the environment variable's 43 environment variable's mask corresponding to the specified instruction is 51 part of the environment variable's mask corresponding to the stfle
|
H A D | OSSL_HTTP_parse_url.pod | 37 I<server>, I<use_ssl>, and the applicable environment variable, as follows. 39 environment variable, or from C<https_proxy> if I<use_ssl> is nonzero. 42 environment variable, or from C<HTTPS_PROXY> if I<use_ssl> is nonzero. 44 environment variable, or else from C<NO_PROXY>. 83 which is either the proxy name handed in or an environment variable value.
|
H A D | OpenSSL_version.pod | 160 automatically configured but may be set via an environment variable. 161 The value has the same syntax as the environment variable. 202 value of the environment variable C<$PATH> on Unix (where the 210 automatically configured but may be set via an environment variable. 211 The value has the same syntax as the environment variable.
|
/freebsd/bin/sh/tests/builtins/ |
H A D | break5.4 | 4 # In some uncommitted code, the subshell environment corrupted the outer 5 # shell environment's state.
|
/freebsd/crypto/heimdal/lib/hx509/ |
H A D | hxtool-commands.in | 68 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 …]
|
/freebsd/sys/contrib/openzfs/contrib/dracut/90zfs/ |
H A D | zfs-env-bootfs.service.in | 2 Description=Set BOOTFS and BOOTFSFLAGS environment variables for dracut 21 exec systemctl set-environment BOOTFS="$root" BOOTFSFLAGS="$rootflags"'
|
/freebsd/usr.bin/procstat/tests/ |
H A D | procstat_test.sh | 93 atf_test_case environment 109 atf_check -o save:procstat.out procstat environment $PROG_PID 159 atf_add_test_case environment
|
/freebsd/crypto/openssl/ |
H A D | NOTES-DJGPP.md | 5 environment for 16-bit DOS, but only with long filename support. 10 You should have a full DJGPP environment installed, including the 22 specified by the environment variable WATT_ROOT. If you have watt-32
|
H A D | NOTES-WINDOWS.md | 21 run on the GNU-like development environment MSYS2 70 This sets up the environment variables needed for `nmake.exe`, `cl.exe`, 94 The default installation directories are derived from environment 107 Should those environment variables not exist (on a pure Win32 160 * Usually the build is done on Windows in a GNU-like environment called MSYS2. 173 - make, installed using `pacman -S make` into the MSYS2 environment 247 Windows subsystem and provides a Bash shell and GNU tools environment.
|
H A D | NOTES-VALGRIND.md | 25 Test behavior can be modified by adjusting environment variables. 30 programs. The default wrapper (`util/wrap.pl`) initializes the environment 32 to specify a different executable environment.
|
/freebsd/tools/build/options/ |
H A D | WITH_BEARSSL | 12 Due to size constraints in the BIOS environment on x86, one may need to set 22 Careful testing of the loader in the target environment when built with a larger
|
/freebsd/contrib/byacc/ |
H A D | NEW_FEATURES | 15 The environment variable TMPDIR determines the directory where 44 enabled by setting an environment variable. If the environment variable
|
/freebsd/contrib/tcsh/ |
H A D | WishList | 57 Currently I can't get ssh to have the right environment unless it is a 58 login shell. The .ssh/environment doesn't work for me because I login 60 would be to not have the different environment for login compared to 197 environment variable such as: 246 catalogs" in unicode environment. Also unicode support (and other 247 multibyte encodings) should depend on environment variables 278 required). Setting a temporary environment variable before executing 298 This provides the environment variable CURRCMDLINE to any 300 a sufficiently obscure environment variable that noone else is likely
|
/freebsd/lib/libc/softfloat/ |
H A D | softfloat-history.txt | 29 `bits32' and a `bits64' version. Renamed `environment.h' to `milieu.h' 30 (to avoid confusion with environment variables).
|
/freebsd/contrib/ncurses/ |
H A D | README.MinGW | 36 You should install the MSYS2 package, so that you have a shell environment that 55 authoritative build environment for the MinGW version of ncurses. 63 The TERM environment variable must be set especially to activate the Windows 101 (assuming environment variable MINGW_ROOT holds the root directory name of 138 Please note that it is also necessary to set this environment variable:
|
H A D | README.emx | 33 You can build ncurses on OS/2 in the EMX environment. But you must build and 55 I built my development environment for ncurses using EMX 0.9c at the end of 57 using a similar environment (he prefers using the 'ash' shell). Newer versions
|
/freebsd/sys/contrib/device-tree/src/arm/marvell/ |
H A D | armada-370-synology-ds213j.dts | 265 * Synology u-boot uses its compiled-in environment 268 * modified environment at a sensible location. So, 270 * environment will be saved at 1MB after the start 273 * change the default environment, unless you know
|
/freebsd/usr.sbin/cron/doc/ |
H A D | MAIL | 36 the environment be set up in certain ways, which cron doesn't do. 38 set up the environment enough for csh to run, and cron just inherits 40 really needs in its environment, you might want to set up cron to 45 << well, the environment IS a problem. processes that cron forks 46 will inherit the environment of the person who ran the cron 311 1. Pass all variables in cron's environment into the environment of things 313 will inherit the environment of the user). If nothing else it is critically 315 Basically, passing environment values allows one to design a standard 316 environment with TZ and PATH and have that run by everything. If anyone 321 because System V refuses to pass the TZ from its environment down. There [all …]
|
/freebsd/contrib/googletest/googletest/test/ |
H A D | BUILD.bazel | 64 "googletest-global-environment-unittest_.cc", 269 name = "googletest-global-environment-unittest_", 271 srcs = ["googletest-global-environment-unittest_.cc"], 276 name = "googletest-global-environment-unittest", 278 srcs = ["googletest-global-environment-unittest.py"], 279 data = [":googletest-global-environment-unittest_"],
|