Home
last modified time | relevance | path

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

/freebsd/crypto/openssh/
H A Dssh_api.c341 char *cp = NULL, *remote_version = NULL; in _ssh_read_banner() local
384 (remote_version = calloc(1, sshbuf_len(banner))) == NULL) { in _ssh_read_banner()
394 &remote_major, &remote_minor, remote_version) != 3) { in _ssh_read_banner()
399 remote_major, remote_minor, remote_version); in _ssh_read_banner()
401 compat_banner(ssh, remote_version); in _ssh_read_banner()
412 free(remote_version); in _ssh_read_banner()
H A Dkex.c1499 char *cp, *remote_version = NULL; in kex_exchange_identification() local
1623 if ((remote_version = calloc(1, sshbuf_len(peer_version))) == NULL) { in kex_exchange_identification()
1634 &remote_major, &remote_minor, remote_version) != 3) { in kex_exchange_identification()
1643 remote_major, remote_minor, remote_version); in kex_exchange_identification()
1644 compat_banner(ssh, remote_version); in kex_exchange_identification()
1685 free(remote_version); in kex_exchange_identification()
H A Dssh-keyscan.c487 char remote_version[sizeof buf]; in congreet() local
558 &remote_major, &remote_minor, remote_version) == 3) in congreet()
559 compat_banner(c->c_ssh, remote_version); in congreet()
/freebsd/contrib/llvm-project/libcxx/src/
H A Dtz.cpp132 if (chrono::remote_version() == chrono::get_tzdb().version) in reload_tzdb()
138 _LIBCPP_NODISCARD_EXT _LIBCPP_AVAILABILITY_TZDB _LIBCPP_EXPORTED_FROM_ABI string remote_version() { in remote_version() function
/freebsd/contrib/llvm-project/libcxx/include/__chrono/
H A Dtzdb_list.h70 _LIBCPP_NODISCARD_EXT _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/modules/std/
H A Dchrono.inc209 using std::chrono::remote_version;
/freebsd/contrib/llvm-project/libcxx/include/
H A Dchrono717 string remote_version(); // C++20