Searched refs:deprecated (Results 1 – 25 of 373) sorted by relevance
12345678910>>...15
| /freebsd-12-stable/sys/contrib/libsodium/src/libsodium/include/sodium/ |
| D | crypto_stream_salsa208.h | 25 __attribute__ ((deprecated)); 30 __attribute__ ((deprecated)); 35 __attribute__ ((deprecated)); 40 __attribute__ ((deprecated)); 46 __attribute__ ((deprecated)); 50 __attribute__ ((deprecated));
|
| D | crypto_core_salsa208.h | 14 __attribute__ ((deprecated)); 19 __attribute__ ((deprecated)); 24 __attribute__ ((deprecated)); 29 __attribute__ ((deprecated));
|
| D | crypto_sign_edwards25519sha512batch.h | 36 __attribute__ ((deprecated)); 44 __attribute__ ((deprecated)); 49 __attribute__ ((deprecated));
|
| /freebsd-12-stable/sys/contrib/octeon-sdk/ |
| D | cvmx-helper-check-defines.h | 63 #warning WARNING: default CVMX_HELPER_FIRST_MBUFF_SKIP used. Defaults deprecated, please set in ex… 70 #warning WARNING: default CVMX_HELPER_NOT_FIRST_MBUFF_SKIP used. Defaults deprecated, please set i… 79 #warning WARNING: default CVMX_HELPER_ENABLE_IPD used. Defaults deprecated, please set in executiv… 85 #warning WARNING: default CVMX_HELPER_INPUT_TAG_TYPE used. Defaults deprecated, please set in exec… 90 #warning WARNING: default CVMX_HELPER_INPUT_PORT_SKIP_MODE used. Defaults deprecated, please set i…
|
| /freebsd-12-stable/contrib/llvm-project/libcxx/include/ |
| D | functional | 176 class unary_negate // deprecated in C++17, removed in C++20 184 template <class Predicate> // deprecated in C++17, removed in C++20 188 class binary_negate // deprecated in C++17, removed in C++20 199 template <class Predicate> // deprecated in C++17, removed in C++20 236 class binder1st // deprecated in C++11, removed in C++17 250 binder1st<Operation> bind1st(const Operation& op, const T& x); // deprecated in C++11, removed in … 253 class binder2nd // deprecated in C++11, removed in C++17 267 binder2nd<Operation> bind2nd(const Operation& op, const T& x); // deprecated in C++11, removed in … 269 template <class Arg, class Result> // deprecated in C++11, removed in C++17 278 pointer_to_unary_function<Arg,Result> ptr_fun(Result (*f)(Arg)); // deprecated in C++11, remov… [all …]
|
| /freebsd-12-stable/contrib/libpcap/pcap/ |
| D | funcattrs.h | 216 #if __has_attribute(deprecated) \ 227 #define PCAP_DEPRECATED(func, msg) __attribute__((deprecated(msg))) 235 #define PCAP_DEPRECATED(func, msg) __attribute__((deprecated)) 244 #define PCAP_DEPRECATED(func, msg) __pragma(deprecated(func))
|
| /freebsd-12-stable/crypto/openssl/doc/man3/ |
| D | SSL_CTX_new.pod | 97 methods described below, which are deprecated. 106 is deprecated and new code should call the new functions instead. 111 TLSv1.2 protocol. These methods are deprecated. 116 TLSv1.1 protocol. These methods are deprecated. 121 TLSv1 protocol. These methods are deprecated. 127 The SSLv3 protocol is deprecated and should not be used. 137 These methods are deprecated. 142 These methods are deprecated. 175 The SSLv3 protocol is deprecated and should generally not be used. 210 were deprecated and the preferred TLS_method(), TLS_server_method() [all …]
|
| /freebsd-12-stable/contrib/libstdc++/include/backward/ |
| D | backward_warning.h | 32 #warning This file includes at least one deprecated or antiquated header. \ 35 header for C++ includes, or <iostream> instead of the deprecated header \ 36 <iostream.h>. To disable this warning use -Wno-deprecated.
|
| /freebsd-12-stable/sys/contrib/zstd/lib/deprecated/ |
| D | zbuff.h | 47 # define ZBUFF_DEPRECATED(message) [[deprecated(message)]] ZSTDLIB_API 49 # define ZBUFF_DEPRECATED(message) ZSTDLIB_API __attribute__((deprecated(message))) 51 # define ZBUFF_DEPRECATED(message) ZSTDLIB_API __attribute__((deprecated)) 53 # define ZBUFF_DEPRECATED(message) ZSTDLIB_API __declspec(deprecated(message))
|
| /freebsd-12-stable/sys/contrib/zstd/lib/dictBuilder/ |
| D | zdict.h | 188 # define ZDICT_DEPRECATED(message) [[deprecated(message)]] ZDICTLIB_API 190 # define ZDICT_DEPRECATED(message) ZDICTLIB_API __attribute__((deprecated(message))) 192 # define ZDICT_DEPRECATED(message) ZDICTLIB_API __attribute__((deprecated)) 194 # define ZDICT_DEPRECATED(message) ZDICTLIB_API __declspec(deprecated(message))
|
| /freebsd-12-stable/kerberos5/include/ |
| D | krb5-types.h | 28 #if __has_extension(deprecated) || KRB5TYPES_REQUIRE_GNUC(3,1,0) 29 #define HEIMDAL_DEPRECATED __attribute__((deprecated)) 31 #define HEIMDAL_DEPRECATED __declspec(deprecated)
|
| /freebsd-12-stable/contrib/ofed/libibumad/ |
| D | umad.h | 59 typedef __be16 __attribute__((deprecated)) be16_t; 60 typedef __be32 __attribute__((deprecated)) be32_t; 61 typedef __be64 __attribute__((deprecated)) be64_t; 259 static inline __attribute__((deprecated)) uint64_t ntohll(uint64_t x) { return be64toh(x); } in ntohll() 264 static inline __attribute__((deprecated)) uint64_t htonll(uint64_t x) { return htobe64(x); } in htonll()
|
| /freebsd-12-stable/crypto/heimdal/include/ |
| D | krb5-types.cross | 26 #if __has_extension(deprecated) || KRB5TYPES_REQUIRE_GNUC(3,1,0) 27 #define HEIMDAL_DEPRECATED __attribute__((deprecated)) 29 #define HEIMDAL_DEPRECATED __declspec(deprecated)
|
| /freebsd-12-stable/crypto/openssl/include/openssl/ |
| D | opensslconf.h.in | 69 * declarations of functions deprecated in or before <version>. Otherwise, they 70 * still won't see them if the library has been built to disable deprecated 78 # define DECLARE_DEPRECATED(f) f __attribute__ ((deprecated)); 83 # define DECLARE_DEPRECATED(f) f __attribute__ ((deprecated)); 108 * Do not deprecate things to be deprecated in version 1.2.0 before the
|
| /freebsd-12-stable/contrib/subversion/subversion/libsvn_subr/lz4/ |
| D | lz4internal.h | 419 # define LZ4_DEPRECATED(message) [[deprecated(message)]] 421 # define LZ4_DEPRECATED(message) __attribute__((deprecated(message))) 423 # define LZ4_DEPRECATED(message) __attribute__((deprecated)) 425 # define LZ4_DEPRECATED(message) __declspec(deprecated(message))
|
| /freebsd-12-stable/secure/lib/libcrypto/ |
| D | opensslconf.h.in | 104 * declarations of functions deprecated in or before <version>. Otherwise, they 105 * still won't see them if the library has been built to disable deprecated 113 # define DECLARE_DEPRECATED(f) f __attribute__ ((deprecated)); 118 # define DECLARE_DEPRECATED(f) f __attribute__ ((deprecated)); 143 * Do not deprecate things to be deprecated in version 1.2.0 before the
|
| /freebsd-12-stable/lib/googletest/ |
| D | Makefile.inc | 12 CXXWARNFLAGS+= -Wno-deprecated-declarations 15 CXXWARNFLAGS+= -Wno-deprecated-copy
|
| /freebsd-12-stable/contrib/ofed/libibverbs/ |
| D | arch.h | 43 static inline __attribute__((deprecated)) uint64_t htonll(uint64_t x) { return htobe64(x); } in htonll() 44 static inline __attribute__((deprecated)) uint64_t ntohll(uint64_t x) { return be64toh(x); } in ntohll()
|
| /freebsd-12-stable/contrib/llvm-project/clang/include/clang-c/ |
| D | Platform.h | 42 #define CINDEX_DEPRECATED __attribute__((deprecated)) 45 #define CINDEX_DEPRECATED __declspec(deprecated)
|
| /freebsd-12-stable/contrib/netbsd-tests/net/if/ |
| D | t_ifconfig.sh | 38 deprecated="[Dd][Ee][Pp][Rr][Ee][Cc][Aa][Tt][Ee][Dd]" 300 atf_check -s exit:0 rump.ifconfig shmif0 inet6 fc00::3 deprecated 304 atf_check -s exit:0 -o match:"fc00::3.+$deprecated" rump.ifconfig shmif0 inet6 305 atf_check -s exit:0 rump.ifconfig shmif0 inet6 fc00::3 -deprecated 306 atf_check -s exit:0 -o not-match:"fc00::3.+$deprecated" rump.ifconfig shmif0 inet6 310 atf_check -s exit:0 -o not-match:"fc00::3.+$deprecated" rump.ifconfig shmif0 inet6 312 atf_check -s exit:0 -o match:"fc00::3.+$deprecated" rump.ifconfig shmif0 inet6
|
| /freebsd-12-stable/contrib/openpam/misc/ |
| D | gendoc.pl | 115 my $deprecated; 145 $deprecated = $1 // 0; 343 'deprecated' => $deprecated, 478 if (defined($$func{deprecated})) { 482 if ($$func{deprecated}) {
|
| /freebsd-12-stable/contrib/netbsd-tests/net/net/ |
| D | t_ipv6_lifetime.sh | 33 deprecated="[Dd][Ee][Pp][Rr][Ee][Cc][Aa][Tt][Ee][Dd]" 71 atf_check -s exit:0 -o match:"$ip.+$deprecated" rump.ifconfig -L shmif0 109 atf_check -s exit:0 -o match:"$ip.+$deprecated" rump.ifconfig -L shmif0
|
| /freebsd-12-stable/sys/contrib/zstd/lib/ |
| D | BUCK | 9 ':deprecated', 39 name='deprecated', 45 srcs=glob(['deprecated/*.c']),
|
| /freebsd-12-stable/contrib/llvm-project/clang/include/clang/Basic/ |
| D | DiagnosticGroups.td | 72 DiagGroup<"deprecated-enum-compare-conditional">; 76 def DeprecatedEnumCompare : DiagGroup<"deprecated-enum-compare">; 79 def DeprecatedAnonEnumEnumConversion : DiagGroup<"deprecated-anon-enum-enum-conversion">; 80 def DeprecatedEnumEnumConversion : DiagGroup<"deprecated-enum-enum-conversion">; 81 def DeprecatedEnumFloatConversion : DiagGroup<"deprecated-enum-float-conversion">; 160 DiagGroup<"c++11-compat-deprecated-writable-strings">; 162 def DeprecatedArrayCompare : DiagGroup<"deprecated-array-compare">; 163 def DeprecatedAttributes : DiagGroup<"deprecated-attributes">; 164 def DeprecatedCommaSubscript : DiagGroup<"deprecated-comma-subscript">; 165 def DeprecatedCopyWithUserProvidedCopy : DiagGroup<"deprecated-copy-with-user-provided-copy">; [all …]
|
| /freebsd-12-stable/sys/contrib/zstd/tests/ |
| D | Makefile | 29 -I$(ZSTDDIR)/dictBuilder -I$(ZSTDDIR)/deprecated -I$(PRGDIR) 44 ZBUFF_FILES := $(ZSTDDIR)/deprecated/*.c 163 zbufftest : CPPFLAGS += -I$(ZSTDDIR)/deprecated 164 zbufftest : CFLAGS += -Wno-deprecated-declarations # required to silence deprecation warnings 168 zbufftest32 : CPPFLAGS += -I$(ZSTDDIR)/deprecated 169 zbufftest32 : CFLAGS += -Wno-deprecated-declarations -m32 174 zbufftest-dll : CPPFLAGS += -I$(ZSTDDIR)/deprecated 175 zbufftest-dll : CFLAGS += -Wno-deprecated-declarations # required to silence deprecation warnings
|
12345678910>>...15