Home
last modified time | relevance | path

Searched refs:deprecated (Results 1 – 25 of 373) sorted by relevance

12345678910>>...15

/freebsd-12-stable/sys/contrib/libsodium/src/libsodium/include/sodium/
Dcrypto_stream_salsa208.h25 __attribute__ ((deprecated));
30 __attribute__ ((deprecated));
35 __attribute__ ((deprecated));
40 __attribute__ ((deprecated));
46 __attribute__ ((deprecated));
50 __attribute__ ((deprecated));
Dcrypto_core_salsa208.h14 __attribute__ ((deprecated));
19 __attribute__ ((deprecated));
24 __attribute__ ((deprecated));
29 __attribute__ ((deprecated));
Dcrypto_sign_edwards25519sha512batch.h36 __attribute__ ((deprecated));
44 __attribute__ ((deprecated));
49 __attribute__ ((deprecated));
/freebsd-12-stable/sys/contrib/octeon-sdk/
Dcvmx-helper-check-defines.h63 #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/
Dfunctional176 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/
Dfuncattrs.h216 #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/
DSSL_CTX_new.pod97 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/
Dbackward_warning.h32 #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/
Dzbuff.h47 # 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/
Dzdict.h188 # 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/
Dkrb5-types.h28 #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/
Dumad.h59 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/
Dkrb5-types.cross26 #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/
Dopensslconf.h.in69 * 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/
Dlz4internal.h419 # 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/
Dopensslconf.h.in104 * 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/
DMakefile.inc12 CXXWARNFLAGS+= -Wno-deprecated-declarations
15 CXXWARNFLAGS+= -Wno-deprecated-copy
/freebsd-12-stable/contrib/ofed/libibverbs/
Darch.h43 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/
DPlatform.h42 #define CINDEX_DEPRECATED __attribute__((deprecated))
45 #define CINDEX_DEPRECATED __declspec(deprecated)
/freebsd-12-stable/contrib/netbsd-tests/net/if/
Dt_ifconfig.sh38 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/
Dgendoc.pl115 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/
Dt_ipv6_lifetime.sh33 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/
DBUCK9 ':deprecated',
39 name='deprecated',
45 srcs=glob(['deprecated/*.c']),
/freebsd-12-stable/contrib/llvm-project/clang/include/clang/Basic/
DDiagnosticGroups.td72 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/
DMakefile29 -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