| /freebsd/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 12 test-7 = 7-version-negotiation 13 test-8 = 8-version-negotiation 14 test-9 = 9-version-negotiation [all …]
|
| /freebsd/crypto/krb5/src/lib/krb5/ccache/ |
| H A D | ccmarshal.c | 109 get16(struct k5input *in, int version) in get16() argument 111 return (version < 3) ? k5_input_get_uint16_n(in) : in get16() 118 get32(struct k5input *in, int version) in get32() argument 120 return (version < 3) ? k5_input_get_uint32_n(in) : in get32() 127 get_len_bytes(struct k5input *in, int version, unsigned int *len_out) in get_len_bytes() argument 130 unsigned int len = get32(in, version); in get_len_bytes() 148 get_data(struct k5input *in, int version, krb5_data *data) in get_data() argument 151 void *bytes = get_len_bytes(in, version, &len); in get_data() 157 unmarshal_princ(struct k5input *in, int version) in unmarshal_princ() argument 171 princ->type = (version == 1) ? KRB5_NT_UNKNOWN : get32(in, version); in unmarshal_princ() [all …]
|
| /freebsd/contrib/processor-trace/include/ |
| H A D | pt_version.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() 50 version.build); in pt_fprint_version() 52 if (version.ext && version.ext[0]) in pt_fprint_version() [all …]
|
| /freebsd/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() 190 if (LWAPP_EXTRACT_VERSION(version) != LWAPP_VERSION) { in lwapp_control_print() 192 LWAPP_EXTRACT_VERSION(version)); in lwapp_control_print() 199 LWAPP_EXTRACT_VERSION(version), in lwapp_control_print() 200 LWAPP_EXTRACT_CONTROL_BIT(version) ? "Control" : "Data", in lwapp_control_print() 201 bittok2str(lwapp_header_bits_values,"none",version&0x07), in lwapp_control_print() 210 LWAPP_EXTRACT_VERSION(version), in lwapp_control_print() 211 LWAPP_EXTRACT_CONTROL_BIT(version) ? "Control" : "Data", in lwapp_control_print() [all …]
|
| /freebsd/contrib/file/magic/Magdir/ |
| H A D | javascript | 69 >8 lelong x \b, version %d 84 >>>>4 ulelong =0xEE4BF478 version 5.1.281.111, 85 >>>>4 ulelong =0xC4A0100C version 5.5.372.43, 96 >>>>4 ulelong =0x54F0AD81 version 6.2.414.46, 97 >>>>4 ulelong =0X7D1BF182 version 6.2.414.54, 98 >>>>4 ulelong =0x35BA122E version 6.2.414.77, 99 >>>>4 ulelong =0X9319F9C2 version 6.2.414.78, 100 >>>>4 ulelong =0xB1240060 version 6.6.346.32, 101 >>>>4 ulelong =0x2B757060 version 6.7.288.46, 102 >>>>4 ulelong =0x09D147AA version 6.7.288.49, [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/sys/contrib/libsodium/packaging/dotnet-core/ |
| H A D | prepare.py | 59 def __init__(self, version, rid, platform): argument 60 …download.libsodium.org/libsodium/releases/libsodium-{0}-msvc.zip'.format(version.libsodium_version) 62 self.packfile = os.path.join(version.builddir, 'runtimes', rid, 'native', LIBRARY + '.dll') 64 self.tempdir = os.path.join(version.tempdir, rid) 83 def __init__(self, version, rid, codename): argument 84 …/bottles/download_file?file_path=libsodium-{0}.{1}.bottle.tar.gz'.format(version.libsodium_version… 86 self.packfile = os.path.join(version.builddir, 'runtimes', rid, 'native', LIBRARY + '.dylib') 87 self.itemfile = 'libsodium/{0}/lib/libsodium.dylib'.format(version.libsodium_version) 88 self.tempdir = os.path.join(version.tempdir, rid) 107 def __init__(self, version, rid, docker_image): argument [all …]
|
| /freebsd/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/sys/contrib/openzfs/include/sys/zstd/ |
| H A D | zstd.h | 75 uint32_t version; member 169 res->version = BSWAP_32(raw); in zfs_get_hdrmeta() 170 res->version = BF32_GET(res->version, 8, 24); in zfs_get_hdrmeta() 174 res->version = BSWAP_32(raw); in zfs_get_hdrmeta() 175 res->version = BF32_GET(res->version, 0, 24); in zfs_get_hdrmeta() 179 res->version = BF32_GET(raw, 0, 24); in zfs_get_hdrmeta() 183 res->version = BF32_GET(raw, 8, 24); in zfs_get_hdrmeta() 187 res->version = 0; in zfs_get_hdrmeta() 205 uint32_t version = 0; in zfs_get_hdrversion() local 208 version = res.version; in zfs_get_hdrversion() [all …]
|
| /freebsd/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/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 85 MIN_VER=-miphonesimulator-version-min=6 87 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 99 MIN_VER=-mappletvsimulator-version-min=6 [all …]
|
| /freebsd/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/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. 8 # This is our first version; it depends on no other. 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. [all …]
|
| /freebsd/crypto/openssl/util/perl/OpenSSL/ |
| H A D | Ordinals.pm | 99 $instance->set_version($opts{version}); 323 $versions{$_->version()} = 1; 334 join(", ", map { $_->name()." => ".$_->version() } @items), "\n" 428 my $version = shift; 431 $version = $baseversion 432 if ($baseversion ne '*' && $version ne '*' 433 && cmp_versions($baseversion, $version) > 0); 435 return $version; 469 my $version = @items ? $items[0]->version() : $self->{currversion}; 483 version => [all …]
|
| /freebsd/tests/sys/cddl/zfs/tests/cli_root/zfs_upgrade/ |
| H A D | zfs_upgrade.kshlib | 45 typeset vs=$(get_pool_prop version $pool) 58 typeset -i version 63 for version in $ZFS_ALL_VERSIONS ; do 65 eval verfs=\$ZFS_VERSION_$version 74 if (( version == zpl_version )); then 81 log_mustnot $ZFS create -o version=${version} ${current_fs} 84 log_must $ZFS create -o version=${version} ${current_fs} 104 version=${subversion} ${current_fs}/$subverfs 107 version=${subversion} ${current_fs}/$subverfs 180 typeset -i version=${2:-$ZFS_VERSION} [all …]
|
| /freebsd/sys/contrib/openzfs/tests/zfs-tests/tests/functional/cli_root/zfs_upgrade/ |
| H A D | zfs_upgrade.kshlib | 48 ver=$(get_pool_prop version $1) 62 typeset -i version 67 for version in $ZFS_ALL_VERSIONS ; do 69 eval verfs=\$ZFS_VERSION_$version 78 if (( version == zpl_version )); then 85 log_mustnot zfs create -o version=${version} ${current_fs} 88 log_must zfs create -o version=${version} ${current_fs} 108 version=${subversion} ${current_fs}/$subverfs 111 version=${subversion} ${current_fs}/$subverfs 184 typeset -i version=${2:-$ZFS_VERSION} [all …]
|
| /freebsd/contrib/llvm-project/lldb/source/Utility/ |
| H A D | XcodeSDK.cpp | 53 if (!info.version.empty()) in XcodeSDK() 54 m_name += info.version.getAsString(); in XcodeSDK() 106 llvm::VersionTuple version; in ParseAppleInternalSDK() 107 version.tryParse(name.slice(0, i - 1)); 109 return version; in Parse() 120 info.version = ParseSDKVersion(input); in IsAppleInternalSDK() 146 return std::tie(type, version, internal) < 147 std::tie(other.type, other.version, other.internal); in Merge() 151 return std::tie(type, version, internal) == in Merge() 152 std::tie(other.type, other.version, othe in Merge() 98 llvm::VersionTuple version; ParseSDKVersion() local 203 SDKSupportsModules(XcodeSDK::Type sdk_type,llvm::VersionTuple version) SDKSupportsModules() argument [all...] |
| /freebsd/sys/contrib/openzfs/rpm/redhat/ |
| H A D | zfs-dkms.spec.in | 22 Source0: %{module}-%{version}.tar.gz 23 BuildRoot: %{_tmppath}/%{name}-%{version}-%{release}-root-%(%{__id_u} -n) 42 Obsoletes: spl-dkms <= %{version} 44 Provides: %{module}-kmod = %{version} 58 %setup -q -n %{module}-%{version} 61 %{mkconf} -n %{module} -v %{version} -f dkms.conf 68 cp -rf ${RPM_BUILD_DIR}/%{module}-%{version} $RPM_BUILD_ROOT/usr/src/ 77 /usr/src/%{module}-%{version} 83 # the preun scriptlet removed the version we are trying to install. 85 # remove them, if we find a matching version i [all...] |
| /freebsd/sys/contrib/openzfs/rpm/generic/ |
| H A D | zfs-dkms.spec.in | 22 Source0: %{module}-%{version}.tar.gz 23 BuildRoot: %{_tmppath}/%{name}-%{version}-%{release}-root-%(%{__id_u} -n) 42 Obsoletes: spl-dkms <= %{version} 44 Provides: %{module}-kmod = %{version} 58 %setup -q -n %{module}-%{version} 61 %{mkconf} -n %{module} -v %{version} -f dkms.conf 68 cp -rf ${RPM_BUILD_DIR}/%{module}-%{version} $RPM_BUILD_ROOT/usr/src/ 77 /usr/src/%{module}-%{version} 83 # the preun scriptlet removed the version we are trying to install. 85 # remove them, if we find a matching version in dkms. [all …]
|
| /freebsd/crypto/openssl/crypto/asn1/ |
| H A D | p8_pkey.c | 21 int version; in pkey_cb() local 33 version = ASN1_INTEGER_get(key->version); in pkey_cb() 34 if (version < 0 || version > 1) in pkey_cb() 36 if (version == 0 && key->kpub != NULL) in pkey_cb() 44 ASN1_SIMPLE(PKCS8_PRIV_KEY_INFO, version, ASN1_INTEGER), 54 int version, 57 if (version >= 0) { 59 if (version > 1) 61 if (!ASN1_INTEGER_set(priv->version, version))
|
| /freebsd/crypto/openssl/util/perl/TLSProxy/ |
| H A D | Record.pm | 81 my $version; 91 ($content_type, $version, $epoch, 96 ($content_type, $version, $len) = unpack('Cnn', $packet); 108 print " Version: $tls_version{$version}\n"; 120 $version, 134 $version, 214 $version, 226 $version, 242 $version, 253 $version, [all …]
|
| /freebsd/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/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/contrib/ntp/sntp/ |
| H A D | Makefile.am | 30 $(srcdir)/include/autogen-version.def \ 34 $(srcdir)/include/version.def \ 76 version.c \ 114 $(srcdir)/m4/version.m4 \ 122 $(srcdir)/include/version.def \ 123 $(srcdir)/m4/version.m4 \ 124 $(srcdir)/include/version.texi \ 129 .version \ 130 version.c \ 163 version [all...] |