Home
last modified time | relevance | path

Searched full:exported (Results 1 – 25 of 922) sorted by relevance

12345678910>>...37

/freebsd-src/contrib/bmake/unit-tests/
H A Ddirective-export-impl.mk5 # 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 …]
H A Dmake-exported.mk1 # $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
H A Ddirective-undef.mk91 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 anymor
[all...]
H A Ddirective-export-impl.exp4 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 …]
H A Ddirective-unexport-env.exp5 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
H A Dexport-variants.mk3 # Test whether exported variables apply to each variant of running
12 . warning At this point, no variable should be exported.
16 . warning At this point, no variable should be exported.
20 . warning At this point, no variable should be exported.
28 . warning At this point, a single variable should be exported.
32 . warning At this point, a single variable should be exported.
36 . warning At this point, a single variable should be exported.
H A Ddirective-export.mk17 # A variable is exported using the .export directive.
24 # Undefining a variable that has been exported implicitly removes it from
32 # argument exported all global variables. This case could be triggered
43 # or for the ':sh' modifier, all variables that were marked for being exported
44 # are expanded and then exported. If expanding such a variable requires
45 # running a child command, the marked-as-exported variables would need to be
46 # exported first, ending in an endless loop. To avoid this endless loop,
51 _!= :;: # Force the variable to be actually exported.
H A Ddirective-export-gmake.mk9 export VAR=exported
14 # Ensure that the name-value pair is actually exported.
15 .if ${:!echo "\$VAR"!} != "exported"
21 export VAR=exported VAR2=exported-as-well
22 .if ${:!echo "\$VAR"!} != "exported VAR2=exported-as-well"
48 # The right-hand side of the exported variable is expanded exactly once.
99 # the exported variable thus starts with a '$', and that name may be filtered
H A Ddirective-unexport.mk17 # 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.
31 .info ${.MAKE.EXPORTED}
H A Dexport-env.exp3 UT_ENV=not-exported
4 UT_EXP=not-exported
8 UT_ENV=exported
9 UT_EXP=exported
H A Dexport-env.mk9 UT_ENV= exported
11 UT_ENV= not-exported
15 export UT_EXP=exported
16 UT_EXP=not-exported
H A Dopt-x-reduce-exported.mk1 # $NetBSD: opt-x-reduce-exported.mk,v 1.3 2022/05/08 07:27:50 rillig Exp $
4 # command line from being exported to the environment of child commands.
6 # The variable 'BEFORE' is exported, the variable 'AFTER' isn't.
H A Dvar-op-append.mk70 EXPORTED!= echo "$$ENV_PLUS_GLOBAL"
71 .if ${EXPORTED} != "from-env-value"
82 EXPORTED!= echo "$$ENV_PLUS_GLOBAL"
83 .if ${EXPORTED} != "from-env-value"
/freebsd-src/usr.sbin/mountd/
H A Dexports.570 files below the exported directory will be accessible.
74 To provide this guarantee, the exported directories must be local file system
82 As such, to avoid confusion with respect to what is exported, it may be prudent
83 to limit exported directories to server local file system mount points.
127 The exported file systems for NFSv4 are specified via the other lines
152 exported to the host set.
154 is exported read-only or read-write and how the client UID is mapped to
247 option specifies that the file system should be exported read-only
278 exported on a server.
417 need to be within an exported fil
[all...]
/freebsd-src/usr.sbin/nfsd/
H A Dpnfsserver.462 with a top level exported
74 The following command can be run by root when in the top level exported
84 The top level exported directory used for storage of data files must be
85 exported to the MDS with the
88 It must also be exported to all pNFS aware clients, but these clients do
91 export option and this directory should be exported to them with the same
97 of these DSs must have a separate top level exported directory used for storage
116 file system(s) exported to clients.
181 With two way mirroring, the data file for each exported file on the MDS
186 specific exported file systems on the MDS.
[all …]
H A Dnfsv4.4106 allows a limited subset of operations to be performed on non-exported subtrees
107 of the local file system, so that traversal of the tree to the exported
109 As such, the ``<rootdir>'' can be in a non-exported file system.
111 below the ``<rootdir>'' must be exported.
114 that are of types that can be NFS exported.
238 This can only be enabled when the file systems being exported to
246 to the exported file systems nor the NLM is operating on them.
352 NFSv4 mount(s) against exported volume(s) on the same host are not recommended,
H A Dpnfs.4138 As such, if you look at the exported tree on the MDS directly
174 It is possible to assign a DS to an MDS exported file system so that it will
175 store data for files on the MDS exported file system.
176 If a DS is not assigned to an MDS exported file system, it will store data
177 for files on all exported file systems on the MDS.
181 that stores data for files on all of the MDS exported file systems.
/freebsd-src/lib/libsys/
H A Dstatfs.272 uint64_t f_flags; /* copy of mount exported flags */
139 The file system is exported read-only.
147 The file system is exported for both reading and writing.
149 The file system is exported for both reading and writing to any Internet host.
153 The file system is exported with Kerberos uid mapping.
155 The file system is exported publicly (WebNFS).
/freebsd-src/sys/contrib/openzfs/tests/zfs-tests/tests/functional/cli_root/zpool_labelclear/
H A Dzpool_labelclear_exported.ksh22 # on ACTIVE vdevs of exported pool without -f, and will succeeded with -f.
31 # exported pool.
41 log_assert "zpool labelclear will fail on ACTIVE vdevs of exported pool and" \
73 log_pass "zpool labelclear will fail on ACTIVE vdevs of exported pool and" \
/freebsd-src/sys/contrib/openzfs/tests/zfs-tests/tests/functional/inuse/
H A Dinuse_008_pos.ksh38 # by exported pool.
70 log_fail "newfs over exported pool " \
78 log_assert "Verify newfs over exported pool succeed."
97 log_pass "Newfs over exported pool succeed."
/freebsd-src/contrib/llvm-project/llvm/include/llvm/ExecutionEngine/
H A DRTDyldMemoryManager.h94 /// a strong, exported symbol, consistent with historical treatment by
99 /// necessary for RuntimeDyld to correctly handle weak and non-exported symbols.
101 return JITSymbol(getSymbolAddress(Name), JITSymbolFlags::Exported); in findSymbol()
116 /// getSymbolAddressInLogicalDylib is treated as a strong, exported symbol,
121 /// necessary for RuntimeDyld to correctly handle weak and non-exported symbols.
125 JITSymbolFlags::Exported); in findSymbolInLogicalDylib()
/freebsd-src/crypto/heimdal/doc/doxyout/gssapi/man/man3/
H A Dinternalvsmechname.311 …rm is the exported name object. The exported name defined for each mechanism, is something that ca…
/freebsd-src/contrib/llvm-project/openmp/runtime/src/
H A Dexports_so.txt17 global: # Exported symbols.
48 # Internal functions exported for testing purposes.
87 local: # Non-exported symbols.
89 *; # All other symbols are not exported.
/freebsd-src/sys/contrib/openzfs/tests/zfs-tests/tests/functional/cli_root/zpool_export/
H A Dzpool_export_001_pos.ksh36 # Exported pools should no longer be visible from 'zpool list'.
50 log_assert "Verify a pool can be exported."
58 log_pass "Successfully exported a ZPOOL."
/freebsd-src/contrib/llvm-project/lld/docs/
H A DWebAssembly.rst50 or via the `export-name` source attribute) are exported.
142 By default the function table is neither imported nor exported, but defined
177 be exported.
180 the ``WASM_SYMBOL_EXPORTED`` flag are exported by default. In LLVM the
184 In addition, symbols can be exported via the linker command line using
215 These dependencies are symbols that must be defined, and exported, by the output
241 - Any symbol which is to be exported.

12345678910>>...37