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

123

/freebsd-10-stable/contrib/llvm/tools/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-10-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-10-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
H A Dcvmx-access.h170 * @deprecated
179 * @deprecated
181 * chip reset. The counter is 64 bit. This function is deprecated as the rate
188 CVMX_FUNCTION uint64_t cvmx_get_cycle_global(void) __attribute__((deprecated));
/freebsd-10-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-10-stable/crypto/heimdal/include/
H A 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-10-stable/contrib/ofed/management/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-10-stable/usr.bin/svn/lib/libsvn_ra/
H A DMakefile10 SRCS= compat.c debug_reporter.c deprecated.c editor.c \
/freebsd-10-stable/usr.bin/svn/lib/libsvn_fs/
H A DMakefile10 SRCS= access.c deprecated.c editor.c fs-loader.c
/freebsd-10-stable/usr.bin/svn/lib/libsvn_delta/
H A DMakefile11 default_editor.c deprecated.c depth_filter_editor.c editor.c \
/freebsd-10-stable/usr.bin/svn/lib/libsvn_ra_svn/
H A DMakefile10 SRCS= client.c cram.c cyrus_auth.c deprecated.c editorp.c \
/freebsd-10-stable/usr.bin/svn/lib/libsvn_repos/
H A DMakefile11 deprecated.c dump.c fs-wrap.c hooks.c load-fs-vtable.c \
/freebsd-10-stable/usr.bin/svn/lib/libsvn_diff/
H A DMakefile10 SRCS= binary_diff.c deprecated.c diff.c diff3.c diff4.c \
/freebsd-10-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-10-stable/usr.bin/svn/lib/libsvn_wc/
H A DMakefile12 context.c copy.c crop.c delete.c deprecated.c diff_editor.c \
/freebsd-10-stable/sys/boot/i386/loader/
H A Dhelp.i38619 NOTE: this variable is deprecated, use root_disk_unit instead.
/freebsd-10-stable/sys/boot/pc98/loader/
H A Dhelp.pc9819 NOTE: this variable is deprecated, use root_disk_unit instead.
/freebsd-10-stable/contrib/ntp/scripts/ntpsweep/
H A Dntpsweep-opts.def54 deprecated;
/freebsd-10-stable/usr.bin/svn/lib/libsvn_client/
H A DMakefile12 copy_foreign.c ctx.c delete.c deprecated.c diff.c \
/freebsd-10-stable/contrib/llvm/include/llvm/Support/
H A DCompiler.h288 decl __attribute__((deprecated(message)))
291 decl __attribute__((deprecated))
294 __declspec(deprecated(message)) decl
/freebsd-10-stable/contrib/subversion/subversion/include/
H A Dsvn_types.h50 /** Macro used to mark deprecated functions.
57 # define SVN_DEPRECATED __attribute__((deprecated))
59 # define SVN_DEPRECATED __declspec(deprecated)
86 # define SVN_EXPERIMENTAL __declspec(deprecated("experimental function used"))
480 * @deprecated Provided for backward compatibility with the 1.0 API.
906 * @deprecated Provided for backward compatibility with the 1.5 API.
925 * @deprecated Provided for backward compatibility with the 1.5 API.
948 * @deprecated Provided for backward compatibility with the 1.5 API.
1083 * @deprecated Provided for backward compatibility with the 1.4 API.
1112 * @deprecated Provide
[all...]
/freebsd-10-stable/contrib/netbsd-tests/net/if/
H A Dt_ifconfig.sh38 deprecated="[Dd][Ee][Pp][Rr][Ee][Cc][Aa][Tt][Ee][Dd]"
299 # deprecated
300 atf_check -s exit:0 rump.ifconfig shmif0 inet6 fc00::3 deprecated
301 # Not deprecated immediately. Need to wait nd6_timer that does it is scheduled.
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-10-stable/usr.bin/svn/lib/libsvn_subr/
H A DMakefile15 deprecated.c dirent_uri.c dso.c eol.c error.c fnv1a.c \
/freebsd-10-stable/contrib/bmake/mk/
H A Dautoconf.mk63 # use of acconfig.h is deprecated!
/freebsd-10-stable/etc/defaults/
H A Dperiodic.conf326 echo "Warning: Variable \$$dailyvar is deprecated," \

Completed in 166 milliseconds

123