/freebsd/tests/sys/cddl/zfs/tests/interop/ |
H A D | interop_test.sh | 36 . $(atf_get_srcdir)/interop.cfg 44 . $(atf_get_srcdir)/interop.cfg
|
H A D | Makefile | 4 TESTSDIR=${TESTSBASE}/sys/cddl/zfs/tests/interop 14 ${PACKAGE}FILES+= interop.cfg
|
/freebsd/contrib/llvm-project/openmp/runtime/src/ |
H A D | kmp_ftn_entry.h | 1516 /* OpenMP 5.1 interop */ 1560 int FTN_STDCALL FTN_GET_NUM_INTEROP_PROPERTIES(const omp_interop_t interop) { in FTN_GET_NUM_INTEROP_PROPERTIES() 1566 return (*fptr)(interop); in FTN_GET_INTEROP_INT() 1571 /// TODO Convert FTN_GET_INTEROP_XXX functions into a macro like interop.cpp in FTN_GET_INTEROP_INT() 1573 intptr_t FTN_STDCALL FTN_GET_INTEROP_INT(const omp_interop_t interop, in FTN_GET_INTEROP_INT() 1581 return (*fptr)(interop, property_id, err); in FTN_GET_INTEROP_PTR() 1587 void *FTN_STDCALL FTN_GET_INTEROP_PTR(const omp_interop_t interop, in FTN_GET_INTEROP_PTR() 1595 return (*fptr)(interop, property_id, err); in FTN_GET_INTEROP_STR() 1601 const char *FTN_STDCALL FTN_GET_INTEROP_STR(const omp_interop_t interop, in FTN_GET_INTEROP_STR() 1609 return (*fptr)(interop, property_i in FTN_GET_INTEROP_NAME() 1551 FTN_GET_NUM_INTEROP_PROPERTIES(const omp_interop_t interop) FTN_GET_NUM_INTEROP_PROPERTIES() argument 1564 FTN_GET_INTEROP_INT(const omp_interop_t interop,omp_interop_property_t property_id,int * err) FTN_GET_INTEROP_INT() argument 1578 FTN_GET_INTEROP_PTR(const omp_interop_t interop,omp_interop_property_t property_id,int * err) FTN_GET_INTEROP_PTR() argument 1592 FTN_GET_INTEROP_STR(const omp_interop_t interop,omp_interop_property_t property_id,int * err) FTN_GET_INTEROP_STR() argument 1607 FTN_GET_INTEROP_NAME(const omp_interop_t interop,omp_interop_property_t property_id) FTN_GET_INTEROP_NAME() argument 1620 FTN_GET_INTEROP_TYPE_DESC(const omp_interop_t interop,omp_interop_property_t property_id) FTN_GET_INTEROP_TYPE_DESC() argument 1633 FTN_GET_INTEROP_RC_DESC(const omp_interop_t interop,omp_interop_property_t property_id) FTN_GET_INTEROP_RC_DESC() argument [all...] |
/freebsd/crypto/openssh/regress/ |
H A D | Makefile | 11 interop interop-tests: t-exec-interop target 274 t-exec-interop: ${INTEROP_TESTS:=.sh} 289 interop: ${INTEROP_TARGETS} target
|
/freebsd/contrib/ncurses/ |
H A D | README.MinGW | 90 hooks for interop, I recommend using these options: 98 --enable-interop 126 --enable-interop \
|
H A D | configure.in | 1559 ### use option --enable-interop to turn on use of bindings used for interop 1560 AC_MSG_CHECKING(if you want interop bindings) 1561 AC_ARG_ENABLE(interop, optenable 1562 [ --enable-interop compile-in interop bindings],
|
H A D | INSTALL | 653 --enable-interop 654 Compile-in experimental interop bindings. These provide generic types 1666 --enable-interop
|
H A D | configure | 847 --enable-interop compile-in interop bindings
|
H A D | NEWS | 5113 + add --enable-interop to sample package scripts (suggested by Juergen 6420 library which help make it compatible with interop applications 6422 + add configure option --enable-interop, for integrating changes 6423 for generic/interop support to form-library by Juergen Pfeifer
|
/freebsd/crypto/openssh/.github/ |
H A D | configs | 170 TEST_TARGET=interop-tests
|
/freebsd/contrib/libcbor/doc/source/ |
H A D | development.rst | 87 - FFI/SWIG/interop support -- libcbor is primarily a C library for C clients
|
/freebsd/etc/mtree/ |
H A D | BSD.tests.dist | 705 interop
|
/freebsd/contrib/llvm-project/openmp/runtime/src/include/ |
H A D | omp.h.var | 156 /* OpenMP 5.1 interop */
|
/freebsd/contrib/llvm-project/clang/include/clang/Basic/ |
H A D | DiagnosticParseKinds.td | 1511 "unexpected operation specified in 'append_args' clause, expected 'interop'">; 1598 "expected ',' after interop modifier">; 1600 "expected interop type: 'target' and/or 'targetsync'">; 1602 : Warning<"interop type '%0' cannot be specified more than once">,
|
H A D | DiagnosticSemaKinds.td | 11607 "interop variable must be of type 'omp_interop_t'">; 11612 "'depend' clause requires the 'targetsync' interop type">; 11614 "interop variable %0 used in multiple action clauses">;
|
/freebsd/crypto/openssh/ |
H A D | ChangeLog | 231 Expand the set of ciphers, MACs and KEX methods in the PuTTY interop 1074 upstream: make use of bsd.regress.mk in extra and interop targets; ok 1084 upstream: Skip conch interop tests when not enabled instead of fatal. 1100 upstream: ssh conch interop tests requires a controlling terminal; 1112 interop tests. 1122 Install Dropbear for interop testing. 1156 upstream: Add interop test with Dropbear.
|
H A D | configure.ac | 5679 # Binaries for interop tests.
|
/freebsd/contrib/wpa/hostapd/ |
H A D | ChangeLog | 431 Interworking is disabled to avoid interop issues 599 interop issues with deployed station implementations that do not
|
/freebsd/contrib/llvm-project/llvm/include/llvm/Frontend/OpenMP/ |
H A D | OMP.td | 742 def OMP_interop : Directive<"interop"> {
|
/freebsd/contrib/ncurses/include/ |
H A D | curses.h.in | 196 * Control whether bindings for interop support are added.
|
/freebsd/crypto/openssl/ |
H A D | NEWS.md | 1201 * Various interop and bug fixes in S/MIME code.
|
H A D | CHANGES.md | 9468 RFC4134 examples draft and interop and consistency checks of many 18707 8 of keying material. Merlin has also confirmed interop with this fix
|
/freebsd/contrib/wpa/wpa_supplicant/ |
H A D | ChangeLog | 1076 interop issues with deployed station implementations that do not
|
/freebsd/contrib/ntp/ |
H A D | NEWS | 155 * [Bug 3821] 4.2.8p16 misreads hex authentication keys, won't interop with 3921 * [Bug 3821] 4.2.8p16 misreads hex authentication keys, won't interop with
|
H A D | ChangeLog | 126 * [Bug 3821] 4.2.8p16 misreads hex authentication keys, won't interop with
|