| /freebsd-14.2/crypto/openssl/test/ssl-tests/ |
| H A D | 02-protocol-version.cnf | 5 test-0 = 0-version-negotiation 6 test-1 = 1-version-negotiation 7 test-2 = 2-version-negotiation 8 test-3 = 3-version-negotiation 9 test-4 = 4-version-negotiation 10 test-5 = 5-version-negotiation 11 test-6 = 6-version-negotiation 12 test-7 = 7-version-negotiation 13 test-8 = 8-version-negotiation 14 test-9 = 9-version-negotiation [all …]
|
| H A D | 07-dtls-protocol-version.cnf | 5 test-0 = 0-version-negotiation 6 test-1 = 1-version-negotiation 7 test-2 = 2-version-negotiation 8 test-3 = 3-version-negotiation 9 test-4 = 4-version-negotiation 10 test-5 = 5-version-negotiation 11 test-6 = 6-version-negotiation 71 [0-version-negotiation] 98 [1-version-negotiation] 125 [2-version-negotiation] [all …]
|
| /freebsd-14.2/contrib/processor-trace/include/ |
| H A D | pt_version.h | 40 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-14.2/contrib/tcpdump/ |
| H A D | print-lwapp.c | 44 nd_uint8_t version; member 170 uint8_t version; in lwapp_control_print() local 185 version = GET_U_1(lwapp_trans_header->version); in lwapp_control_print() 199 LWAPP_EXTRACT_VERSION(version), in lwapp_control_print() 210 LWAPP_EXTRACT_VERSION(version), in lwapp_control_print() 212 LWAPP_EXTRACT_RID(version), in lwapp_control_print() 305 u_int version; in lwapp_data_print() local 314 version = GET_U_1(lwapp_trans_header->version); in lwapp_data_print() 341 LWAPP_EXTRACT_RID(version), in lwapp_data_print() 348 LWAPP_EXTRACT_VERSION(version), in lwapp_data_print() [all …]
|
| /freebsd-14.2/contrib/file/magic/Magdir/ |
| H A D | javascript | 72 >8 lelong x \b, version %d 88 >>>>4 ulelong =0xC4A0100C version 5.5.372.43, 99 >>>>4 ulelong =0x54F0AD81 version 6.2.414.46, 100 >>>>4 ulelong =0X7D1BF182 version 6.2.414.54, 101 >>>>4 ulelong =0x35BA122E version 6.2.414.77, 102 >>>>4 ulelong =0X9319F9C2 version 6.2.414.78, 103 >>>>4 ulelong =0xB1240060 version 6.6.346.32, 104 >>>>4 ulelong =0x2B757060 version 6.7.288.46, 140 >>>>4 ulelong =0xA5728C87 version 8.3.110.9, 152 >>>4 ulelong =0x9A6F0B0F version 9.0.257.17, [all …]
|
| H A D | lua | 20 # 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-14.2/sys/contrib/libsodium/packaging/dotnet-core/ |
| H A D | prepare.py | 59 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-14.2/sys/contrib/ck/include/ |
| H A D | ck_sequence.h | 52 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-14.2/contrib/ntp/scripts/build/ |
| H A D | genver | 15 *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-14.2/sys/contrib/openzfs/include/sys/zstd/ |
| H A D | zstd.h | 74 uint32_t version; member 170 res->version = BSWAP_32(raw); in zfs_get_hdrmeta() 171 res->version = BF32_GET(res->version, 8, 24); in zfs_get_hdrmeta() 175 res->version = BSWAP_32(raw); in zfs_get_hdrmeta() 176 res->version = BF32_GET(res->version, 0, 24); in zfs_get_hdrmeta() 180 res->version = BF32_GET(raw, 0, 24); in zfs_get_hdrmeta() 184 res->version = BF32_GET(raw, 8, 24); in zfs_get_hdrmeta() 188 res->version = 0; in zfs_get_hdrmeta() 206 uint32_t version = 0; in zfs_get_hdrversion() local 209 version = res.version; in zfs_get_hdrversion() [all …]
|
| /freebsd-14.2/lib/atf/ |
| H A D | common.mk | 12 atf-version: atf-version-real 13 @cmp -s atf-version atf-version-real \ 14 || cp atf-version-real atf-version 15 atf-version-real: .PHONY 17 | cut -d '"' -f 2 >atf-version-real 18 CLEANFILES+= atf-version atf-version-real
|
| /freebsd-14.2/contrib/unbound/contrib/ios/ |
| H A D | setenv_ios.sh | 69 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-14.2/crypto/openssl/util/perl/OpenSSL/ |
| H A D | Ordinals.pm | 426 my $version = shift; 433 return $version; 467 my $version = @items ? $items[0]->version() : $self->{currversion}; 575 version => $self->_adjust_version($items[0]->version()), 826 my $version = $opts{version}; 834 version => $version, 948 my $version = $self->version(); 953 $version, 1009 return cmp_versions($_[0]->version(), $_[1]->version()); 1035 unless $version && $version =~ /^\d+\.\d+\.\d+[a-z]{0,2}$/; [all …]
|
| /freebsd-14.2/lib/libc/ |
| H A D | Versions.def | 3 # Note: Whenever bumping the FBSD version, always make 4 # FBSDprivate_1.0 depend on the new FBSD version. 9 # This version was first added to 7.0-current. 13 # This version was first added to 8.0-current. 17 # This version was first added to 9.0-current. 21 # This version was first added to 10.0-current. 25 # This version was first added to 11.0-current. 29 # This version was first added to 12.0-current. 33 # This version was first added to 13.0-current. 37 # This version was first added to 14.0-current. [all …]
|
| /freebsd-14.2/tests/sys/cddl/zfs/tests/cli_root/zfs_upgrade/ |
| H A D | zfs_upgrade.kshlib | 48 typeset vs=$(get_pool_prop version $pool) 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-14.2/sys/contrib/openzfs/tests/zfs-tests/tests/functional/cli_root/zfs_upgrade/ |
| H A D | zfs_upgrade.kshlib | 47 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-14.2/contrib/llvm-project/lldb/source/Utility/ |
| H A D | XcodeSDK.cpp | 53 if (!info.version.empty()) in XcodeSDK() 106 llvm::VersionTuple version; in ParseSDKVersion() local 107 version.tryParse(name.slice(0, i - 1)); in ParseSDKVersion() 109 return version; in ParseSDKVersion() 120 info.version = ParseSDKVersion(input); in Parse() 209 if (!info.version.empty()) in GetCanonicalName() 210 name += info.version.getAsString(); in GetCanonicalName() 243 return info.version.empty() || info.version >= llvm::VersionTuple(10, 10); in SupportsSwift() 246 return info.version.empty() || info.version >= llvm::VersionTuple(8); in SupportsSwift() 249 return info.version.empty() || info.version >= llvm::VersionTuple(9); in SupportsSwift() [all …]
|
| /freebsd-14.2/sys/contrib/openzfs/rpm/redhat/ |
| H A D | zfs-dkms.spec.in | 22 Source0: %{module}-%{version}.tar.gz 35 Obsoletes: spl-dkms <= %{version} 37 Provides: %{module}-kmod = %{version} 51 %setup -q -n %{module}-%{version} 70 /usr/src/%{module}-%{version} 87 if [ "$otherver" != %{version} ]; then 111 echo "Removing %{module} dkms modules version %{version} from all kernels." 122 echo "Adding %{module} dkms modules version %{version} to dkms." 129 echo "Installing %{module} dkms modules version %{version} for the current kernel." 133 dkms_root="/var/lib/dkms/%{module}/%{version}" [all …]
|
| /freebsd-14.2/sys/contrib/openzfs/rpm/generic/ |
| H A D | zfs-dkms.spec.in | 22 Source0: %{module}-%{version}.tar.gz 35 Obsoletes: spl-dkms <= %{version} 37 Provides: %{module}-kmod = %{version} 51 %setup -q -n %{module}-%{version} 70 /usr/src/%{module}-%{version} 87 if [ "$otherver" != %{version} ]; then 111 echo "Removing %{module} dkms modules version %{version} from all kernels." 122 echo "Adding %{module} dkms modules version %{version} to dkms." 129 echo "Installing %{module} dkms modules version %{version} for the current kernel." 133 dkms_root="/var/lib/dkms/%{module}/%{version}" [all …]
|
| /freebsd-14.2/contrib/unifdef/scripts/ |
| H A D | reversion.sh | 3 if [ ! -f version.sh ] && [ ! -d .git ] 9 [ -f version.sh ] && . ./version.sh 31 echo "V=\"$V\"" >version.sh 32 echo "D=\"$D\"" >>version.sh 33 rm -f version.h 37 if [ ! -f version.h ] 39 printf '"@(#) $Version: %s $\\n"\n' "$V" >version.h 40 printf '"@(#) $Date: %s $\\n"\n' "$D" >>version.h
|
| /freebsd-14.2/usr.bin/patch/ |
| H A D | backupfile.c | 123 make_version_name(const char *file, int version) in make_version_name() argument 127 if (asprintf(&backup_name, "%s.~%d~", file, version) == -1) in make_version_name() 140 int version; in version_number() local 143 version = 0; in version_number() 146 version = version * 10 + *p - '0'; in version_number() 148 version = 0; in version_number() 150 return version; in version_number() 233 get_version(const char *version) in get_version() argument 237 if (version == NULL || *version == '\0') in get_version() 239 i = argmatch(version, backup_args); in get_version() [all …]
|
| /freebsd-14.2/crypto/openssl/ssl/statem/ |
| H A D | statem_lib.c | 1430 int version; member 1500 int version = method->version; in ssl_method_error() local 1593 return version_cmp(s, version, s->version) == 0; in ssl_version_supported() 1603 vent->version != 0 && version_cmp(s, version, vent->version) <= 0; in ssl_version_supported() 1638 if (s->version == s->ctx->method->version) in ssl_check_version_downgrade() 1645 if (s->ctx->method->version == TLS_method()->version) in ssl_check_version_downgrade() 1656 return s->version == vent->version; in ssl_check_version_downgrade() 1880 s->version = vent->version; in ssl_choose_server_version() 1907 s->version = version; in ssl_choose_client_version() 1927 if (s->version != s->method->version) { in ssl_choose_client_version() [all …]
|
| /freebsd-14.2/sys/contrib/openzfs/config/ |
| H A D | deb.am | 36 version=${VERSION}-${RELEASE}; \ 39 pkg1=kmod-$${name}*$${version}.$${arch}.rpm; \ 46 version=${VERSION}-${RELEASE}; \ 49 pkg1=$${name}-dkms-$${version}.$${arch}.rpm; \ 55 version=${VERSION}-${RELEASE}; \ 58 pkg1=$${name}-$${version}.$${arch}.rpm; \ 59 pkg2=libnvpair3-$${version}.$${arch}.rpm; \ 60 pkg3=libuutil3-$${version}.$${arch}.rpm; \ 61 pkg4=libzfs5-$${version}.$${arch}.rpm; \ 62 pkg5=libzpool5-$${version}.$${arch}.rpm; \ [all …]
|
| /freebsd-14.2/tests/sys/cddl/zfs/tests/poolversion/ |
| H A D | poolversion_001_pos.ksh | 59 for version in 1 2 3 4 5 6 7 8 61 log_must $ZPOOL set version=$version $TESTPOOL 62 ACTUAL=$($ZPOOL get version $TESTPOOL | $GREP version \ 64 if [ "$ACTUAL" != "$version" ] 66 log_fail "v. $ACTUAL set for $TESTPOOL, expected v. $version!"
|
| /freebsd-14.2/contrib/ntp/sntp/ |
| H A D | Makefile.am | 34 $(srcdir)/include/version.def \ 76 version.c \ 114 $(srcdir)/m4/version.m4 \ 122 $(srcdir)/include/version.def \ 123 $(srcdir)/m4/version.m4 \ 129 .version \ 130 version.c \ 166 check-autogen-version.def: FRC 169 && ( if cmp -s ../include/autogen-version.def autogen-version.def; \ 171 else cp ../include/autogen-version.def autogen-version.def; \ [all …]
|