Home
last modified time | relevance | path

Searched refs:portbuf (Results 1 – 2 of 2) sorted by relevance

/minix/libexec/httpd/
H A Dbozohttpd.c968 char portbuf[20]; in handle_redirect() local
984 snprintf(portbuf, sizeof(portbuf), ":%s", in handle_redirect()
987 portbuf[0] = '\0'; in handle_redirect()
991 bozo_warn(httpd, "redirecting %s%s%s", hostname, portbuf, url); in handle_redirect()
999 bozo_printf(httpd, "%s%s", hostname, portbuf); in handle_redirect()
1017 portbuf, url, request->hr_query); in handle_redirect()
1023 portbuf, url); in handle_redirect()
1909 char portbuf[20]; in bozo_http_error() local
1926 snprintf(portbuf, sizeof(portbuf), ":%s", in bozo_http_error()
1929 portbuf[0] = '\0'; in bozo_http_error()
[all …]
/minix/external/bsd/libevent/dist/
H A Dbufferevent_sock.c474 char portbuf[10]; in bufferevent_socket_connect_hostname() local
489 evutil_snprintf(portbuf, sizeof(portbuf), "%d", port); in bufferevent_socket_connect_hostname()
500 err = evutil_getaddrinfo_async(evdns_base, hostname, portbuf, in bufferevent_socket_connect_hostname()