HomeSort by: relevance | last modified time | path
    Searched refs:environment (Results 1 - 25 of 50) sorted by relevancy

1 2

  /src/usr.bin/make/unit-tests/
directive-unexport-env.mk 8 # Before 2020-12-13, misspelled directive names like "unexport-environment"
16 # expect+1: Unknown directive "unexport-environment"
17 .unexport-environment # misspelled
unexport-env.mk 7 # an example of setting up a minimal environment.
10 # now clobber the environment to just PATH and UT_TEST
export-env.mk 3 # our normal .export, subsequent changes affect the environment
13 # gmake style export goes further; affects nothing but the environment
varname-dot-makeflags.mk 5 # the environment variable MAKEFLAGS (without leading '.').
27 # The environment variable 'MAKEFLAGS' is not available to child processes
34 # After parsing, the environment variable 'MAKEFLAGS' is set based on the
var-op-append.mk 60 # Appending to an environment variable in the global scope creates a global
61 # variable of the same name, taking its initial value from the environment
62 # variable. After the assignment, the environment variable is left as-is,
63 # the value of the global variable is not synced back to the environment
75 # Appending to an environment variable in the command line scope ignores the
76 # environment variable.
directive-export.mk 25 # the environment of all child processes.
56 # that only subprocesses access the environment variables. The ':localtime'
57 # modifier depends on the 'TZ' environment variable, without any subprocess.
66 _!= echo 'force exporting the environment variables'
opt-x-reduce-exported.mk 4 # command line from being exported to the environment of child commands.
varname-makeflags.mk 3 # Tests for the environment variable 'MAKEFLAGS', from which additional
8 # the environment variable 'MAKEFLAGS'.
15 # The unit tests are run with an almost empty environment. In particular,
28 # In POSIX mode, the environment variable MAKEFLAGS can contain letters only,
35 # As soon as there is a single non-alphabetic character in the environment
81 # At this point, the stage 1 make provides the environment variable
91 # At this point, evaluating the environment variable 'MAKEFLAGS' leads
158 # it is an environment variable rather than a global variable.
163 # While parsing the makefiles, 'MAKEFLAGS' is the value of the environment
172 .undef MAKEFLAGS # make the environment variable visible agai
    [all...]
opt-env.mk 3 # Tests for the -e command line option, which looks up environment variables
43 # which is independent from the environment variables.
directive-export-gmake.mk 5 # 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
80 # the environment variable immediately, other than the '.export' directive,
directive-undef.mk 111 # the global scope as well as from the environment.
122 # Deletes the variables from the global scope and also from the environment.
138 # was based on an environment variable.
145 # scope and from the environment
cmdline.mk 22 # It must be a command line variable; an environment variable would not work.
31 # The SUB1 in the resulting path comes from the environment variable TMPBASE,
directive-export-impl.mk 37 # flags set, it is actually exported to the environment. The variable flags
57 # REF is defined and gets expanded into the exported environment variable.
cond-cmp-numeric-eq.mk 62 . error Probably a misconfiguration in the floating point environment, \
hanoi-include.mk 15 # Specifying N in the command line instead of in the environment would produce
varmod-loop.mk 163 # environment, see Var_SetWithFlags.
186 # traces from the environment are gone as well. To do that, a global variable
189 .MAKEFLAGS: CMDLINE=cmdline # have a cmdline + environment variable
190 .if ${:U:@CMDLINE@@}} # undefine cmdline, keep environment
192 CMDLINE= global # needed for deleting the environment
193 .export CMDLINE # needed for deleting the environment
194 .unexport CMDLINE # delete the environment
varmod-loop-delete.mk 20 # environment.
  /src/sys/external/isc/libsodium/dist/builds/msvc/build/
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
  /src/sys/arch/arc/stand/boot/
boot.c 108 static char **environment; variable
164 environment = &argv[1];
205 * the environment
264 for (env = environment; env[0]; env++) {
  /src/lib/libedit/
chartype.h 55 #warning Build environment does not support non-BMP characters
  /src/libexec/httpd/
printenv.lua 4 -- it will simply output the "environment"
23 -- we get the "environment" in the env table, the values are more
36 <title>Bozotic Lua Environment</title>
39 <h1>Bozotic Lua Environment</h1>
44 httpd.print('<h2>Server Environment</h2>')
45 -- print the list of "environment" variables
  /src/bin/sh/
var.h 52 #define VUNSAFE 0x0080 /* variable value imported from environment */
149 char **environment(void);
  /src/lib/libc/sys/
makelintstub 47 The CPP environment variable must be set
  /src/sys/external/bsd/acpica/dist/include/platform/
acenv.h 48 * Environment configuration. The purpose of this file is to interface ACPICA
49 * to the local environment. This includes compiler-specific, OS-specific,
257 /* Unknown environment */
259 #error Unknown target environment
381 * generation environment.
  /src/sys/arch/arc/arc/
machdep.c 150 char **environment; /* On some arches, pointer to environment */ variable
224 environment = &argv[1];
446 * Return a pointer to the given environment variable.
456 for (env = environment; env[0]; env++) {

Completed in 955 milliseconds

1 2