Home
last modified time | relevance | path

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

1234

/dragonfly/contrib/libpcap/pcap/
H A Dfuncattrs.h282 #if __has_attribute(deprecated) \
293 #define PCAP_DEPRECATED(func, msg) __attribute__((deprecated(msg)))
301 #define PCAP_DEPRECATED(func, msg) __attribute__((deprecated))
310 #define PCAP_DEPRECATED(func, msg) __pragma(deprecated(func))
/dragonfly/contrib/zstd/lib/deprecated/
H A Dzbuff.h48 # 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))
/dragonfly/contrib/gcc-8.0/libstdc++-v3/include/backward/
H A Dbackward_warning.h33 This file includes at least one deprecated or antiquated header which \
35 non-deprecated interface with equivalent functionality instead. For a \
37 backward_warning.h. To disable this warning use -Wno-deprecated.
/dragonfly/contrib/gcc-4.7/libstdc++-v3/include/backward/
H A Dbackward_warning.h34 This file includes at least one deprecated or antiquated header which \
36 non-deprecated interface with equivalent functionality instead. For a \
38 backward_warning.h. To disable this warning use -Wno-deprecated.
/dragonfly/contrib/zstd/lib/dictBuilder/
H A Dzdict.h281 # 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))
/dragonfly/crypto/libressl/include/openssl/
H A Dcrypto.h465 __attribute__ ((deprecated));
467 __attribute__ ((deprecated));
469 __attribute__ ((deprecated));
479 __attribute__ ((deprecated));
481 __attribute__ ((deprecated));
/dragonfly/lib/libcrypt/
H A DMakefile11 deprecated-crypt-sha256.c deprecated-crypt-sha512.c \
/dragonfly/contrib/tcpdump/
H A Dnetdissect-stdinc.h413 # define USES_APPLE_DEPRECATED_API DIAG_OFF(deprecated-declarations)
414 # define USES_APPLE_RST DIAG_ON(deprecated-declarations)
/dragonfly/contrib/gcc-4.7/libstdc++-v3/src/c++98/
H A DMakefile.am150 $(LTCXXCOMPILE) -I$(GLIBCXX_INCLUDE_DIR)/backward -Wno-deprecated -c $<
152 $(CXXCOMPILE) -I$(GLIBCXX_INCLUDE_DIR)/backward -Wno-deprecated -c $<
/dragonfly/contrib/openresolv/
H A Dresolvconf.in516 deprecated=
519 deprecated="$deprecated $i"
524 list="$active $deprecated"
/dragonfly/contrib/binutils-2.27/gold/
H A Darm-reloc-property.cc271 #define RD(name, type, deprecated, class, operation, is_implemented, \ in Arm_reloc_property_table() argument
279 Arm_reloc_property::RT_##type, deprecated, \ in Arm_reloc_property_table()
/dragonfly/etc/
H A DMakefile83 remove-deprecated-files:
94 @make check-deprecated-files
97 check-deprecated-files:
283 upgrade_etc: upgrade_base remove-deprecated-files
H A Dhosts.allow5 # NOTE: The hosts.deny file is deprecated.
/dragonfly/lib/libzstd/
H A DMakefile49 ${ZSTDDIR}/lib/decompress ${ZSTDDIR}/lib/deprecated \
/dragonfly/contrib/gcc-8.0/gcc/config/
H A Dfused-madd.opt22 Target Undocumented Alias(ffp-contract=, fast, off) Warn(%<-mfused-madd%> is deprecated; use %<-ffp…
/dragonfly/lib/libc/locale/
H A DDESIGN.xlocale44 differs from the Darwin implementation, which includes a deprecated
128 deprecated functions - we should not be encouraging people to use deprecated
/dragonfly/usr.sbin/ppp/
H A DREADME.changes114 o The ``show modem'' command is deprecated and has been changed to
118 o The ``set weight'' command has been deprecated. The ``set bandwidth''
124 o The -alias flag has been deprecated. The -nat flag should be used instead.
/dragonfly/etc/defaults/
H A Dperiodic.conf340 echo "Warning: Variable \$$dailyvar is deprecated," \
/dragonfly/gnu/lib/gcc80/libstdcxx/components/libconv_1998/
H A DMakefile33 FLAGS_GROUPS= deprecated gnu98 gnu11 cow concept explicit
/dragonfly/stand/boot/pc32/loader/
H A Dhelp.i38648 NOTE: this variable is deprecated, use root_disk_unit instead.
/dragonfly/contrib/file/magic/Magdir/
H A Dmisctools17 # deprecated
H A Dzip49 >0 leshort 20 \bZstd (deprecated)
H A Delf93 # The second number (#10) will be deprecated later. For now, we still
109 >18 leshort 10 MIPS (deprecated),
/dragonfly/contrib/gcc-4.7/libstdc++-v3/include/c_global/
H A Dcstdio50 extern "C" char* gets (char* __s) __attribute__((deprecated));
/dragonfly/contrib/gcc-4.7/libstdc++-v3/include/c_std/
H A Dcstdio49 extern "C" char* gets (char* __s) __attribute__((deprecated));

1234