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

123

/freebsd-11-stable/contrib/llvm-project/clang/include/clang-c/
H A DPlatform.h10 |* This header provides platform specific macros (dllimport, deprecated, ...) *|
33 #define CINDEX_DEPRECATED __attribute__((deprecated))
36 #define CINDEX_DEPRECATED __declspec(deprecated)
/freebsd-11-stable/contrib/libstdc++/include/backward/
H A 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-11-stable/sys/sys/
H A Dcapability.h42 #warning this file includes <sys/capability.h> which is deprecated
/freebsd-11-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-11-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-11-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-11-stable/contrib/ofed/libibmad/
H A Dmad_osd.h48 #define DEPRECATED __attribute__ ((deprecated))
/freebsd-11-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-11-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-11-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-11-stable/libexec/atf/atf-check/
H A DMakefile41 # Silence warnings about usage of deprecated std::auto_ptr
42 CXXWARNFLAGS+= -Wno-deprecated-declarations
/freebsd-11-stable/usr.bin/svn/lib/libsvn_fs/
H A DMakefile11 deprecated.c \
/freebsd-11-stable/usr.bin/svn/lib/libsvn_ra/
H A DMakefile12 deprecated.c \
/freebsd-11-stable/usr.bin/svn/lib/libsvn_ra_svn/
H A DMakefile13 deprecated.c \
/freebsd-11-stable/usr.bin/svn/lib/libsvn_diff/
H A DMakefile11 deprecated.c \
/freebsd-11-stable/usr.bin/svn/lib/libsvn_delta/
H A DMakefile20 deprecated.c \
/freebsd-11-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); }
H A Dumad_types.h186 uint8_t redir_gid[16] __attribute__((deprecated)); /* network byte order */
195 uint8_t trap_gid[16] __attribute__((deprecated)); /* network byte order */
/freebsd-11-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
/freebsd-11-stable/lib/atf/libatf-c++/
H A DMakefile51 # Silence warnings about usage of deprecated std::auto_ptr
52 CXXWARNFLAGS+= -Wno-deprecated-declarations
/freebsd-11-stable/contrib/subversion/subversion/libsvn_subr/lz4/
H A Dlz4internal.h411 typically with -Wno-deprecated-declarations for gcc
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))
441 /* These function names are completely deprecated and must no longer be used.
/freebsd-11-stable/usr.bin/svn/lib/libsvn_wc/
H A DMakefile20 deprecated.c \
/freebsd-11-stable/usr.bin/svn/lib/libsvn_repos/
H A DMakefile18 deprecated.c \
/freebsd-11-stable/contrib/tcpdump/
H A Dnetdissect-stdinc.h383 * For dealing with APIs which are only deprecated in OSX (like the OpenSSL API)
386 # define USES_APPLE_DEPRECATED_API DIAG_OFF(deprecated-declarations)
387 # define USES_APPLE_RST DIAG_ON(deprecated-declarations)
/freebsd-11-stable/share/mk/
H A Datf.test.mk57 # Silence warnings about usage of deprecated std::auto_ptr
58 CXXWARNFLAGS+= -Wno-deprecated-declarations

Completed in 143 milliseconds

123