Home
last modified time | relevance | path

Searched refs:remote_version (Results 1 – 9 of 9) sorted by relevance

/freebsd/crypto/openssh/
H A Dssh_api.c348 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 Dkex.c1247 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 Dssh-keyscan.c470 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 Dtzdb_list.h97 [[nodiscard]] _LIBCPP_AVAILABILITY_TZDB _LIBCPP_EXPORTED_FROM_ABI string remote_version();
/freebsd/contrib/lib9p/
H A Drequest.c578 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 Dtzdb.cpp765 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 Dchrono.cppm
H A Dchrono.inc209 using std::chrono::remote_version;
/freebsd/contrib/llvm-project/libcxx/include/
H A Dchrono725 string remote_version(); // C++20