HomeSort by: relevance | last modified time | path
    Searched refs:EXPORTED (Results 1 - 12 of 12) sorted by relevancy

  /src/usr.bin/make/unit-tests/
directive-unexport.mk 17 # Show the exported variables and their values.
21 .info ${.MAKE.EXPORTED}
23 # XXX: Now try to unexport all of them. The variables are still exported
24 # but not mentioned in .MAKE.EXPORTED anymore.
32 .info ${.MAKE.EXPORTED}
make-exported.mk 1 # $NetBSD: make-exported.mk,v 1.7 2022/09/09 18:36:15 sjg Exp $
4 # directive and the .MAKE.EXPORTED variable. This leads to non-obvious
7 -env= make-exported-value-env
8 -literal= make-exported-value-literal
15 .MAKE.EXPORTED= -env
17 # Before 2020-10-03, if the value of .MAKE.EXPORTED started with "-literal",
20 # Since 2020-10-03, the "variable" named "-literal" is not exported anymore,
22 .MAKE.EXPORTED= -literal UT_VAR
25 @env | sort | ${EGREP} '^UT_|make-exported-value' || true
directive-unexport-env.exp 5 Global: .MAKE.EXPORTED = UT_EXPORTED
7 Var_Parse: ${.MAKE.EXPORTED:O:u} (eval)
8 Evaluating modifier ${.MAKE.EXPORTED:O} on value "UT_EXPORTED"
9 Result of ${.MAKE.EXPORTED:O} is "UT_EXPORTED"
10 Evaluating modifier ${.MAKE.EXPORTED:u} on value "UT_EXPORTED"
11 Result of ${.MAKE.EXPORTED:u} is "UT_EXPORTED"
13 Global: delete .MAKE.EXPORTED
directive-undef.exp 4 make: directive-undef.mk:105: warning: UT_EXPORTED is still listed in .MAKE.EXPORTED even though spaceit is not exported anymore.
var-op-append.mk 70 EXPORTED!= echo "$$ENV_PLUS_GLOBAL"
71 .if ${EXPORTED} != "from-env-value"
82 EXPORTED!= echo "$$ENV_PLUS_GLOBAL"
83 .if ${EXPORTED} != "from-env-value"
directive-undef.mk 91 UT_EXPORTED= exported-value
93 .if ${:!echo "\${UT_EXPORTED:-not-exported}"!} != "exported-value"
96 .if !${.MAKE.EXPORTED:MUT_EXPORTED}
99 .undef UT_EXPORTED # XXX: does not update .MAKE.EXPORTED
100 .if ${:!echo "\${UT_EXPORTED:-not-exported}"!} != "not-exported"
103 .if ${.MAKE.EXPORTED:MUT_EXPORTED}
104 # expect+1: warning: UT_EXPORTED is still listed in .MAKE.EXPORTED even though spaceit is not exported anymore
    [all...]
export.mk 32 # This is exported (see the .rawout file) but not displayed since the dash
41 .MAKE.EXPORTED+= UT_ZOO UT_TEST
directive-export-impl.exp 4 Global: .MAKE.EXPORTED = UT_VAR
19 Var_Parse: ${.MAKE.EXPORTED:O:u} (eval)
20 Evaluating modifier ${.MAKE.EXPORTED:O} on value "UT_VAR"
21 Result of ${.MAKE.EXPORTED:O} is "UT_VAR"
22 Evaluating modifier ${.MAKE.EXPORTED:u} on value "UT_VAR"
23 Result of ${.MAKE.EXPORTED:u} is "UT_VAR"
44 Var_Parse: ${.MAKE.EXPORTED:O:u} (eval)
45 Evaluating modifier ${.MAKE.EXPORTED:O} on value "UT_VAR"
46 Result of ${.MAKE.EXPORTED:O} is "UT_VAR"
47 Evaluating modifier ${.MAKE.EXPORTED:u} on value "UT_VAR
    [all...]
directive-export-impl.mk 5 # or marking them for being re-exported.
11 # VarFlags.exported (per variable)
25 # export the variable but only marks it as VarFlags.exported and
27 # .MAKE.EXPORTED. That's all for now.
30 # The following expression has both flags 'exported' and 'reexport' set.
36 # variables exported. Since this variable has both of the above-mentioned
37 # flags set, it is actually exported to the environment. The variable flags
40 # variable will be exported anew for each ':sh' modifier, ':!...!' modifier,
46 # The following expression still has 'exported' and 'reexport' set.
48 # These flags means that the variable is still marked as being re-exported
    [all...]
  /src/external/gpl2/lvm2/dist/scripts/
vgimportclone.sh 77 echo " -i|--import - Import any exported volume groups found"
283 # output VG info so each line looks like: name:exported?:disk1,disk2,...
294 EXPORTED=`echo "${VG}" | "$CUT" -d: -f2`
307 if [ -n "${EXPORTED}" ]
314 echo "Volume Group ${VGNAME} exported, skipping."
  /src/external/apache2/llvm/dist/llvm/tools/llvm-readobj/
WasmDumper.cpp 51 ENUM_ENTRY(EXPORTED),
  /src/external/apache2/llvm/dist/llvm/lib/ObjectYAML/
WasmYAML.cpp 561 BCaseMask(EXPORTED, EXPORTED);

Completed in 16 milliseconds