Home
last modified time | relevance | path

Searched +full:version +full:- +full:major (Results 1 – 25 of 969) sorted by relevance

12345678910>>...39

/freebsd/contrib/tcpdump/
H A Dcompiler-tests.h1 /* -*- Mode: c; tab-width: 8; indent-tabs-mode: 1; c-basic-offset: 8; -*- */
41 * https://clang.llvm.org/docs/LanguageExtensions.html#has-attribute
43 * in some version (which version?); it has been picked up by GCC 5.0.
71 * Instead, we check whether the pre-defined macros for particular
72 * compilers are defined and, if not, define the "is this version XXX
73 * or a later version of this compiler" macros as 0.
77 * Check whether this is GCC major.minor or a later release, or some
78 * compiler that claims to be "just like GCC" of that version or a
84 #define ND_IS_AT_LEAST_GNUC_VERSION(major, minor) 0 argument
87 #define ND_IS_AT_LEAST_GNUC_VERSION(major, minor) \ argument
[all …]
/freebsd/contrib/libpcap/pcap/
H A Dcompiler-tests.h1 /* -*- Mode: c; tab-width: 8; indent-tabs-mode: 1; c-basic-offset: 8; -*- */
41 * https://clang.llvm.org/docs/LanguageExtensions.html#has-attribute
43 * in some version (which version?); it has been picked up by GCC 5.0.
71 * Instead, we check whether the pre-defined macros for particular
72 * compilers are defined and, if not, define the "is this version XXX
73 * or a later version of this compiler" macros as 0.
77 * Check whether this is GCC major.minor or a later release, or some
78 * compiler that claims to be "just like GCC" of that version or a
84 #define PCAP_IS_AT_LEAST_GNUC_VERSION(major, minor) 0 argument
87 #define PCAP_IS_AT_LEAST_GNUC_VERSION(major, minor) \ argument
[all …]
/freebsd/contrib/llvm-project/llvm/include/llvm/Support/
H A DVersionTuple.h1 //===- VersionTuple.h - Version Number Handling -------
32 unsigned Major : 32; global() variable
48 VersionTuple(unsigned Major) VersionTuple() argument
52 VersionTuple(unsigned Major,unsigned Minor) VersionTuple() argument
56 VersionTuple(unsigned Major,unsigned Minor,unsigned Subminor) VersionTuple() argument
61 VersionTuple(unsigned Major,unsigned Minor,unsigned Subminor,unsigned Build) VersionTuple() argument
[all...]
/freebsd/crypto/openssl/doc/internal/man7/
H A DVERSION.pod5 VERSION - OpenSSL version information
9 MAJOR=3
25 =item B<MAJOR>, B<MINOR>, B<PATCH>
27 The three parts of OpenSSL's 3 numbered version number, MAJOR.MINOR.PATCH.
33 This is the added pre-release tag, which is added to the version separated by
35 the string C<-foo> (dash added).
40 the version and possible pre-release tag, separated by a plus sign. For a
50 The shared library version, which is something other than the project version.
54 It is a configuration error if B<MAJOR>, B<MINOR>, B<PATCH> and B<SHLIB_VERSION>
63 =item $config{major}, $config{minor}, $config{patch}, $config{shlib_version}
[all …]
/freebsd/crypto/openssl/test/testutil/
H A Dprovider.c2 * Copyright 2018-2023 The OpenSSL Project Authors. All Rights Reserved.
69 int major, minor, patch; member
73 * Query the FIPS provider to determine it's version number.
74 * Returns 1 if the version is retrieved correctly, 0 if the FIPS provider isn't
75 * loaded and -1 on error.
87 return -1; in fips_provider_version()
89 || sscanf(vs, "%d.%d.%d", &vers->major, &vers->minor, &vers->patch) != 3) in fips_provider_version()
92 return -1; in fips_provider_version()
96 return -1; in fips_provider_version()
99 int fips_provider_version_eq(OSSL_LIB_CTX *libctx, int major, int minor, int patch) in fips_provider_version_eq() argument
[all …]
/freebsd/contrib/ntp/
H A Dpackageinfo.sh2 # packageinfo.sh - set shell variables with version components
7 # Most changes to this file are fully or semi-automated using the
13 # To bump the -dev point (p) number, UpdatePoint needs no changes here.
15 # To start a -RC cycle in -dev leading to the next -stable release,
18 # To move from dev -RC to new -stable and -de
[all...]
/freebsd/contrib/llvm-project/llvm/lib/TargetParser/
H A DRISCVISAInfo.cpp1 //===-- RISCVISAInfo.cpp - RISC-V Arch String Parser ----------------------===//
5 // SPDX-License-Identifier: Apache-2.0 WITH LLVM-exception
7 //===----------------------------------------------------------------------===//
29 /// Supported version.
30 RISCVISAUtils::ExtensionVersion Version; member
75 static void PrintExtension(StringRef Name, StringRef Version, in PrintExtension() argument
79 outs() << left_justify(Name, 21) << left_justify(Version, VersionWidth) in PrintExtension()
84 outs() << "All available -march extensions for RISC-V\n\n"; in printSupportedExtensions()
85 PrintExtension("Name", "Version", (DescMap.empty() ? "" : "Description")); in printSupportedExtensions()
89 ExtMap[E.Name] = {E.Version.Major, E.Version.Minor}; in printSupportedExtensions()
[all …]
/freebsd/contrib/llvm-project/llvm/lib/Target/AMDGPU/Utils/
H A DAMDGPUBaseInfo.cpp1 //===- AMDGPUBaseInfo.cpp - AMDGPU Base encoding information --------------===//
5 // SPDX-License-Identifier: Apache-2.0 WITH LLVM-exception
7 //===----------------------------------------------------------------------===//
37 "amdhsa-code-object-version", llvm::cl::Hidden,
39 llvm::cl::desc("Set default AMDHSA Code Object Version (module flag "
46 return ((1 << Width) - 1) << Shift; in getBitMask()
176 return (unsigned)Ver->getZExtValue() / 100; in getAMDHSACodeObjectVersion()
211 report_fatal_error("Unsupported AMDHSA Code Object Version " + in getELFABIVersion()
278 return Info ? Info->Opcode : -1; in getMIMGOpcode()
283 return Info ? getMIMGBaseOpcodeInfo(Info->BaseOpcode) : nullptr; in getMIMGBaseOpcode()
[all …]
/freebsd/contrib/xz/src/liblzma/api/lzma/
H A Dversion.h1 /* SPDX-License-Identifier: 0BSD */
4 * \file lzma/version.h
5 * \brief Version number
18 /** \brief Major version number of the liblzma release. */
21 /** \brief Minor version number of the liblzma release. */
24 /** \brief Patch version number of the liblzma release. */
28 * \brief Version stability marker
31 * - LZMA_VERSION_STABILITY_ALPHA
32 * - LZMA_VERSION_STABILITY_BETA
33 * - LZMA_VERSION_STABILITY_STABLE
[all …]
/freebsd/contrib/processor-trace/include/
H A Dpt_version.h2 * Copyright (c) 2018-2019, Intel Corporation
32 #include "intel-pt.h"
38 static inline int pt_fprint_version(FILE *file, struct pt_version version) in pt_fprint_version() argument
40 if (version.build) { in pt_fprint_version()
41 if (version.ext && version.ext[0]) in pt_fprint_version()
43 "-%" PRIu32 "-%s", version.major, in pt_fprint_version()
44 version.minor, version.patch, in pt_fprint_version()
45 version.build, version.ext); in pt_fprint_version()
48 "-%" PRIu32 "", version.major, in pt_fprint_version()
49 version.minor, version.patch, in pt_fprint_version()
[all …]
/freebsd/crypto/openssl/doc/man3/
H A DOpenSSL_version.pod11 - get OpenSSL version number and other information
52 B<OPENSSL_VERSION_PATCH> represent the three parts of a version
53 identifier, B<I<MAJOR>.I<MINOR>.I<PATCH>>.
56 indicates that this is a pre-release version, such as C<"-dev"> for an
57 ongoing development snapshot or C<"-alpha3"> for an alpha release.
65 B<OPENSSL_VERSION_STR> is a convenience macro to get the short version
66 identifier string, C<"I<MAJOR>.I<MINOR>.I<PATCH>">.
69 version identifier string, which combines B<OPENSSL_VERSION_STR>,
73 version text, which includes B<OPENSSL_FULL_VERSION_STR> and the release
77 version for the headers in use is at least at the given pre-requisite major
[all …]
/freebsd/contrib/libcbor/misc/
H A Dupdate_version.py7 # Update version label in all configuration files
11 # git checkout -- CHANGELOG.md Doxyfile CMakeLists.txt doc/source/conf.py examples/bazel/third_part…
13 version = sys.argv[1] variable
14 release_date = date.today().strftime('%Y-%m-%d')
15 major, minor, patch = version.split('.') variable
27 SEP = '---------------------'
29 changelog_header = f'{NEXT}\n\n{version} ({release_date})\n{SEP}'
34 replace('Doxyfile', DOXY_VERSION + '.*', DOXY_VERSION + version)
41 f'''SET(CBOR_VERSION_MAJOR "{major}")
50 f'''#define CBOR_MAJOR_VERSION {major}
[all …]
/freebsd/contrib/llvm-project/llvm/lib/Support/
H A DVersionTuple.cpp1 //===- VersionTuple.cpp - Version Number Handling -------
64 unsigned major = 0, minor = 0, micro = 0, build = 0; tryParse() local
[all...]
/freebsd/sys/contrib/device-tree/Bindings/arm/firmware/
H A Dtlm,trusted-foundations.yaml1 # SPDX-License-Identifier: (GPL-2.0 OR BSD-2-Clause)
3 ---
4 $id: http://devicetree.org/schemas/arm/firmware/tlm,trusted-foundations.yaml#
5 $schema: http://devicetree.org/meta-schema
[all...]
H A Dtlm,trusted-foundations.txt2 -------------------
5 presence by declaring a node compatible with "tlm,trusted-foundations"
9 - compatible: "tlm,trusted-foundations"
10 - tlm,version-major: major version number of Trusted Foundations firmware
11 - tlm,version-minor: minor version number of Trusted Foundations firmware
15 trusted-foundations {
16 compatible = "tlm,trusted-foundations";
17 tlm,version-major = <2>;
18 tlm,version-minor = <8>;
/freebsd/crypto/openssl/doc/man7/
H A Dopenssl_user_macros.pod.in6 - User defined macros
15 compilation command (C<cc -DMACRO=value>) or by defining the macro in
27 The value is a version number, given in one of the following two forms:
34 represents the major number, C<NN> represents the minor number, and
35 C<FF> represents the fix number, as a hexadecimal number. For version
38 Any version number may be given, but these numbers are
39 the current known major deprecation points, making them the most
44 =item C<0x00908000L> (version 0.9.8)
46 =item C<0x10000000L> (version 1.0.0)
48 =item C<0x10100000L> (version 1.1.0)
[all …]
/freebsd/contrib/unbound/
H A DSECURITY.md9 highest minor and patch version level. We do not backport security fixes to
10 older (minor) versions. In the event a new major version is released (e.g. from
11 3.2.18 to 4.0.0), support will also be provided on the latest minor version of
12 the previous major version (3.2.18) for a period of one year from the release of
13 the new major version (4.0.0).
15 In the event that, during this period, a new patch or minor version of the
16 previous major version is released, then support on these versions will only be
17 provided for the remainder of the one-year-period.
21 https://www.nlnetlabs.nl/support/software-support-policy/
31 https://www.nlnetlabs.nl/security-report/
/freebsd/secure/lib/libcrypto/man/man3/
H A DOpenSSL_version.31 .\" -*- mode: troff; coding: utf-8 -*-
58 .TH OPENSSL_VERSION 3ossl 2025-09-30 3.5.4 OpenSSL
70 \&\- get OpenSSL version number and other information
111 \&\fBOPENSSL_VERSION_PATCH\fR represent the three parts of a version
115 indicates that this is a pre-release version, such as \f(CW"\-dev"\fR for an
116 ongoing development snapshot or \f(CW"\-alpha3"\fR for an alpha release.
124 \&\fBOPENSSL_VERSION_STR\fR is a convenience macro to get the short version
128 version identifier string, which combines \fBOPENSSL_VERSION_STR\fR,
132 version text, which includes \fBOPENSSL_FULL_VERSION_STR\fR and the release
136 version for the headers in use is at least at the given pre-requisite major
[all …]
/freebsd/crypto/krb5/src/include/gssrpc/
H A Dauth_gssapi.h1 /* include/gssrpc/auth_gssapi.h - GSS-API style auth parameters for RPC */
20 #ifdef major
21 #undef major
33 uint32_t version; member
39 uint32_t version; member
44 uint32_t version; member
52 (OM_uint32 major,
57 /* auth_gssapi_log_badauth_func is IPv4-specific; this version gives the
60 (OM_uint32 major,
84 (OM_uint32 *major, OM_uint32 *minor,
[all …]
/freebsd/crypto/openssl/include/openssl/
H A Dopensslv.h.in2 * {- join("\n * ", @autowarntext) -}
4 * Copyright 1999-2025 The OpenSSL Project Authors. All Rights Reserved.
21 * SECTION 1: VERSION DATA. These will change for each release
25 * Base version macros
27 * These macros express version number MAJOR.MINOR.PATCH exactly
29 # define OPENSSL_VERSION_MAJOR {- $config{major} -}
30 # define OPENSSL_VERSION_MINOR {- $config{minor} -}
31 # define OPENSSL_VERSION_PATCH {- $config{patch} -}
34 * Additional version information
36 * These are also part of the new version scheme, but aren't part
[all …]
/freebsd/sys/contrib/openzfs/
H A DRELEASES.md1 OpenZFS uses the MAJOR.MINOR.PATCH versioning scheme described here:
3 * MAJOR - Incremented at the discretion of the OpenZFS developers to indicate
4 a particularly noteworthy feature or change. An increase in MAJOR number
5 does not indicate any incompatible on-disk format change. The ability
7 pool and the feature flags supported by the installed OpenZFS version.
8 Increasing the MAJOR version is expected to be an infrequent occurrence.
10 * MINOR - Incremented to indicate new functionality such as a new feature
11 flag, pool/dataset property, zfs/zpool sub-comman
[all...]
/freebsd/secure/lib/libcrypto/man/man7/
H A Dopenssl_user_macros.71 .\" -*- mode: troff; coding: utf-8 -*-
58 .TH OPENSSL_USER_MACROS 7ossl 2025-09-30 3.5.4 OpenSSL
65 \&\- User defined macros
73 compilation command (\f(CW\*(C`cc \-DMACRO=value\*(C'\fR) or by defining the macro in
82 The value is a version number, given in one of the following two forms:
88 represents the major number, \f(CW\*(C`NN\*(C'\fR represents the minor number, and
89 \&\f(CW\*(C`FF\*(C'\fR represents the fix number, as a hexadecimal number. For version
92 Any version number may be given, but these numbers are
93 the current known major deprecation points, making them the most
98 .IX Item "0x00908000L (version 0.9.8)"
[all …]
/freebsd/contrib/llvm-project/compiler-rt/lib/builtins/
H A Dos_version_check.c1 //===-- os_version_check.c - OS version checking -------------------------===//
5 // SPDX-License-Identifier: Apache-2.0 WITH LLVM-exception
7 //===----------------------------------------------------------------------===//
10 // Objective-C's @available
12 //===----------------------------------------------------------------------===//
24 // These three variables hold the host's OS version.
34 uint32_t version; member
110 // __isOSVersionAtLeast still work even with new compiler-rt and old OSes. in _initializeAvailabilityCheck()
128 #pragma clang diagnostic ignored "-Wdeprecated-declarations" in _initializeAvailabilityCheck()
251 // usable when linked with new compiler-rt.
[all …]
/freebsd/contrib/libarchive/libarchive/
H A Darchive_version_details.c1 /*-
2 * Copyright (c) 2009-2012,2014 Michihiro NAKAJIMA
3 * Copyright (c) 2003-2007 Tim Kientzle
62 #include <mbedtls/version.h>
65 #include <nettle/version.h>
203 archive_strncat(&str, p, sep - p); in archive_version_details()
278 div_t major = div(LZ4_versionNumber(), 10000); in archive_liblz4_version()
279 div_t minor = div(major.rem, 100); in archive_liblz4_version()
281 snprintf(lz4_version, 9, "%d.%d.%d", major.quot, minor.quot, minor.rem); in archive_liblz4_version()
302 div_t major = div(ZSTD_versionNumber(), 10000); in archive_libzstd_version()
[all …]
/freebsd/contrib/llvm-project/llvm/include/llvm/TextAPI/
H A DPackedVersion.h1 //===- llvm/TextAPI/PackedVersion.h - PackedVersion --------
32 PackedVersion(unsigned Major,unsigned Minor,unsigned Subminor) PackedVersion() argument
[all...]

12345678910>>...39