/freebsd/contrib/bmake/unit-tests/ |
H A D | export-variants.mk | 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 D | export-env.mk | 9 UT_ENV= exported 11 UT_ENV= not-exported 15 export UT_EXP=exported 16 UT_EXP=not-exported
|
H A D | directive-export-gmake.mk | 9 export VAR=exported 21 export VAR=exported VAR2=exported-as-well
|
H A D | make-exported.mk | 7 -env= make-exported-value-env 8 -literal= make-exported-value-literal
|
H A D | directive-undef.mk | 91 UT_EXPORTED= exported-value 106 it is not exported anymore.
|
H A D | export-all.exp | 1 UT_ALL=even this gets exported
|
H A D | export-all.mk | 24 UT_ALL= even this gets exported
|
H A D | directive-undef.exp | 4 …warning: UT_EXPORTED is still listed in .MAKE.EXPORTED even though spaceit is not exported anymore.
|
/freebsd/contrib/llvm-project/clang/include/clang/Basic/ |
H A D | DiagnosticInstallAPIKinds.td | 22 def err_cannot_find_reexport : Error<"cannot find re-exported %select{framework|library}0: '%1'">; 40 def warn_header_hidden_symbol : Warning<"symbol exported in dynamic library, but marked hidden in d… 41 def err_header_hidden_symbol : Error<"symbol exported in dynamic library, but marked hidden in decl… 42 def err_header_symbol_missing : Error<"no declaration found for exported symbol '%0' in dynamic lib… 43 def warn_header_symbol_missing : Warning<"no declaration was found for exported symbol '%0' in dyna… 45 " but symbol is %select{not |}2exported in dynamic library">, InGroup<InstallAPIViolation>; 47 " but symbol is %select{not |}2exported in dynamic library">; 69 def err_reexported_libraries_missing : Error<"re-exported library missing from %0: '%1'">; 70 def err_reexported_libraries_mismatch : Error<"re-exported libraries do not match: '%0' (provided) …
|
/freebsd/sys/contrib/openzfs/tests/zfs-tests/tests/functional/cli_user/misc/ |
H A D | zpool_import_001_neg.ksh | 48 RESULT=$(zpool list -H -o name | grep $TESTPOOL.exported) 63 log_mustnot zpool import -d /$TESTDIR $TESTPOOL.exported
|
H A D | setup.ksh | 140 log_must zpool create $TESTPOOL.exported $TEST_BASE_DIR/disk-export.dat 141 log_must zpool export $TESTPOOL.exported
|
H A D | zpool_import_002_neg.ksh | 49 testpool=$TESTPOOL.exported
|
/freebsd/contrib/llvm-project/lld/MachO/ |
H A D | ExportTrie.h | 26 void addSymbol(const Symbol &sym) { exported.push_back(&sym); } in addSymbol() 37 std::vector<const Symbol *> exported; variable
|
/freebsd/sys/contrib/openzfs/config/ |
H A D | kernel-zero_page.m4 | 3 dnl # this is a GPL exported variable. 7 dnl # Checking if ZERO_PAGE is exported GPL-only
|
/freebsd/contrib/llvm-project/openmp/runtime/src/ |
H A D | exports_so.txt | 48 # Internal functions exported for testing purposes. 87 local: # Non-exported symbols. 89 *; # All other symbols are not exported.
|
/freebsd/lib/libc/quad/ |
H A D | Symbol.map | 3 * These symbols really shouldn't be exported since they should 6 * them, but they do not appear to be exported in Solaris.
|
/freebsd/contrib/lib9p/pytest/ |
H A D | README | 29 - You must mkdir the exported 9pfs file system (e.g., mkdir /tmp/9). 31 and must match the exported file system, e.g., testconf.ini
|
/freebsd/contrib/llvm-project/lld/docs/ |
H A D | WebAssembly.rst | 50 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.
|
/freebsd/contrib/file/magic/Magdir/ |
H A D | sgml | 143 0 search/4096/cwt \<!doctype exported SGML document text 144 0 search/4096/cwt \<!subdoc exported SGML subdocument text 145 0 search/4096/cwt \<!-- exported SGML document text
|
/freebsd/tests/sys/cddl/zfs/tests/cli_user/misc/ |
H A D | setup.ksh | 142 log_must $ZPOOL create $TESTPOOL.exported /$TESTDIR/disk-export.dat 143 log_must $ZPOOL export $TESTPOOL.exported
|
H A D | zpool_import_002_neg.ksh | 57 testpool=$TESTPOOL.exported
|
H A D | zpool_import_001_neg.ksh | 57 RESULT=$($ZPOOL list -H -o name | $GREP $TESTPOOL.exported)
|
/freebsd/lib/libgcc_s/ |
H A D | SymbolDefault.map | 3 /* _Unwind_Backtrace should be exported with different version on ARM */
|
/freebsd/crypto/openssl/util/ |
H A D | other-internal.syms | 4 #Functions exported by libcrypto that don't exist in our public headers
|
/freebsd/contrib/llvm-project/libcxx/modules/std/ |
H A D | generator.cppm |
|