Home
last modified time | relevance | path

Searched refs:version (Results 1 – 25 of 4514) sorted by relevance

12345678910>>...181

/freebsd-13.1/contrib/processor-trace/include/
H A Dpt_version.h40 if (version.build) { in pt_fprint_version()
41 if (version.ext && version.ext[0]) in pt_fprint_version()
44 version.minor, version.patch, in pt_fprint_version()
45 version.build, version.ext); in pt_fprint_version()
49 version.minor, version.patch, in pt_fprint_version()
50 version.build); in pt_fprint_version()
52 if (version.ext && version.ext[0]) in pt_fprint_version()
54 "-%s", version.major, version.minor, in pt_fprint_version()
55 version.patch, version.ext); in pt_fprint_version()
58 version.major, version.minor, in pt_fprint_version()
[all …]
/freebsd-13.1/sys/contrib/libsodium/packaging/dotnet-core/
H A Dprepare.py59 def __init__(self, version, rid, platform): argument
64 self.tempdir = os.path.join(version.tempdir, rid)
83 def __init__(self, version, rid, codename): argument
107 def __init__(self, version, rid, docker_image): argument
143 def __init__(self, version, filename): argument
182 version = Version(m.group(2), m.group(0))
192 f.write('all: {0}\n'.format(version.pkgfile))
209 f.write('{0}: {1}\n'.format(version.projfile, version.propsfile))
213 …'<Import Project="{0}" />'.format(os.path.relpath(version.propsfile, os.path.dirname(version.projf…
220 f.write('{0}:'.format(version.pkgfile))
[all …]
/freebsd-13.1/sys/contrib/ck/include/
H A Dck_sequence.h52 unsigned int version; in ck_sequence_read_begin() local
55 version = ck_pr_load_uint(&sq->sequence); in ck_sequence_read_begin()
61 if (CK_CC_LIKELY((version & 1) == 0)) in ck_sequence_read_begin()
73 return version; in ck_sequence_read_begin()
77 ck_sequence_read_retry(const struct ck_sequence *sq, unsigned int version) in ck_sequence_read_retry() argument
85 return ck_pr_load_uint(&sq->sequence) != version; in ck_sequence_read_retry()
88 #define CK_SEQUENCE_READ(seqlock, version) \ argument
89 for (*(version) = 1; \
90 (*(version) != 0) && (*(version) = ck_sequence_read_begin(seqlock), 1); \
91 *(version) = ck_sequence_read_retry(seqlock, *(version)))
/freebsd-13.1/sys/contrib/openzfs/include/sys/zstd/
H A Dzstd.h74 uint32_t version; member
166 res->version = BSWAP_32(raw); in zfs_get_hdrmeta()
167 res->version = BF32_GET(res->version, 8, 24); in zfs_get_hdrmeta()
171 res->version = BSWAP_32(raw); in zfs_get_hdrmeta()
172 res->version = BF32_GET(res->version, 0, 24); in zfs_get_hdrmeta()
176 res->version = BF32_GET(raw, 0, 24); in zfs_get_hdrmeta()
180 res->version = BF32_GET(raw, 8, 24); in zfs_get_hdrmeta()
184 res->version = 0; in zfs_get_hdrmeta()
202 uint32_t version = 0; in zfs_get_hdrversion() local
205 version = res.version; in zfs_get_hdrversion()
[all …]
/freebsd-13.1/contrib/ntp/scripts/build/
H A Dgenver15 *version.m4)
18 *version.def)
21 *version.texi)
49 *version.m4*)
51 cmp -s "${TEMPDIR}/version.m4+" m4/version.m4
58 mv "${TEMPDIR}/version.m4+" m4/version.m4
65 *version.def*)
67 cmp -s "${TEMPDIR}/version.def+" include/version.def
74 mv "${TEMPDIR}/version.def+" include/version.def
81 *version.texi*)
[all …]
/freebsd-13.1/lib/atf/
H A Dcommon.mk13 atf-version: atf-version-real
14 @cmp -s atf-version atf-version-real \
15 || cp atf-version-real atf-version
16 atf-version-real: .PHONY
18 | cut -d '"' -f 2 >atf-version-real
19 CLEANFILES+= atf-version atf-version-real
/freebsd-13.1/contrib/subversion/subversion/libsvn_subr/
H A Dversion.c218 svn_version_t *version; in svn_version__parse_version_string() local
227 version = apr_pcalloc(result_pool, sizeof(*version)); in svn_version__parse_version_string()
228 version->tag = ""; in svn_version__parse_version_string()
263 if (version->major < 0 || version->minor < 0 || version->patch < 0) in svn_version__parse_version_string()
268 *version_p = version; in svn_version__parse_version_string()
280 if (version->major < major) in svn_version__at_least()
282 if (version->major > major) in svn_version__at_least()
286 if (version->minor < minor) in svn_version__at_least()
288 if (version->minor > minor) in svn_version__at_least()
293 if (version->patch < patch) in svn_version__at_least()
[all …]
/freebsd-13.1/contrib/unbound/contrib/ios/
H A Dsetenv_ios.sh69 MIN_VER=-miphoneos-version-min=6
71 MIN_VER=-miphoneos-version-min=6
77 MIN_VER=-miphonesimulator-version-min=6
81 MIN_VER=-miphonesimulator-version-min=6
91 MIN_VER=-mappletvos-version-min=6
93 MIN_VER=-mappletvos-version-min=6
95 MIN_VER=-mappletvos-version-min=6
106 MIN_VER=-mwatchos-version-min=6
108 MIN_VER=-mwatchos-version-min=10
113 MIN_VER=-mwatchsimulator-version-min=6
[all …]
/freebsd-13.1/contrib/tcpdump/
H A Dprint-lwapp.c45 uint8_t version; member
188 if (LWAPP_EXTRACT_VERSION(lwapp_trans_header->version) != LWAPP_VERSION) { in lwapp_control_print()
190 LWAPP_EXTRACT_VERSION(lwapp_trans_header->version))); in lwapp_control_print()
197 LWAPP_EXTRACT_VERSION(lwapp_trans_header->version), in lwapp_control_print()
208 LWAPP_EXTRACT_VERSION(lwapp_trans_header->version), in lwapp_control_print()
210 LWAPP_EXTRACT_RID(lwapp_trans_header->version), in lwapp_control_print()
305 if (LWAPP_EXTRACT_VERSION(lwapp_trans_header->version) != LWAPP_VERSION) { in lwapp_data_print()
307 LWAPP_EXTRACT_VERSION(lwapp_trans_header->version))); in lwapp_data_print()
314 LWAPP_EXTRACT_VERSION(lwapp_trans_header->version), in lwapp_data_print()
325 LWAPP_EXTRACT_VERSION(lwapp_trans_header->version), in lwapp_data_print()
[all …]
/freebsd-13.1/tests/sys/cddl/zfs/tests/cli_root/zfs_upgrade/
H A Dzfs_upgrade.kshlib50 typeset vs=$(get_pool_prop version $pool)
63 typeset -i version
68 for version in $ZFS_ALL_VERSIONS ; do
70 eval verfs=\$ZFS_VERSION_$version
79 if (( version == zpl_version )); then
86 log_mustnot $ZFS create -o version=${version} ${current_fs}
89 log_must $ZFS create -o version=${version} ${current_fs}
109 version=${subversion} ${current_fs}/$subverfs
185 typeset -i version=${2:-$ZFS_VERSION}
191 typeset -i curv=$(get_prop version $fs)
[all …]
/freebsd-13.1/sys/contrib/openzfs/tests/zfs-tests/tests/functional/cli_root/zfs_upgrade/
H A Dzfs_upgrade.kshlib47 ver=$(get_pool_prop version $1)
61 typeset -i version
66 for version in $ZFS_ALL_VERSIONS ; do
68 eval verfs=\$ZFS_VERSION_$version
77 if (( version == zpl_version )); then
84 log_mustnot zfs create -o version=${version} ${current_fs}
87 log_must zfs create -o version=${version} ${current_fs}
107 version=${subversion} ${current_fs}/$subverfs
183 typeset -i version=${2:-$ZFS_VERSION}
189 typeset -i curv=$(get_prop version $fs)
[all …]
/freebsd-13.1/contrib/ntp/sntp/
H A DMakefile.am19 LDADD = version.o
88 .version \
89 version.c \
113 $(srcdir)/m4/version.m4 \
123 $(srcdir)/m4/version.m4 \
160 $(PROGRAMS): version.o
169 version.o: version.c
170 env CCACHE_DISABLE=1 $(COMPILE) -c version.c -o version.o
172 check-autogen-version.def: FRC
175 && ( if cmp -s ../include/autogen-version.def autogen-version.def; \
[all …]
/freebsd-13.1/contrib/llvm-project/lldb/source/Utility/
H A DXcodeSDK.cpp49 if (!info.version.empty()) in XcodeSDK()
101 llvm::VersionTuple version; in ParseSDKVersion() local
102 version.tryParse(name.slice(0, i - 1)); in ParseSDKVersion()
104 return version; in ParseSDKVersion()
115 info.version = ParseSDKVersion(input); in Parse()
198 if (!info.version.empty()) in GetCanonicalName()
199 name += info.version.getAsString(); in GetCanonicalName()
229 return info.version.empty() || info.version >= llvm::VersionTuple(10, 10); in SupportsSwift()
232 return info.version.empty() || info.version >= llvm::VersionTuple(8); in SupportsSwift()
235 return info.version.empty() || info.version >= llvm::VersionTuple(9); in SupportsSwift()
[all …]
/freebsd-13.1/contrib/subversion/subversion/libsvn_fs_util/
H A Dfs-util.c261 || (version->major == compat_major && version->minor > compat_minor)) in add_compatility()
273 svn_version_t *version; in svn_fs__compatible_version() local
284 add_compatility(version, in svn_fs__compatible_version()
290 version = apr_pmemdup(pool, svn_subr_version(), sizeof(*version)); in svn_fs__compatible_version()
296 add_compatility(version, 1, 3); in svn_fs__compatible_version()
298 add_compatility(version, 1, 4); in svn_fs__compatible_version()
300 add_compatility(version, 1, 5); in svn_fs__compatible_version()
302 add_compatility(version, 1, 7); in svn_fs__compatible_version()
306 version->patch = 0; in svn_fs__compatible_version()
307 version->tag = ""; in svn_fs__compatible_version()
[all …]
/freebsd-13.1/sys/contrib/openzfs/config/
H A Ddeb.am33 version=${VERSION}-${RELEASE}; \
36 pkg1=kmod-$${name}*$${version}.$${arch}.rpm; \
43 version=${VERSION}-${RELEASE}; \
46 pkg1=$${name}-dkms-$${version}.$${arch}.rpm; \
52 version=${VERSION}-${RELEASE}; \
55 pkg1=$${name}-$${version}.$${arch}.rpm; \
56 pkg2=libnvpair3-$${version}.$${arch}.rpm; \
57 pkg3=libuutil3-$${version}.$${arch}.rpm; \
58 pkg4=libzfs5-$${version}.$${arch}.rpm; \
59 pkg5=libzpool5-$${version}.$${arch}.rpm; \
[all …]
/freebsd-13.1/contrib/file/magic/Magdir/
H A Dlua20 # 2.4 uses 0x23 as its version byte because it shares the format
22 >4 byte 0x23 version 2.4
23 >4 byte 0x25 version 2.5/3.0
24 >4 byte 0x31 version 3.1
25 >4 byte 0x32 version 3.2
26 >4 byte 0x40 version 4.0
27 >4 byte 0x50 version 5.0
28 >4 byte 0x51 version 5.1
29 >4 byte 0x52 version 5.2
30 >4 byte 0x53 version 5.3
[all …]
/freebsd-13.1/lib/libc/
H A DVersions.def4 # Note: Whenever bumping the FBSD version, always make
5 # FBSDprivate_1.0 depend on the new FBSD version.
9 # This is our first version; it depends on no other.
10 # This version was first added to 7.0-current.
14 # This version was first added to 8.0-current.
18 # This version was first added to 9.0-current.
22 # This version was first added to 10.0-current.
26 # This version was first added to 11.0-current.
30 # This version was first added to 12.0-current.
34 # This version was first added to 13.0-current.
[all …]
/freebsd-13.1/usr.bin/patch/
H A Dbackupfile.c124 make_version_name(const char *file, int version) in make_version_name() argument
128 if (asprintf(&backup_name, "%s.~%d~", file, version) == -1) in make_version_name()
141 int version; in version_number() local
144 version = 0; in version_number()
147 version = version * 10 + *p - '0'; in version_number()
149 version = 0; in version_number()
151 return version; in version_number()
234 get_version(const char *version) in get_version() argument
238 if (version == NULL || *version == '\0') in get_version()
240 i = argmatch(version, backup_args); in get_version()
[all …]
/freebsd-13.1/crypto/openssl/ssl/statem/
H A Dstatem_lib.c1416 int version; member
1486 int version = method->version; in ssl_method_error() local
1589 return version_cmp(s, version, s->version) == 0; in ssl_version_supported()
1599 vent->version != 0 && version_cmp(s, version, vent->version) <= 0; in ssl_version_supported()
1634 if (s->version == s->ctx->method->version) in ssl_check_version_downgrade()
1641 if (s->ctx->method->version == TLS_method()->version) in ssl_check_version_downgrade()
1652 return s->version == vent->version; in ssl_check_version_downgrade()
1876 s->version = vent->version; in ssl_choose_server_version()
1903 s->version = version; in ssl_choose_client_version()
1924 if (s->version != s->method->version) { in ssl_choose_client_version()
[all …]
/freebsd-13.1/crypto/openssl/doc/man3/
H A DX509_get_version.pod7 certificate request or CRL version
14 int X509_set_version(X509 *x, long version);
17 int X509_REQ_set_version(X509_REQ *x, long version);
20 int X509_CRL_set_version(X509_CRL *x, long version);
24 X509_get_version() returns the numerical value of the version field of
26 less than the certificate version. So a version 3 certificate will return 2 and
27 a version 1 certificate will return 0.
30 B<x> to B<version>.
33 X509_CRL_get_version() and X509_CRL_set_version() get and set the version
38 The version field of certificates, certificate requests and CRLs has a
[all …]
/freebsd-13.1/tests/sys/cddl/zfs/tests/poolversion/
H A Dpoolversion_001_pos.ksh61 for version in 1 2 3 4 5 6 7 8
63 log_must $ZPOOL set version=$version $TESTPOOL
64 ACTUAL=$($ZPOOL get version $TESTPOOL | $GREP version \
66 if [ "$ACTUAL" != "$version" ]
68 log_fail "v. $ACTUAL set for $TESTPOOL, expected v. $version!"
/freebsd-13.1/sys/contrib/openzfs/tests/zfs-tests/tests/functional/poolversion/
H A Dpoolversion_001_pos.ksh47 for version in 1 2 3 4 5 6 7 8
49 log_must zpool set version=$version $TESTPOOL
50 ACTUAL=$(zpool get version $TESTPOOL | grep version \
52 if [ "$ACTUAL" != "$version" ]
54 log_fail "v. $ACTUAL set for $TESTPOOL, expected v. $version!"
/freebsd-13.1/contrib/ntp/sntp/include/
H A DMakefile.am4 autogen-version.def \
9 version.def \
10 version.texi \
15 $(srcdir)/version.def: $(srcdir)/../../packageinfo.sh
16 cd .. && $(MAKE) $(AM_MAKEFLAGS) $(abs_top_srcdir)/include/version.def
18 $(srcdir)/version.texi: $(srcdir)/../../packageinfo.sh
19 cd .. && $(MAKE) $(AM_MAKEFLAGS) $(abs_top_srcdir)/include/version.texi
/freebsd-13.1/bin/freebsd-version/
H A DMakefile4 SCRIPTS = freebsd-version
5 MAN = freebsd-version.1
6 CLEANFILES = freebsd-version freebsd-version.sh
9 freebsd-version.sh: ${.CURDIR}/freebsd-version.sh.in ${NEWVERS}
15 " ${.CURDIR}/freebsd-version.sh.in >${.TARGET} ; then \
/freebsd-13.1/sys/contrib/openzfs/rpm/redhat/
H A Dzfs-dkms.spec.in22 Source0: %{module}-%{version}.tar.gz
36 Provides: %{module}-kmod = %{version}
50 %setup -q -n %{module}-%{version}
53 %{mkconf} -n %{module} -v %{version} -f dkms.conf
69 /usr/src/%{module}-%{version}
74 $POSTINST %{module} %{version}
79 echo -e "ERROR: DKMS version is too old and %{module} was not"
82 echo -e "support or upgrade DKMS to a more current version."
88 # Yes we are. Are we upgrading to a new ZFS version?
90 if [ "$NEWEST_VER" != "%{version}" ] ; then
[all …]

12345678910>>...181