Home
last modified time | relevance | path

Searched refs:addrstr (Results 1 – 4 of 4) sorted by relevance

/openbmc/qemu/tests/unit/
H A Dcrypto-tls-x509-helpers.c165 test_tls_get_ipaddr(const char *addrstr, in test_tls_get_ipaddr() argument
174 g_assert(getaddrinfo(addrstr, NULL, &hints, &res) == 0); in test_tls_get_ipaddr()
/openbmc/qemu/ui/
H A Dvnc-auth-sasl.c544 char **addrstr, in vnc_socket_ip_addr_string() argument
559 *addrstr = NULL; in vnc_socket_ip_addr_string()
563 *addrstr = g_strdup_printf("%s;%s", addr->u.inet.host, addr->u.inet.port); in vnc_socket_ip_addr_string()
H A Dvnc.c3771 static int vnc_display_get_address(const char *addrstr, in vnc_display_get_address() argument
3788 if (strncmp(addrstr, "unix:", 5) == 0) { in vnc_display_get_address()
3790 addr->u.q_unix.path = g_strdup(addrstr + 5); in vnc_display_get_address()
3803 port = strrchr(addrstr, ':'); in vnc_display_get_address()
3807 port = addrstr; in vnc_display_get_address()
3813 hostlen = port - addrstr; in vnc_display_get_address()
3823 if (hostlen && addrstr[0] == '[' && addrstr[hostlen - 1] == ']') { in vnc_display_get_address()
3824 inet->host = g_strndup(addrstr + 1, hostlen - 2); in vnc_display_get_address()
3826 inet->host = g_strndup(addrstr, hostlen); in vnc_display_get_address()
3831 if (g_str_equal(addrstr, "") || in vnc_display_get_address()
[all …]
/openbmc/openbmc/meta-openembedded/meta-python/recipes-devtools/python/python3-pybluez/
H A D0001-Use-Py_ssize_t-when-parsing-buffer-length-fix-426-42.patch137 wchar_t *addrstr = NULL;