Home
last modified time | relevance | path

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

/freebsd/crypto/heimdal/appl/test/
H A Dhttp_client.c83 fdprintf(int s, const char *fmt, ...) in fdprintf() function
206 fdprintf(s, "GET %s HTTP/1.0\r\n", page); in http_query()
208 fdprintf(s, "%s\r\n", headers[i]); in http_query()
209 fdprintf(s, "Host: %s\r\n\r\n", host); in http_query()