/freebsd/crypto/openssl/util/ |
H A D | other.syms | 241 BN_zero define deprecated 0.9.8 242 CONF_modules_free define deprecated 1.1.0 249 ENGINE_cleanup define deprecated 1.1.0 254 ERR_free_strings define deprecated 1.1.0 255 ERR_put_error define deprecated 3.0 256 ERR_load_crypto_strings define deprecated 1.1.0 349 EVP_cleanup define deprecated 1.1.0 362 OBJ_cleanup define deprecated 1.1.0 364 OCSP_REQ_CTX datatype deprecated 3.0.0 365 OCSP_REQ_CTX_add1_header define deprecated 3.0.0 [all …]
|
/freebsd/crypto/openssl/include/openssl/ |
H A D | macros.h | 44 __declspec(deprecated("Since OpenSSL " # since)) 46 __declspec(deprecated("Since OpenSSL " # since ";" message)) 48 # define OSSL_DEPRECATED(since) __declspec(deprecated) 49 # define OSSL_DEPRECATED_FOR(since, message) __declspec(deprecated) 58 __attribute__((deprecated("Since OpenSSL " # since))) 60 __attribute__((deprecated("Since OpenSSL " # since ";" message))) 62 # define OSSL_DEPRECATED(since) __attribute__((deprecated)) 63 # define OSSL_DEPRECATED_FOR(since, message) __attribute__((deprecated)) 67 # define OSSL_DEPRECATED(since) __attribute__ ((deprecated)) 68 # define OSSL_DEPRECATED_FOR(since, message) __attribute__ ((deprecated))
|
/freebsd/sys/contrib/device-tree/Bindings/display/exynos/ |
H A D | exynos_dp.txt | 9 Required properties for dptx-phy: deprecated, use phys and phy-names 10 -reg: deprecated 12 -samsung,enable-mask: deprecated 60 -interlaced: deprecated prop that can parsed from drm_display_mode. 61 -vsync-active-high: deprecated prop that can parsed from drm_display_mode. 62 -hsync-active-high: deprecated prop that can parsed from drm_display_mode. 63 -samsung,ycbcr-coeff: deprecated prop that can parsed from drm_display_mode. 64 -samsung,dynamic-range: deprecated prop that can parsed from drm_display_mode. 65 -samsung,color-space: deprecated prop that can parsed from drm_display_info. 66 -samsung,color-depth: deprecated prop that can parsed from drm_display_info. [all …]
|
/freebsd/sys/contrib/libsodium/src/libsodium/include/sodium/ |
H A D | crypto_stream_salsa208.h | 25 __attribute__ ((deprecated)); 30 __attribute__ ((deprecated)); 35 __attribute__ ((deprecated)); 40 __attribute__ ((deprecated)); 46 __attribute__ ((deprecated)); 50 __attribute__ ((deprecated));
|
H A D | crypto_core_salsa208.h | 14 __attribute__ ((deprecated)); 19 __attribute__ ((deprecated)); 24 __attribute__ ((deprecated)); 29 __attribute__ ((deprecated));
|
H A D | crypto_sign_edwards25519sha512batch.h | 36 __attribute__ ((deprecated)); 44 __attribute__ ((deprecated)); 49 __attribute__ ((deprecated));
|
/freebsd/contrib/llvm-project/libcxx/include/ |
H A D | functional | 190 class unary_negate // deprecated in C++17, removed in C++20 198 template <class Predicate> // deprecated in C++17, removed in C++20 202 class binary_negate // deprecated in C++17, removed in C++20 213 template <class Predicate> // deprecated in C++17, removed in C++20 261 class binder1st // deprecated in C++11, removed in C++17 275 binder1st<Operation> bind1st(const Operation& op, const T& x); // deprecated in C+… 278 class binder2nd // deprecated in C+… 292 binder2nd<Operation> bind2nd(const Operation& op, const T& x); // deprecated in C+… 294 template <class Arg, class Result> // deprecated in C+… 303 pointer_to_unary_function<Arg,Result> ptr_fun(Result (*f)(Arg)); // deprecated in C+… [all …]
|
/freebsd/contrib/llvm-project/llvm/include/llvm-c/ |
H A D | Deprecated.h | 26 decl __attribute__((deprecated(message))) 29 decl __attribute__((deprecated)) 32 __declspec(deprecated(message)) decl
|
/freebsd/sys/contrib/openzfs/.github/codeql/custom-queries/cpp/ |
H A D | deprecatedFunctionUsage.ql | 7 * @id cpp/deprecated-function-usage 38 result = "bcopy(3) is deprecated. Use memcpy(3)/memmove(3) instead!" 40 result = "bcmp(3) is deprecated. Use memcmp(3) instead!" 42 result = "bzero(3) is deprecated. Use memset(3) instead!" 52 result = "strncpy(3) is deprecated. Use strlcpy(3) instead!"
|
/freebsd/contrib/libpcap/pcap/ |
H A D | funcattrs.h | 316 #if __has_attribute(deprecated) \ 327 #define PCAP_DEPRECATED(msg) __attribute__((deprecated(msg))) 335 #define PCAP_DEPRECATED(msg) __attribute__((deprecated)) 344 #define PCAP_DEPRECATED(msg) _declspec(deprecated(msg))
|
/freebsd/kerberos5/include/ |
H A D | krb5-types.h | 27 #if __has_extension(deprecated) || KRB5TYPES_REQUIRE_GNUC(3,1,0) 28 #define HEIMDAL_DEPRECATED __attribute__((deprecated)) 30 #define HEIMDAL_DEPRECATED __declspec(deprecated)
|
/freebsd/crypto/openssl/doc/man3/ |
H A D | ERR_remove_state.pod | 9 The following function has been deprecated since OpenSSL 1.0.0, and can be 15 The following function has been deprecated since OpenSSL 1.1.0, and can be 38 ERR_remove_state() was deprecated in OpenSSL 1.0.0 and 39 ERR_remove_thread_state() was deprecated in OpenSSL 1.1.0; these functions
|
H A D | RSA_print.pod | 13 The following functions have been deprecated since OpenSSL 3.0, and can be 22 The following functions have been deprecated since OpenSSL 3.0, and can be 33 The following functions have been deprecated since OpenSSL 3.0, and can be 42 All of the functions described on this page are deprecated. 66 All of these functions were deprecated in OpenSSL 3.0.
|
H A D | SSL_CTX_new.pod | 128 methods described below, which are deprecated. 137 is deprecated and new code should call the new functions instead. 142 TLSv1.2 protocol. These methods are deprecated. 147 TLSv1.1 protocol. These methods are deprecated. 152 TLSv1 protocol. These methods are deprecated. 158 The SSLv3 protocol is deprecated and should not be used. 168 These methods are deprecated. 173 These methods are deprecated. 206 The SSLv3 protocol is deprecated and should generally not be used. 243 were deprecated and the preferred TLS_method(), TLS_server_method() [all …]
|
H A D | RAND_set_rand_method.pod | 11 The following functions have been deprecated since OpenSSL 3.0, and can be 23 All of the functions described on this page are deprecated. 34 be used instead of the method returned by RAND_OpenSSL(). This is deprecated 75 All of these functions were deprecated in OpenSSL 3.0.
|
H A D | SSL_CTX_set_tmp_ecdh.pod | 22 This macro is deprecated in favor of L<SSL_CTX_set1_groups(3)>. 25 This macro is deprecated in favor of L<SSL_set1_groups(3)>. 27 SSL_CTX_set_ecdh_auto() and SSL_set_ecdh_auto() are deprecated and
|
/freebsd/sys/contrib/zstd/lib/deprecated/ |
H A D | zbuff.h | 48 # define ZBUFF_DEPRECATED(message) [[deprecated(message)]] ZSTDLIB_API 50 # define ZBUFF_DEPRECATED(message) ZSTDLIB_API __attribute__((deprecated(message))) 52 # define ZBUFF_DEPRECATED(message) ZSTDLIB_API __attribute__((deprecated)) 54 # define ZBUFF_DEPRECATED(message) ZSTDLIB_API __declspec(deprecated(message))
|
/freebsd/crypto/openssl/doc/man1/ |
H A D | openssl-list.pod.in | 18 {- output_off() if $disabled{"deprecated-3.0"}; "" 20 {- output_on() if $disabled{"deprecated-3.0"}; "" 26 {- output_off() if $disabled{"deprecated-3.0"}; "" 28 {- output_on() if $disabled{"deprecated-3.0"}; "" 40 {- output_off() if $disabled{"deprecated-3.0"}; "" 42 {- output_on() if $disabled{"deprecated-3.0"}; "" 85 This option is deprecated. Use B<digest-algorithms> instead. 92 This option is deprecated. Use B<cipher-algorithms> instead. 180 This option is deprecated. 236 were deprecated in OpenSSL 3.0.
|
/freebsd/contrib/ofed/libibumad/ |
H A 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/sys/contrib/zstd/lib/ |
H A D | zdict.h | 428 # define ZDICT_DEPRECATED(message) [[deprecated(message)]] ZDICTLIB_API 430 # define ZDICT_DEPRECATED(message) ZDICTLIB_API __attribute__((deprecated(message))) 432 # define ZDICT_DEPRECATED(message) ZDICTLIB_API __attribute__((deprecated)) 434 # define ZDICT_DEPRECATED(message) ZDICTLIB_API __declspec(deprecated(message))
|
H A D | BUCK | 10 ':deprecated', 40 name='deprecated', 44 ('deprecated', '*.h'), 46 srcs=glob(['deprecated/*.c']),
|
/freebsd/crypto/heimdal/include/ |
H A 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/crypto/openssl/doc/internal/man7/ |
H A D | deprecation.pod | 24 symbols from public view (with the configuration option C<no-deprecated>, or 45 The implementation of a deprecated symbol is kept for one of two reasons: 68 In the future, when the deprecated declaration is to actually be removed 93 For a deprecated function that we plan to remove in the future, for example 116 For a deprecated function that we plan to keep internally, for example 122 * RSA low level APIs are deprecated for public use, but are kept for 125 #include "internal/deprecated.h"
|
/freebsd/contrib/ofed/libibverbs/ |
H A 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/contrib/llvm-project/clang/include/clang-c/ |
H A D | Platform.h | 42 #define CINDEX_DEPRECATED __attribute__((deprecated)) 45 #define CINDEX_DEPRECATED __declspec(deprecated)
|