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

1 2 3 4

  /src/usr.bin/make/unit-tests/
var-scope-env.mk 3 # Tests for variables specified in the process environment.
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
var-scope.mk 4 # environment), and which of them takes precedence over the others.
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.
opt-raw.mk 6 # To provide a clean testing environment without unintended side effects,
opt-x-reduce-exported.mk 4 # command line from being exported to the environment of child commands.
varname-dot-makeoverrides.mk 5 # 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'
varname-dot-make-level.mk 4 # recursion level. It is related to the environment variable MAKELEVEL,
19 # The .unexport-env directive clears the environment, except for the
21 # environment variable.
39 # environment variable. Newer versions of make (since NetBSD 11) store the
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.
varname-make_stack_trace.mk 3 # Tests for the MAKE_STACK_TRACE environment variable, which controls whether
8 # disabled by default since the stack trace is stored in an environment
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,
opt.mk 9 # the environment variable MAKEFLAGS. This is where the " -r -k -d 0"
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
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.
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,
  /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 in typeref:typename:char **
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/lib/libc/sys/
makelintstub 47 The CPP environment variable must be set

Completed in 19 milliseconds

1 2 3 4