Home
last modified time | relevance | path

Searched refs:verstr (Results 1 – 7 of 7) sorted by relevance

/freebsd/sys/dev/hyperv/utilities/
H A Dvmbus_ic.c252 char verstr[16]; in vmbus_ic_fwver_sysctl() local
254 snprintf(verstr, sizeof(verstr), "%u.%u", in vmbus_ic_fwver_sysctl()
256 return sysctl_handle_string(oidp, verstr, sizeof(verstr), req); in vmbus_ic_fwver_sysctl()
263 char verstr[16]; in vmbus_ic_msgver_sysctl() local
265 snprintf(verstr, sizeof(verstr), "%u.%u", in vmbus_ic_msgver_sysctl()
267 return sysctl_handle_string(oidp, verstr, sizeof(verstr), req); in vmbus_ic_msgver_sysctl()
/freebsd/contrib/llvm-project/lld/ELF/
H A DSymbols.cpp215 StringRef verstr = s.substr(pos + 1); in parseSymbolVersion() local
220 if (verstr.empty()) in parseSymbolVersion()
229 bool isDefault = (verstr[0] == '@'); in parseSymbolVersion()
231 verstr = verstr.substr(1); in parseSymbolVersion()
234 if (ver.name != verstr) in parseSymbolVersion()
252 << verstr; in parseSymbolVersion()
/freebsd/sys/dev/hyperv/vmbus/
H A Dvmbus.c1050 char verstr[16]; in vmbus_sysctl_version() local
1052 snprintf(verstr, sizeof(verstr), "%u.%u", in vmbus_sysctl_version()
1055 return sysctl_handle_string(oidp, verstr, sizeof(verstr), req); in vmbus_sysctl_version()
/freebsd/crypto/openssl/
H A DConfigure1830 my $verstr = `uname -r`;
1832 $verstr =~ s|\R$||;
1833 my ($ma, $mi, @rest) = split m|\.|, $verstr;
/freebsd/crypto/openssl/test/
H A Dsslapitest.c12170 const char *verstr = NULL; in test_data_retry()
12174 verstr = "SSLv3"; in test_data_retry()
12177 verstr = "TLSv1"; in test_data_retry()
12180 verstr = "TLSv1.1"; in test_data_retry()
12183 verstr = "TLSv1.2"; in test_data_retry()
12186 verstr = "TLSv1.3"; in test_data_retry()
12189 verstr = "DTLSv1"; in test_data_retry()
12192 verstr = "DTLSv1.2"; in test_data_retry()
12195 return TEST_str_eq(verstr, SSL_get_version(s)); in test_data_retry()
11822 const char *verstr = NULL; check_version_string() local
/freebsd/sys/dev/hyperv/netvsc/
H A Dif_hn.c4460 char verstr[16]; in hn_ndis_version_sysctl() local
4462 snprintf(verstr, sizeof(verstr), "%u.%u", in hn_ndis_version_sysctl()
4465 return sysctl_handle_string(oidp, verstr, sizeof(verstr), req); in hn_ndis_version_sysctl()
/freebsd/sys/contrib/openzfs/cmd/zfs/
H A Dzfs_main.c2696 char verstr[24]; in upgrade_set_callback() local
2697 (void) snprintf(verstr, sizeof (verstr), in upgrade_set_callback()
2709 if (zfs_prop_set(zhp, "version", verstr) == 0) in upgrade_set_callback()