Searched refs:remote_version (Results 1 – 9 of 9) sorted by relevance
/freebsd/crypto/openssh/ |
H A D | ssh_api.c | 348 char *cp = NULL, *remote_version = NULL; in _ssh_read_banner() local 391 (remote_version = calloc(1, sshbuf_len(banner))) == NULL) { in _ssh_read_banner() 401 &remote_major, &remote_minor, remote_version) != 3) { in _ssh_read_banner() 406 remote_major, remote_minor, remote_version); in _ssh_read_banner() 408 compat_banner(ssh, remote_version); in _ssh_read_banner() 419 free(remote_version); in _ssh_read_banner()
|
H A D | kex.c | 1247 char *cp, *remote_version = NULL; in kex_exchange_identification() local 1371 if ((remote_version = calloc(1, sshbuf_len(peer_version))) == NULL) { in kex_exchange_identification() 1382 &remote_major, &remote_minor, remote_version) != 3) { in kex_exchange_identification() 1391 remote_major, remote_minor, remote_version); in kex_exchange_identification() 1392 compat_banner(ssh, remote_version); in kex_exchange_identification() 1433 free(remote_version); in kex_exchange_identification()
|
H A D | ssh-keyscan.c | 470 char remote_version[sizeof buf]; in congreet() local 541 &remote_major, &remote_minor, remote_version) == 3) in congreet() 542 compat_banner(c->c_ssh, remote_version); in congreet()
|
/freebsd/contrib/llvm-project/libcxx/include/__chrono/ |
H A D | tzdb_list.h | 97 [[nodiscard]] _LIBCPP_AVAILABILITY_TZDB _LIBCPP_EXPORTED_FROM_ABI string remote_version();
|
/freebsd/contrib/lib9p/ |
H A D | request.c | 578 enum l9p_version remote_version = L9P_INVALID_VERSION; in l9p_dispatch_tversion() local 585 remote_version = (enum l9p_version)i; in l9p_dispatch_tversion() 590 if (remote_version == L9P_INVALID_VERSION) { in l9p_dispatch_tversion() 596 remote_version_name = l9p_versions[remote_version].name; in l9p_dispatch_tversion() 601 conn->lc_version = MIN(remote_version, server->ls_max_version); in l9p_dispatch_tversion()
|
/freebsd/contrib/llvm-project/libcxx/src/experimental/ |
H A D | tzdb.cpp | 765 if (chrono::remote_version() == chrono::get_tzdb().version) in reload_tzdb() 771 _LIBCPP_AVAILABILITY_TZDB _LIBCPP_EXPORTED_FROM_ABI string remote_version() { in remote_version() function
|
/freebsd/contrib/llvm-project/libcxx/modules/std/ |
H A D | chrono.cppm |
|
H A D | chrono.inc | 209 using std::chrono::remote_version;
|
/freebsd/contrib/llvm-project/libcxx/include/ |
H A D | chrono | 725 string remote_version(); // C++20
|