Searched refs:deprecated (Results 1 - 25 of 77) sorted by relevance

1234

/freebsd-13-stable/sys/contrib/libsodium/src/libsodium/include/sodium/
H A Dcrypto_stream_salsa208.h25 __attribute__ ((deprecated));
30 __attribute__ ((deprecated));
35 __attribute__ ((deprecated));
40 __attribute__ ((deprecated));
46 __attribute__ ((deprecated));
50 __attribute__ ((deprecated));
H A Dcrypto_core_salsa208.h14 __attribute__ ((deprecated));
19 __attribute__ ((deprecated));
24 __attribute__ ((deprecated));
29 __attribute__ ((deprecated));
H A Dcrypto_sign_edwards25519sha512batch.h36 __attribute__ ((deprecated));
44 __attribute__ ((deprecated));
49 __attribute__ ((deprecated));
/freebsd-13-stable/contrib/llvm-project/clang/include/clang-c/
H A DPlatform.h10 |* This header provides platform specific macros (dllimport, deprecated, ...) *|
42 #define CINDEX_DEPRECATED __attribute__((deprecated))
45 #define CINDEX_DEPRECATED __declspec(deprecated)
/freebsd-13-stable/lib/googletest/
H A DMakefile.inc11 # Silence warnings about usage of deprecated std::auto_ptr
12 CXXWARNFLAGS+= -Wno-deprecated-declarations
/freebsd-13-stable/contrib/ofed/libibverbs/
H A Darch.h43 static inline __attribute__((deprecated)) uint64_t htonll(uint64_t x) { return htobe64(x); }
44 static inline __attribute__((deprecated)) uint64_t ntohll(uint64_t x) { return be64toh(x); }
/freebsd-13-stable/sys/contrib/octeon-sdk/
H A Dcvmx-helper-check-defines.h63 #warning WARNING: default CVMX_HELPER_FIRST_MBUFF_SKIP used. Defaults deprecated, please set in executive-config.h
70 #warning WARNING: default CVMX_HELPER_NOT_FIRST_MBUFF_SKIP used. Defaults deprecated, please set in executive-config.h
79 #warning WARNING: default CVMX_HELPER_ENABLE_IPD used. Defaults deprecated, please set in executive-config.h
82 /* Set default (defaults are deprecated) input tag type */
85 #warning WARNING: default CVMX_HELPER_INPUT_TAG_TYPE used. Defaults deprecated, please set in executive-config.h
90 #warning WARNING: default CVMX_HELPER_INPUT_PORT_SKIP_MODE used. Defaults deprecated, please set in executive-config.h
/freebsd-13-stable/kerberos5/include/
H A 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-13-stable/lib/kyua/
H A DMakefile.inc18 CFLAGS+= -Wno-deprecated-declarations
/freebsd-13-stable/contrib/libpcap/pcap/
H A Dfuncattrs.h209 * function as deprecated.
216 #if __has_attribute(deprecated) \
220 * Compiler that supports __has_attribute and __attribute__((deprecated)),
223 * Those support __attribute__((deprecated(msg))) (we assume, perhaps
225 * recent enough to support __attribute__((deprecated(msg)))).
227 #define PCAP_DEPRECATED(func, msg) __attribute__((deprecated(msg)))
232 * Those support __attribute__((deprecated)) but not
233 * __attribute__((deprecated(msg))).
235 #define PCAP_DEPRECATED(func, msg) __attribute__((deprecated))
244 #define PCAP_DEPRECATED(func, msg) __pragma(deprecated(fun
[all...]
/freebsd-13-stable/contrib/ofed/libibmad/
H A Dmad_osd.h48 #define DEPRECATED __attribute__ ((deprecated))
/freebsd-13-stable/lib/libdevdctl/
H A DMakefile21 # Silence warnings about usage of deprecated std::auto_ptr, and various
22 # deprecated function objects from <functional>
23 CXXWARNFLAGS+= -Wno-deprecated-declarations
/freebsd-13-stable/contrib/ofed/opensm/include/opensm/
H A Dosm_prefix_route.h59 #error ROUTER_EXP is deprecated, specify prefix routes at runtime instead (see opensm man page for details)
/freebsd-13-stable/lib/liblutok/
H A DMakefile24 CFLAGS+= -Wno-deprecated-declarations
/freebsd-13-stable/libexec/atf/atf-check/
H A DMakefile42 # Silence warnings about usage of deprecated std::auto_ptr
43 CXXWARNFLAGS+= -Wno-deprecated-declarations
/freebsd-13-stable/sys/contrib/zstd/lib/deprecated/
H A Dzbuff.h14 /* The streaming API defined here is deprecated.
40 * typically with -Wno-deprecated-declarations for gcc
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-13-stable/sys/contrib/zstd/lib/dictBuilder/
H A Dzdict.h273 for example with -Wno-deprecated-declarations for gcc
281 # define ZDICT_DEPRECATED(message) [[deprecated(message)]] ZDICTLIB_API
283 # define ZDICT_DEPRECATED(message) ZDICTLIB_API __attribute__((deprecated(message)))
285 # define ZDICT_DEPRECATED(message) ZDICTLIB_API __attribute__((deprecated))
287 # define ZDICT_DEPRECATED(message) ZDICTLIB_API __declspec(deprecated(message))
/freebsd-13-stable/usr.bin/svn/lib/libsvn_fs/
H A DMakefile11 deprecated.c \
/freebsd-13-stable/usr.bin/svn/lib/libsvn_ra/
H A DMakefile12 deprecated.c \
/freebsd-13-stable/usr.bin/svn/lib/libsvn_delta/
H A DMakefile20 deprecated.c \
/freebsd-13-stable/usr.bin/svn/lib/libsvn_diff/
H A DMakefile11 deprecated.c \
/freebsd-13-stable/usr.bin/svn/lib/libsvn_ra_svn/
H A DMakefile13 deprecated.c \
/freebsd-13-stable/share/mk/
H A Dgoogletest.test.inc.mk13 GTESTS_CXXFLAGS+= -Wno-deprecated-copy
/freebsd-13-stable/contrib/ofed/libibumad/
H A 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); }
264 static inline __attribute__((deprecated)) uint64_t htonll(uint64_t x) { return htobe64(x); }
/freebsd-13-stable/contrib/netbsd-tests/net/net/
H A Dt_ipv6_lifetime.sh33 deprecated="[Dd][Ee][Pp][Rr][Ee][Cc][Aa][Tt][Ee][Dd]"
70 # Should remain but marked as deprecated
71 atf_check -s exit:0 -o match:"$ip.+$deprecated" rump.ifconfig -L shmif0
108 # Should remain but marked as deprecated
109 atf_check -s exit:0 -o match:"$ip.+$deprecated" rump.ifconfig -L shmif0

Completed in 271 milliseconds

1234