Home
last modified time | relevance | path

Searched refs:remote_version (Results 1 – 10 of 10) 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.c1252 char *cp, *remote_version = NULL; in kex_exchange_identification()
1376 if ((remote_version = calloc(1, sshbuf_len(peer_version))) == NULL) { in kex_exchange_identification()
1387 &remote_major, &remote_minor, remote_version) != 3) { in kex_exchange_identification()
1396 remote_major, remote_minor, remote_version); in kex_exchange_identification()
1397 compat_banner(ssh, remote_version); in kex_exchange_identification()
1438 free(remote_version);
1246 char *cp, *remote_version = NULL; kex_exchange_identification() local
H A Dssh-keyscan.c457 char remote_version[sizeof buf]; in congreet()
528 &remote_major, &remote_minor, remote_version) == 3) in congreet()
529 compat_banner(c->c_ssh, remote_version); in congreet()
456 char remote_version[sizeof buf]; congreet() local
/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.cpp810 if (chrono::remote_version() == chrono::get_tzdb().version) in reload_tzdb()
816 _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.inc213 using std::chrono::remote_version;
/freebsd/contrib/llvm-project/libcxx/include/__cxx03/
H A Dchrono725 string remote_version(); // C++20
/freebsd/contrib/llvm-project/libcxx/include/
H A Dchrono820 string remote_version(); // C++20